Laura++
3.6.0
A maximum likelihood fitting package for performing Dalitz-plot analysis.
|
Go to the documentation of this file.
68 Bool_t useInterpolation = kTRUE,
69 Bool_t fluctuateBins = kFALSE,
70 Double_t avEff = -1.0,
71 Double_t avEffError = -1.0,
72 Bool_t useUpperHalfOnly = kFALSE,
73 Bool_t squareDP = kFALSE );
96 Bool_t useInterpolation = kTRUE,
97 Bool_t fluctuateBins = kFALSE,
98 Double_t avEff = -1.0,
99 Double_t avEffError = -1.0,
100 Bool_t useUpperHalfOnly = kFALSE,
101 Bool_t squareDP = kFALSE );
Abstract base class for defining a variation across a 2D DP based on a histogram.
Double_t binYWidth_ The histogram y-axis bin width.
Int_t nBinsX_ The number of bins on the x-axis of the histogram.
Double_t interpolateXY(Double_t x, Double_t y) const Perform the interpolation.
Double_t rangeY_ The histogram y-axis range.
TH2 * errorHi_ The histogram containing the upper errors.
Double_t minX_ The histogram x-axis minimum.
File containing declaration of Lau2DAbsHistDP class.
Double_t minY_ The histogram y-axis minimum.
Int_t nBinsY_ The number of bins on the y-axis of the histogram.
Double_t binXWidth_ The histogram x-axis bin width.
Lau2DHistDP(const Lau2DHistDP &rhs) Copy constructor - not implemented.
Double_t maxY_ The histogram y-axis maximum.
virtual ~Lau2DHistDP() Destructor.
Class for defining a 2D DP histogram.
TH2 * errorLo_ The histogram containing the lower errors.
Double_t rangeX_ The histogram x-axis range.
Lau2DHistDP(const TH2 *hist, const LauDaughters *daughters, Bool_t useInterpolation=kTRUE, Bool_t fluctuateBins=kFALSE, Double_t avEff=-1.0, Double_t avEffError=-1.0, Bool_t useUpperHalfOnly=kFALSE, Bool_t squareDP=kFALSE) Constructor.
TH2 * hist_ The underlying histogram.
Class for calculating 3-body kinematic quantities.
Lau2DHistDP & operator=(const Lau2DHistDP &rhs) Copy assignment operator - not implemented.
Class that defines the particular 3-body decay under study.
Double_t getBinHistValue(Int_t xBinNo, Int_t yBinNo) const Get the raw bin content from the histogram.
Bool_t useInterpolation_ Control boolean for using the linear interpolation.
Double_t maxX_ The histogram x-axis maximum.
|