LauModIndPartWaveRealImag.hh
Go to the documentation of this file.
54 LauModIndPartWaveRealImag(LauResonanceInfo* resInfo, Int_t resPairAmpInt, const LauDaughters* daughters);
67 virtual void setKnotAmp(const UInt_t knot, const Double_t realVal, const Double_t imagVal, const Bool_t fixRealPart, const Bool_t fixImagPart);
74 void setType(Lau1DCubicSpline::LauSplineType realType, Lau1DCubicSpline::LauSplineType imagType) {
98 this->setSplineBoundaryConditions(realLeftBound,realRightBound,imagLeftBound,imagRightBound,realLeftGrad,realRightGrad,imagLeftGrad,imagRightGrad);
105 virtual LauAbsResonance::LauResonanceModel getResonanceModel() const {return LauAbsResonance::MIPW_RealImag;}
virtual LauAbsResonance::LauResonanceModel getResonanceModel() const Get the resonance model type. Definition: LauModIndPartWaveRealImag.hh:105 Abstract base class for defining a model independent partial wave component. Definition: LauAbsModIndPartWave.hh:48 LauSplineBoundaryType Define the allowed boundary condition types. Definition: Lau1DCubicSpline.hh:98 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 void setBoundaryConditions(Lau1DCubicSpline::LauSplineBoundaryType realLeftBound, Lau1DCubicSpline::LauSplineBoundaryType realRightBound, Lau1DCubicSpline::LauSplineBoundaryType imagLeftBound, Lau1DCubicSpline::LauSplineBoundaryType imagRightBound, Double_t realLeftGrad=0.0, Double_t realRightGrad=0.0, Double_t imagLeftGrad=0.0, Double_t imagRightGrad=0.0) Method to set the boundary conditions of the splines. Definition: LauModIndPartWaveRealImag.hh:89 LauModIndPartWaveRealImag(LauResonanceInfo *resInfo, Int_t resPairAmpInt, const LauDaughters *daughters) Constructor. Definition: LauModIndPartWaveRealImag.cc:41 File containing declaration of LauComplex class. void setType(Lau1DCubicSpline::LauSplineType realType, Lau1DCubicSpline::LauSplineType imagType) Method to set the type of interpolation used for the splines. Definition: LauModIndPartWaveRealImag.hh:74 virtual void createAmpParameters(const UInt_t iKnot) Method to create the parameter objects for the given knot. Definition: LauModIndPartWaveRealImag.cc:50 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:81 void setSplineBoundaryConditions(Lau1DCubicSpline::LauSplineBoundaryType leftBound1, Lau1DCubicSpline::LauSplineBoundaryType rightBound1, Lau1DCubicSpline::LauSplineBoundaryType leftBound2, Lau1DCubicSpline::LauSplineBoundaryType rightBound2, Double_t leftGrad1=0.0, Double_t rightGrad1=0.0, Double_t leftGrad2=0.0, Double_t rightGrad2=0.0) Method to set the boundary conditions of the splines. Definition: LauAbsModIndPartWave.cc:215 Class for defining a model independent partial wave component where the amplitudes are parameterised ... Definition: LauModIndPartWaveRealImag.hh:45 virtual void evaluateAmplitude(const Double_t mass) Evaluate the amplitude at the given point from the splines. Definition: LauModIndPartWaveRealImag.cc:131 void setSplineType(Lau1DCubicSpline::LauSplineType type1, Lau1DCubicSpline::LauSplineType type2) Method to set the type of interpolation used for the splines. Definition: LauAbsModIndPartWave.cc:209 File containing declaration of LauAbsModIndPartWave class. Generated by 1.8.5 |