Lau2DSplineDP.cc
Go to the documentation of this file.
120 std::cerr << "ERROR in Lau2DHistDP constructor : the lower error histogram has a different number of bins to the main histogram."
127 std::cerr << "ERROR in Lau2DHistDP constructor : the upper error histogram has a different number of bins to the main histogram."
137 std::cerr << "ERROR in Lau2DHistDP constructor : the lower error histogram has a different x range to the main histogram."
144 std::cerr << "ERROR in Lau2DHistDP constructor : the lower error histogram has a different y range to the main histogram."
154 std::cerr << "ERROR in Lau2DHistDP constructor : the upper error histogram has a different x range to the main histogram."
161 std::cerr << "ERROR in Lau2DHistDP constructor : the upper error histogram has a different y range to the main histogram."
Abstract base class for defining a variation across a 2D DP based on a histogram. Definition: Lau2DAbsHistDP.hh:48 File containing LauRandom namespace. Class for defining a 2D cubic spline based on an input histogram. Definition: Lau2DCubicSpline.hh:65 void doBinFluctuation(TH2 *hist) Fluctuate the contents of each histogram bin independently, in accordance with their errors. Definition: Lau2DAbsHistDP.cc:66 Bool_t withinDPBoundaries(Double_t x, Double_t y) const Check whether the given co-ordinates are within the kinematic boundary. Definition: Lau2DAbsHistDP.cc:179 virtual Double_t evaluate(Double_t x, Double_t y) const Evaluate the function at given point. Definition: Lau2DCubicSpline.cc:185 void raiseOrLowerBins(TH2 *hist, const Double_t avEff, const Double_t avEffError) Rescale the histogram bin contents based on the desired average efficiency and its uncertainty. Definition: Lau2DAbsHistDP.cc:134 Lau2DCubicSpline * spline_ A 2D cubic spline generated from the histogram. Definition: Lau2DSplineDP.hh:119 Lau2DSplineDP(const TH2 *hist, const LauDaughters *daughters, Bool_t fluctuateBins=kFALSE, Double_t avEff=-1.0, Double_t avEffError=-1.0, Bool_t useUpperHalfOnly=kFALSE, Bool_t squareDP=kFALSE) Constructor. Definition: Lau2DSplineDP.cc:43 File containing declaration of LauDaughters class. Double_t interpolateXY(Double_t x, Double_t y) const Perform the interpolation. Definition: Lau2DSplineDP.cc:186 void getUpperHalf(Double_t &x, Double_t &y) const If only using the upper half of the (symmetric) DP then transform into the correct half. Definition: Lau2DAbsHistDP.cc:184 File containing declaration of Lau2DSplineDP class. File containing declaration of Lau2DCubicSpline class. Class that defines the particular 3-body decay under study. Definition: LauDaughters.hh:47 File containing declaration of LauKinematics class. Generated by ![]() |