Lau2DSplineDP.cc
Go to the documentation of this file.
77 std::cerr << "WARNING in Lau2DSplineDP::interpolateXY : Given position is outside the DP boundary, returning 0.0." << std::endl;
File containing declaration of Lau2DSplineDP class. Double_t interpolateXY(Double_t x, Double_t y) const Perform the interpolation. Definition: Lau2DSplineDP.cc:63 Class that defines the particular 3-body decay under study. Definition: LauDaughters.hh:33 Class for defining a 2D cubic spline based on an input histogram. Definition: Lau2DCubicSpline.hh:47 File containing declaration of LauDaughters class. File containing declaration of LauKinematics class. virtual Double_t evaluate(Double_t x, Double_t y) const Evaluate the function at given point. Definition: Lau2DCubicSpline.cc:185 Abstract base class for defining a variation across a 2D DP based on a histogram. ... Definition: Lau2DAbsHistDP.hh:34 Bool_t withinDPBoundaries(Double_t x, Double_t y) const Check whether the given co-ordinates are within the kinematic boundary. Definition: Lau2DAbsHistDP.cc:107 File containing LauRandom namespace. File containing declaration of Lau2DCubicSpline class. 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:112 Lau2DCubicSpline * spline_ A 2D cubic spline generated from the histogram. Definition: Lau2DSplineDP.hh:71 Class for defining variations across a 2D DP using a spline. Definition: Lau2DSplineDP.hh:35 Generated by 1.8.5 |