LauAbsModIndPartWave.hh
Go to the documentation of this file.
57 LauAbsModIndPartWave(LauResonanceInfo* resInfo, Int_t resPairAmpInt, const LauDaughters* daughters);
87 virtual void setKnotAmp(const UInt_t knot, const Double_t ampVal1, const Double_t ampVal2, const Bool_t fixAmpVal1, const Bool_t fixAmpVal2) = 0;
143 void setSplineType(Lau1DCubicSpline::LauSplineType type1, Lau1DCubicSpline::LauSplineType type2);
std::vector< LauParameter * > & getAmp2Pars() Helper function to access the 2nd parameter set. Definition: LauAbsModIndPartWave.hh:186 const Lau1DCubicSpline * getSpline2() const Helper function to access the 1st spline. Definition: LauAbsModIndPartWave.hh:192 std::vector< LauParameter * > & getAmp1Pars() Helper function to access the 1st parameter set. Definition: LauAbsModIndPartWave.hh:183 virtual std::set< Double_t > checkKnots(const std::set< Double_t > &masses) Method to check that the supplied knot positions are valid. Definition: LauAbsModIndPartWave.cc:81 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 Double_t rightGrad1_ The gradient at the right boundary for the first spline if clamped. Definition: LauAbsModIndPartWave.hh:233 std::vector< Double_t > & getAmp1Vals() Helper function to access the 1st parameter set. Definition: LauAbsModIndPartWave.hh:177 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 Lau1DCubicSpline::LauSplineType type1_ The type of interpolation used for the first spline. Definition: LauAbsModIndPartWave.hh:217 std::vector< LauParameter * > amp2Pars_ The parameters for the second real value at the knots. Definition: LauAbsModIndPartWave.hh:209 virtual void setKnotAmp(const UInt_t knot, const Double_t ampVal1, const Double_t ampVal2, const Bool_t fixAmpVal1, const Bool_t fixAmpVal2)=0 Set the values of the two real parameters that define the amplitude at a given knot. Lau1DCubicSpline::LauSplineBoundaryType rightBound2_ The upper boundary condition type for the second spline. Definition: LauAbsModIndPartWave.hh:228 virtual void createAmpParameters(const UInt_t iKnot)=0 Method to create the parameter objects for the given knot. virtual const std::vector< LauParameter * > & getFloatingParameters() Retrieve the resonance parameters, e.g. so that they can be loaded into a fit. Definition: LauAbsModIndPartWave.cc:234 virtual LauComplex resAmp(Double_t mass, Double_t spinTerm) Complex resonant amplitude. Definition: LauAbsModIndPartWave.cc:172 const Lau1DCubicSpline * getSpline1() const Helper function to access the 1st spline. Definition: LauAbsModIndPartWave.hh:189 void setAmp(const Double_t realPart, const Double_t imagPart) Helper function to set the current amplitude value. Definition: LauAbsModIndPartWave.hh:168 Lau1DCubicSpline::LauSplineBoundaryType rightBound1_ The upper boundary condition type for the first spline. Definition: LauAbsModIndPartWave.hh:224 std::vector< Double_t > amp2Vals_ The values of the second real parameter at each knot. Definition: LauAbsModIndPartWave.hh:204 Double_t leftGrad2_ The gradient at the left boundary for the second spline if clamped. Definition: LauAbsModIndPartWave.hh:235 File containing declaration of Lau1DCubicSpline class. Class for defining a 1D cubic spline based on a set of knots. Definition: Lau1DCubicSpline.hh:84 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:77 File containing declaration of LauComplex class. virtual void evaluateAmplitude(const Double_t mass)=0 Evaluate the amplitude at the given point from the splines. std::vector< LauParameter * > amp1Pars_ The parameters for the first real value at the knots. Definition: LauAbsModIndPartWave.hh:207 Bool_t secondStage_ Flag to determine if the parameters should be floated only in the second stage of the fit... Definition: LauAbsModIndPartWave.hh:240 std::vector< Double_t > masses_ The masses at which knots are defined in the magnitude and phase splines. Definition: LauAbsModIndPartWave.hh:199 Double_t leftGrad1_ The gradient at the left boundary for the first spline if clamped. Definition: LauAbsModIndPartWave.hh:231 Abstract class for defining type for resonance amplitude models (Breit-Wigner, Flatte etc... Definition: LauAbsResonance.hh:51 void setRealImagPart(Double_t realpart, Double_t imagpart) Set both real and imaginary part. Definition: LauComplex.hh:328 const std::vector< Double_t > & getMasses() Helper function to access the masses. Definition: LauAbsModIndPartWave.hh:174 Lau1DCubicSpline * spline1_ The spline used to interpolate the values of the first real parameter. Definition: LauAbsModIndPartWave.hh:212 Lau1DCubicSpline::LauSplineBoundaryType leftBound1_ The lower boundary condition type for the first spline. Definition: LauAbsModIndPartWave.hh:222 File containing declaration of LauAbsResonance class. void defineKnots(const std::set< Double_t > &masses) Define the knot positions. Definition: LauAbsModIndPartWave.cc:118 Double_t rightGrad2_ The gradient at the right boundary for the second spline if clamped. Definition: LauAbsModIndPartWave.hh:237 std::vector< Double_t > amp1Vals_ The values of the first real parameter at each knot. Definition: LauAbsModIndPartWave.hh:202 Bool_t floatKnotsSecondStage() const Retrieve the value of the second stage flag. Definition: LauAbsModIndPartWave.hh:104 Lau1DCubicSpline * spline2_ The spline used to interpolate the values of the second real parameter. Definition: LauAbsModIndPartWave.hh:214 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 std::vector< Double_t > & getAmp2Vals() Helper function to access the 2nd parameter set. Definition: LauAbsModIndPartWave.hh:180 Lau1DCubicSpline::LauSplineBoundaryType leftBound2_ The lower boundary condition type for the second spline. Definition: LauAbsModIndPartWave.hh:226 LauAbsModIndPartWave(LauResonanceInfo *resInfo, Int_t resPairAmpInt, const LauDaughters *daughters) Constructor. Definition: LauAbsModIndPartWave.cc:40 void setSplineType(Lau1DCubicSpline::LauSplineType type1, Lau1DCubicSpline::LauSplineType type2) Method to set the type of interpolation used for the splines. Definition: LauAbsModIndPartWave.cc:209 Lau1DCubicSpline::LauSplineType type2_ The type of interpolation used for the second spline. Definition: LauAbsModIndPartWave.hh:219 Generated by 1.8.5 |