LauLASSNRRes.cc
Go to the documentation of this file.
24 LauLASSNRRes::LauLASSNRRes(LauResonanceInfo* resInfo, const Int_t resPairAmpInt, const LauDaughters* daughters) :
66 std::cerr << "WARNING in LauLASSNRRes::amplitude : Resonance spin is " << resSpin << "." << std::endl;
129 std::cout << "INFO in LauLASSNRRes::setResonanceParameter : Setting LASS Scattering Length = " << this->getScatteringLength() << std::endl;
132 std::cout << "INFO in LauLASSNRRes::setResonanceParameter : Setting LASS Effective Range = " << this->getEffectiveRange() << std::endl;
134 std::cerr << "WARNING in LauLASSNRRes::setResonanceParameter: Parameter name not reconised. No parameter changes made." << std::endl;
145 std::cerr << "WARNING in LauLASSNRRes::floatResonanceParameter: Parameter already floating. No parameter changes made." << std::endl;
152 std::cerr << "WARNING in LauLASSNRRes::floatResonanceParameter: Parameter already floating. No parameter changes made." << std::endl;
155 std::cerr << "WARNING in LauLASSNRRes::fixResonanceParameter: Parameter name not reconised. No parameter changes made." << std::endl;
166 std::cerr << "WARNING in LauLASSNRRes::getResonanceParameter: Parameter name not reconised." << std::endl;
Double_t getQ() const Get the current value of the daughter momentum in the resonance rest frame. Definition: LauAbsResonance.hh:303 LauParameter * getMassPar() Get the mass parameter of the resonance. Definition: LauAbsResonance.hh:145 Bool_t fixed() const Check whether the parameter is fixed or floated. Definition: LauParameter.hh:195 Double_t getEffectiveRange() const Get the effective range parameter. Definition: LauLASSNRRes.hh:109 Bool_t fixWidth() const Get the status of resonance width (fixed or released) Definition: LauAbsResonance.hh:248 void changeResonance(const Double_t newMass, const Double_t newWidth, const Int_t newSpin) Allow the mass, width and spin of the resonance to be changed. Definition: LauAbsResonance.cc:221 virtual const std::vector< LauParameter * > & getFloatingParameters() Retrieve the resonance parameters, e.g. so that they can be loaded into a fit. Definition: LauLASSNRRes.cc:101 File containing declaration of LauResonanceInfo class. ClassImp(LauAbsCoeffSet) Double_t getScatteringLength() const Get the scattering length range parameter. Definition: LauLASSNRRes.hh:115 Class for defining the properties of a resonant particle. Definition: LauResonanceInfo.hh:32 Class that defines the particular 3-body decay under study. Definition: LauDaughters.hh:33 virtual LauComplex resAmp(Double_t mass, Double_t spinTerm) Complex resonant amplitude. Definition: LauLASSNRRes.cc:72 virtual void floatResonanceParameter(const TString &name) Allow the various parameters to float in the fit. Definition: LauLASSNRRes.cc:138 void setScatteringLength(const Double_t a) Set the scattering length parameter value. Definition: LauLASSNRRes.cc:178 Bool_t fixMass() const Get the status of resonance mass (fixed or released) Definition: LauAbsResonance.hh:242 Class for defining the non resonant part of the LASS model. Definition: LauLASSNRRes.hh:31 virtual void setResonanceParameter(const TString &name, const Double_t value) Set value of a resonance parameter. Definition: LauLASSNRRes.cc:124 void addFloatingParameter(LauParameter *param) Add parameter to the list of floating parameters. Definition: LauAbsResonance.cc:278 Bool_t fixEffectiveRange() const See if the effective range parameter is fixed or floating. Definition: LauLASSNRRes.hh:121 std::vector< LauParameter * > & getParameters() Access the list of floating parameters. Definition: LauAbsResonance.hh:339 LauParameter * getWidthPar() Get the width parameter of the resonance. Definition: LauAbsResonance.hh:151 Bool_t fixScatteringLength() const See if the scattering length parameter is fixed or floating. Definition: LauLASSNRRes.hh:127 File containing declaration of LauLASSNRRes class. Abstract class for defining type for resonance amplitude models (Breit-Wigner, Flatte etc... Definition: LauAbsResonance.hh:37 File containing LauConstants namespace. void setEffectiveRange(const Double_t r) Set the effective range parameter value. Definition: LauLASSNRRes.cc:171 virtual LauParameter * getResonanceParameter(const TString &name) Access the given resonance parameter. Definition: LauLASSNRRes.cc:159 Generated by 1.8.5 |