LauPolarFormFactorNR.cc
Go to the documentation of this file.
42 LauPolarFormFactorNR::LauPolarFormFactorNR(LauResonanceInfo* resInfo, const LauAbsResonance::LauResonanceModel resType, const Int_t resPairAmpInt, const LauDaughters* daughters) :
68 std::cerr << "WARNING in LauPolarFormFactorNR::initialise : Dalitz plot is symmetric - this lineshape is not appropriate." << std::endl;
72 std::cerr << "WARNING in LauPolarFormFactorNR::initialise : Unknown model requested, defaulting to Polar Form Factor." << std::endl;
108 std::cout << "INFO in LauPolarFormFactorNR::setResonanceParameter : Setting parameter lambda = " << this->getLambda() << std::endl;
111 std::cerr << "WARNING in LauPolarFormFactorNR::setResonanceParameter: Parameter name not reconised. No parameter changes made." << std::endl;
122 std::cerr << "WARNING in LauPolarFormFactorNR::floatResonanceParameter: Parameter already floating. No parameter changes made." << std::endl;
126 std::cerr << "WARNING in LauPolarFormFactorNR::fixResonanceParameter: Parameter name not reconised. No parameter changes made." << std::endl;
136 std::cerr << "WARNING in LauPolarFormFactorNR::getResonanceParameter: Parameter name not reconised." << std::endl;
Definition: LauAbsResonance.hh:77 Bool_t fixed() const Check whether the parameter is fixed or floated. Definition: LauParameter.hh:228 virtual void floatResonanceParameter(const TString &name) Allow the various parameters to float in the fit. Definition: LauPolarFormFactorNR.cc:115 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 File containing declaration of LauPolarFormFactorNR class. File containing declaration of LauDaughters class. virtual LauParameter * getResonanceParameter(const TString &name) Access the given resonance parameter. Definition: LauPolarFormFactorNR.cc:130 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 Double_t getLambda() const Get the parameter lambda, the NR shape parameter. Definition: LauPolarFormFactorNR.hh:111 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 Class for defining a nonresonant form factor model. Definition: LauPolarFormFactorNR.hh:49 File containing declaration of LauParameter class. void setLambda(const Double_t lambda) Set the parameter lambda, the NR shape parameter. Definition: LauPolarFormFactorNR.cc:141 std::vector< LauParameter * > & getParameters() Access the list of floating parameters. Definition: LauAbsResonance.hh:466 Bool_t fixLambda() const See if the lambda parameter is fixed or floating. Definition: LauPolarFormFactorNR.hh:117 virtual LauComplex resAmp(Double_t mass, Double_t spinTerm) Complex resonant amplitude. Definition: LauPolarFormFactorNR.cc:78 Abstract class for defining type for resonance amplitude models (Breit-Wigner, Flatte etc... Definition: LauAbsResonance.hh:51 File containing LauConstants namespace. virtual const std::vector< LauParameter * > & getFloatingParameters() Retrieve the resonance parameters, e.g. so that they can be loaded into a fit. Definition: LauPolarFormFactorNR.cc:92 virtual void setResonanceParameter(const TString &name, const Double_t value) Set value of the various parameters. Definition: LauPolarFormFactorNR.cc:103 Generated by 1.8.5 |