#include <ResonancePropertiesList.h>
Definition at line 17 of file ResonancePropertiesList.h.
◆ ResonancePropertiesList()
ResonancePropertiesList::ResonancePropertiesList |
( |
const std::string & |
namePrefix = "" , |
|
|
MINT::MinuitParameterSet * |
mps = 0 |
|
) |
| |
|
private |
Definition at line 68 of file ResonancePropertiesList.cpp.
71 ,
_radius(namePrefix +
"BW_radius", 1, 1.5/
GeV, 0, 0, 0, mps, NamedParameterBase::QUIET)
MINT::MinuitParameterSet * _mps
MINT::FitParameter _radius
◆ AddToList()
◆ AddToListIfMissing()
Definition at line 108 of file ResonancePropertiesList.cpp.
const std::string & prefix() const
const ResonanceProperties * get(int i) const
MINT::MinuitParameterSet * getMinuitParameterSet()
const ResonanceProperties * AddToList(ResonanceProperties *rp)
◆ get()
Definition at line 119 of file ResonancePropertiesList.cpp.
122 std::map<int, ResonanceProperties*>::const_iterator it =
byID.find(
id);
123 if(it ==
byID.end())
return 0;
std::map< int, ResonanceProperties * > byID
◆ getMe()
Definition at line 20 of file ResonancePropertiesList.cpp.
23 if(0 == mps) mps = MinuitParameterSet::getDefaultSet();
24 std::pair<std::string, const MINT::MinuitParameterSet*> nameAndSet(namePrefix, mps);
35 cout <<
"ERROR in ResonanceProperties::getMe( " << namePrefix <<
" )" 36 <<
" Couldn't get ResonancePropertiesList (i.e. myself)" 37 <<
"\n\t This is a serious problem. Will crash." 39 throw "No ResonancePropertiesList";
ResonancePropertiesList(const std::string &namePrefix="", MINT::MinuitParameterSet *mps=0)
static std::map< std::pair< std::string, const MINT::MinuitParameterSet * >, ResonancePropertiesList * > _mapOfLists
◆ getMinuitParameterSet() [1/2]
◆ getMinuitParameterSet() [2/2]
◆ prefix()
const std::string& ResonancePropertiesList::prefix |
( |
| ) |
const |
|
inline |
◆ radius()
◆ _mapOfLists
◆ _mps
◆ _prefix
std::string ResonancePropertiesList::_prefix |
|
protected |
◆ _radius
◆ byID
◆ theList
The documentation for this class was generated from the following files: