LauResonanceInfo.cc
Go to the documentation of this file.
149 std::cerr << "WARNING in LauResonanceInfo::addExtraParameter : parameter already present, not adding again"
165 void LauResonanceInfo::addCloneOfExtraParameter( LauParameter* param, const Bool_t copyNotClone )
File containing declaration of LauResonanceInfo class. void sanitiseName() Create the sanitised name by removing characters that are illegal in TBranch names. Definition: LauResonanceInfo.cc:202 File containing declaration of LauParameter class. LauResonanceInfo * createSharedParameterRecord(const TString &name) Create another record that will share parameters with this one. Definition: LauResonanceInfo.cc:124 LauParameter * getExtraParameter(const TString &parName) Retrieve an extra parameter of the resonance. Definition: LauResonanceInfo.cc:133 Double_t minValue() const The minimum value allowed for the parameter. Definition: LauParameter.hh:217 void addCloneOfExtraParameter(LauParameter *param, const Bool_t copyNotClone=kFALSE) Add a clone of an extra parameter of the resonance. Definition: LauResonanceInfo.cc:165 Int_t getCharge() const Retrieve the charge of the resonant particle. Definition: LauResonanceInfo.hh:106 Bool_t secondStage() const Check whether the parameter should be floated only in the second stage of a two stage fit. Definition: LauParameter.hh:241 LauParameter * getWidth() const Retrieve the width of the resonant particle. Definition: LauResonanceInfo.hh:94 LauParameter * getMass() const Retrieve the mass of the resonant particle. Definition: LauResonanceInfo.hh:88 UInt_t getSpin() const Retrieve the spin of the resonant particle. Definition: LauResonanceInfo.hh:100 LauParameter * createClone(Double_t constFactor=1.0) Method to create a clone from the parent parameter using the copy constructor. Definition: LauParameter.cc:677 Double_t maxValue() const The maximum value allowed for the parameter. Definition: LauParameter.hh:223 std::vector< LauResonanceInfo * > sharedParRecords_ Other info objects that share parameters with this one. Definition: LauResonanceInfo.hh:198 LauResonanceInfo * createChargeConjugate() Create the charge conjugate particle info record. Definition: LauResonanceInfo.cc:102 void addExtraParameter(LauParameter *param, const Bool_t independentPar=kFALSE) Add an extra parameter of the resonance. Definition: LauResonanceInfo.cc:145 Class for defining the properties of a resonant particle. Definition: LauResonanceInfo.hh:45 TString getName() const Retrieve the name of the resonant particle. Definition: LauResonanceInfo.hh:73 LauResonanceInfo(const TString &name, const Double_t mass, const Double_t width, const Int_t spin, const Int_t charge, const LauBlattWeisskopfFactor::BlattWeisskopfCategory bwCategory, const Double_t bwRadius=4.0) Constructor. Definition: LauResonanceInfo.cc:35 BlattWeisskopfCategory Define resonance categories that will share common barrier factor radii. Definition: LauBlattWeisskopfFactor.hh:62 Double_t getBWRadius() const Retrieve the BW radius of the resonant particle. Definition: LauResonanceInfo.hh:118 std::ostream & operator<<(std::ostream &stream, const LauResonanceInfo &infoRecord) output operator formatting of an info record Definition: LauResonanceInfo.cc:185 TString sanitisedName_ The name of the resonant particle with illegal characters removed. Definition: LauResonanceInfo.hh:174 Generated by 1.8.18 |