LauBelleSymNR.cc
Go to the documentation of this file.
41 LauBelleSymNR::LauBelleSymNR(LauResonanceInfo* resInfo, const LauAbsResonance::LauResonanceModel resType,
65 std::cerr << "WARNING in LauBelleSymNR::initialise : Dalitz plot is symmetric - this lineshape is not appropriate." << std::endl;
70 std::cerr << "WARNING in LauBelleSymNR::initialise : This lineshape is intended to be on the symmetrised axes of the DP." << std::endl;
73 if ( (model_ != LauAbsResonance::BelleSymNR) && (model_ != LauAbsResonance::BelleSymNRNoInter) && (model_ != LauAbsResonance::TaylorNR) ) {
74 std::cerr << "WARNING in LauBelleSymNR::initialise : Unknown model requested, defaulting to exponential." << std::endl;
79 std::cerr << "WARNING in LauBelleSymNR::initialise : Non-zero spin will be ignored for this model - perhaps you should use LauAbsResonance::BelleSymNRNoInter instead" << std::endl;
82 // NB we do not need to call setSpinType(LauAbsResonance::Legendre) here (as is done in LauBelleNR) since override the amplitude method and explicitly use calcLegendrePoly
131 std::cerr << " : Returning zero amplitude for mass = " << mass << " and spinTerm = " << spinTerm << "." << std::endl;
151 std::cout << "INFO in LauBelleSymNR::setResonanceParameter : Setting parameter alpha = " << this->getAlpha() << std::endl;
153 std::cerr << "WARNING in LauBelleSymNR::setResonanceParameter : Parameter name not reconised. No parameter changes made." << std::endl;
164 std::cerr << "WARNING in LauBelleSymNR::floatResonanceParameter: Parameter already floating. No parameter changes made." << std::endl;
167 std::cerr << "WARNING in LauBelleSymNR::fixResonanceParameter: Parameter name not reconised. No parameter changes made." << std::endl;
176 std::cerr << "WARNING in LauBelleSymNR::getResonanceParameter: Parameter name not reconised." << std::endl;
Double_t getc23() const Get the cosine of the helicity angle theta23. Definition: LauKinematics.hh:255 Bool_t fixed() const Check whether the parameter is fixed or floated. Definition: LauParameter.hh:228 Definition: LauAbsResonance.hh:74 Double_t calcLegendrePoly() const Calculate the Legendre polynomial for the spin factor. Definition: LauAbsResonance.cc:364 File containing declaration of LauResonanceInfo class. ClassImp(LauAbsCoeffSet) Class for defining the properties of a resonant particle. Definition: LauResonanceInfo.hh:46 Class that defines the particular 3-body decay under study. Definition: LauDaughters.hh:47 Double_t getc13() const Get the cosine of the helicity angle theta13. Definition: LauKinematics.hh:261 Definition: LauAbsResonance.hh:72 virtual LauComplex resAmp(Double_t mass, Double_t spinTerm) This is not called, amplitude is used directly instead. Definition: LauBelleSymNR.cc:128 File containing declaration of LauDaughters class. virtual LauParameter * getResonanceParameter(const TString &name) Access the given resonance parameter. Definition: LauBelleSymNR.cc:171 File containing declaration of LauBelleSymNR class. const LauDaughters * getDaughters() const Access the daughters object. Definition: LauAbsResonance.hh:417 Int_t getPairInt() const Get the integer to identify which DP axis the resonance belongs to. Definition: LauAbsResonance.hh:164 File containing declaration of LauKinematics class. void addFloatingParameter(LauParameter *param) Add parameter to the list of floating parameters. Definition: LauAbsResonance.cc:447 Bool_t gotSymmetricalDP() const Is Dalitz plot symmetric, i.e. 2 identical particles. Definition: LauDaughters.hh:80 std::vector< LauParameter * > & getParameters() Access the list of floating parameters. Definition: LauAbsResonance.hh:466 virtual const std::vector< LauParameter * > & getFloatingParameters() Retrieve the resonance parameters, e.g. so that they can be loaded into a fit. Definition: LauBelleSymNR.cc:135 virtual LauComplex amplitude(const LauKinematics *kinematics) Get the complex dynamical amplitude. Definition: LauBelleSymNR.cc:85 Class for defining the symmetric Belle Non Resonant model. Definition: LauBelleSymNR.hh:47 Abstract class for defining type for resonance amplitude models (Breit-Wigner, Flatte etc... Definition: LauAbsResonance.hh:51 Bool_t fixAlpha() const See if the alpha parameter is fixed or floating. Definition: LauBelleSymNR.hh:125 void setAlpha(const Double_t alpha) Set the parameter alpha, the effective range. Definition: LauBelleSymNR.cc:181 virtual void floatResonanceParameter(const TString &name) Allow the various parameters to float in the fit. Definition: LauBelleSymNR.cc:157 virtual void setResonanceParameter(const TString &name, const Double_t value) Set value of the various parameters. Definition: LauBelleSymNR.cc:146 Generated by 1.8.5 |