LauModIndPartWaveRealImag.cc
Go to the documentation of this file.
27 LauModIndPartWaveRealImag::LauModIndPartWaveRealImag(LauResonanceInfo* resInfo, Int_t resPairAmpInt, const LauDaughters* daughters) :
67 void LauModIndPartWaveRealImag::setKnotAmp(const UInt_t knot, const Double_t realVal, const Double_t imagVal, const Bool_t fixRealPart, const Bool_t fixImagPart)
72 std::cerr << "WARNING in LauModIndPartWaveRealImag::setKnotAmp : Index " << knot << " does not correspond to an existing knot in resonance " << this->getResonanceName() << std::endl;
97 std::cout << "INFO in LauModIndPartWaveRealImag::setKnotAmp : Knot updated in resonance " << this->getResonanceName() << " at lower kinematic limit (" << masses[knot] << ")" << std::endl;
99 std::cout << "INFO in LauModIndPartWaveRealImag::setKnotAmp : Knot updated in resonance " << this->getResonanceName() << " at upper kinematic limit (" << masses[knot] << ")" << std::endl;
101 std::cout << "INFO in LauModIndPartWaveRealImag::setKnotAmp : Knot updated in resonance " << this->getResonanceName() << " at mass " << masses[knot] << std::endl;
std::vector< LauParameter * > & getAmp2Pars() Helper function to access the 2nd parameter set. Definition: LauAbsModIndPartWave.hh:172 const Lau1DCubicSpline * getSpline2() const Helper function to access the 1st spline. Definition: LauAbsModIndPartWave.hh:178 std::vector< LauParameter * > & getAmp1Pars() Helper function to access the 1st parameter set. Definition: LauAbsModIndPartWave.hh:169 const TString & getResonanceName() const Get the name of the resonance. Definition: LauAbsResonance.hh:131 Abstract base class for defining a model independent partial wave component. Definition: LauAbsModIndPartWave.hh:34 File containing declaration of LauResonanceInfo class. ClassImp(LauAbsCoeffSet) std::vector< Double_t > & getAmp1Vals() Helper function to access the 1st parameter set. Definition: LauAbsModIndPartWave.hh:163 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 Double_t evaluate(Double_t x) const Evaluate the function at given point. Definition: Lau1DCubicSpline.cc:45 File containing declaration of LauModIndPartWaveRealImag class. const TString & getSanitisedName() const Get the name of the resonance. Definition: LauAbsResonance.hh:137 const Lau1DCubicSpline * getSpline1() const Helper function to access the 1st spline. Definition: LauAbsModIndPartWave.hh:175 void setAmp(const Double_t realPart, const Double_t imagPart) Helper function to set the current amplitude value. Definition: LauAbsModIndPartWave.hh:154 File containing declaration of LauKinematics class. File containing declaration of Lau1DCubicSpline class. Class for defining a 1D cubic spline based on a set of knots. Definition: Lau1DCubicSpline.hh:70 UInt_t nKnots() const Return the number of knots that have been defined (including those at the upper and lower kinematic l... Definition: LauAbsModIndPartWave.hh:63 Bool_t secondStage() const Check whether the parameter should be floated only in the second stage of a two stage fit... Definition: LauParameter.hh:220 virtual void createAmpParameters(const UInt_t iKnot) Method to create the parameter objects for the given knot. Definition: LauModIndPartWaveRealImag.cc:36 virtual void setKnotAmp(const UInt_t knot, const Double_t realVal, const Double_t imagVal, const Bool_t fixRealPart, const Bool_t fixImagPart) Set the values of the two real parameters that define the amplitude at a given knot. Definition: LauModIndPartWaveRealImag.cc:67 const std::vector< Double_t > & getMasses() Helper function to access the masses. Definition: LauAbsModIndPartWave.hh:160 LauResonanceInfo * getResInfo() const Access the resonance info object. Definition: LauAbsResonance.hh:393 File containing LauConstants namespace. Bool_t floatKnotsSecondStage() const Retrieve the value of the second stage flag. Definition: LauAbsModIndPartWave.hh:90 Class for defining a model independent partial wave component where the amplitudes are parameterised ... Definition: LauModIndPartWaveRealImag.hh:31 std::vector< Double_t > & getAmp2Vals() Helper function to access the 2nd parameter set. Definition: LauAbsModIndPartWave.hh:166 virtual void evaluateAmplitude(const Double_t mass) Evaluate the amplitude at the given point from the splines. Definition: LauModIndPartWaveRealImag.cc:117 void addExtraParameter(LauParameter *param, const Bool_t independentPar=kFALSE) Add an extra parameter of the resonance. Definition: LauResonanceInfo.cc:119 Generated by 1.8.5 |