LauAbsModIndPartWave.cc
Go to the documentation of this file.
File containing declaration of LauResonanceInfo class. Bool_t secondStage_ Flag to determine if the parameters should be floated only in the second stage of the fit. Definition: LauAbsModIndPartWave.hh:247 Double_t leftGrad2_ The gradient at the left boundary for the second spline if clamped. Definition: LauAbsModIndPartWave.hh:242 const TString & getResonanceName() const Get the name of the resonance. Definition: LauAbsResonance.hh:158 LauAbsModIndPartWave(LauResonanceInfo *resInfo, Int_t resPairAmpInt, const LauDaughters *daughters) Constructor. Definition: LauAbsModIndPartWave.cc:38 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:214 std::vector< LauParameter * > & getParameters() Access the list of floating parameters. Definition: LauAbsResonance.hh:497 Lau1DCubicSpline * spline1_ The spline used to interpolate the values of the first real parameter. Definition: LauAbsModIndPartWave.hh:219 void setSplineType(Lau1DCubicSpline::LauSplineType type1, Lau1DCubicSpline::LauSplineType type2) Method to set the type of interpolation used for the splines. Definition: LauAbsModIndPartWave.cc:231 std::vector< Double_t > amp1Vals_ The values of the first real parameter at each knot. Definition: LauAbsModIndPartWave.hh:209 Lau1DCubicSpline::LauSplineBoundaryType leftBound2_ The lower boundary condition type for the second spline. Definition: LauAbsModIndPartWave.hh:233 void defineKnots(const std::set< Double_t > &masses) Define the knot positions. Definition: LauAbsModIndPartWave.cc:124 Double_t rightGrad1_ The gradient at the right boundary for the first spline if clamped. Definition: LauAbsModIndPartWave.hh:240 Lau1DCubicSpline::LauSplineType type2_ The type of interpolation used for the second spline. Definition: LauAbsModIndPartWave.hh:226 Bool_t secondStage() const Check whether the parameter should be floated only in the second stage of a two stage fit. Definition: LauParameter.hh:241 std::vector< Double_t > amp2Vals_ The values of the second real parameter at each knot. Definition: LauAbsModIndPartWave.hh:211 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:238 void updateYValues(const std::vector< Double_t > &ys) Update the y-values of the knots. Definition: Lau1DCubicSpline.cc:106 Class for defining a 1D cubic spline based on a set of knots. Definition: Lau1DCubicSpline.hh:84 void addFloatingParameter(LauParameter *param) Add parameter to the list of floating parameters. Definition: LauAbsResonance.cc:441 Double_t leftGrad1_ The gradient at the left boundary for the first spline if clamped. Definition: LauAbsModIndPartWave.hh:238 Lau1DCubicSpline::LauSplineType type1_ The type of interpolation used for the first spline. Definition: LauAbsModIndPartWave.hh:224 Lau1DCubicSpline::LauSplineBoundaryType rightBound1_ The upper boundary condition type for the first spline. Definition: LauAbsModIndPartWave.hh:231 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 Double_t rightGrad2_ The gradient at the right boundary for the second spline if clamped. Definition: LauAbsModIndPartWave.hh:244 virtual const std::vector< LauParameter * > & getFloatingParameters() Retrieve the resonance parameters, e.g. so that they can be loaded into a fit. Definition: LauAbsModIndPartWave.cc:258 Class for defining the properties of a resonant particle. Definition: LauResonanceInfo.hh:45 File containing LauConstants namespace. Lau1DCubicSpline::LauSplineBoundaryType rightBound2_ The upper boundary condition type for the second spline. Definition: LauAbsModIndPartWave.hh:235 std::vector< LauParameter * > amp2Pars_ The parameters for the second real value at the knots. Definition: LauAbsModIndPartWave.hh:216 Abstract class for defining type for resonance amplitude models (Breit-Wigner, Flatte etc.... Definition: LauAbsResonance.hh:51 virtual LauComplex resAmp(Double_t mass, Double_t spinTerm) Complex resonant amplitude. Definition: LauAbsModIndPartWave.cc:193 Lau1DCubicSpline * spline2_ The spline used to interpolate the values of the second real parameter. Definition: LauAbsModIndPartWave.hh:221 Class that defines the particular 3-body decay under study. Definition: LauDaughters.hh:47 virtual void createAmpParameters(const UInt_t iKnot)=0 Method to create the parameter objects for the given knot. Lau1DCubicSpline::LauSplineBoundaryType leftBound1_ The lower boundary condition type for the first spline. Definition: LauAbsModIndPartWave.hh:229 Bool_t secondStage_ Flag whether it is floated only in the second stage of the fit. Definition: LauParameter.hh:532 File containing declaration of LauAbsModIndPartWave class. Double_t getMassBachelor() const Get the mass of the bachelor daughter. Definition: LauAbsResonance.cc:571 Bool_t floatKnotsSecondStage() const Retrieve the value of the second stage flag. Definition: LauAbsModIndPartWave.hh:109 std::vector< Double_t > masses_ The masses at which knots are defined in the magnitude and phase splines. Definition: LauAbsModIndPartWave.hh:206 File containing declaration of LauKinematics class. Generated by 1.8.18 |