Lau1DHistPdf.cc
Go to the documentation of this file.
32 Lau1DHistPdf::Lau1DHistPdf(const TString& theVarName, const TH1* hist, Double_t minAbscissa, Double_t maxAbscissa,
135 std::cout << "INFO in Lau1DHistPdf::checkNormalisation : Area = " << area << ", dx = " << dx << std::endl;
149 std::cerr << "WARNING in Lau1DHistPdf::getBinHistValue : Negative bin content set to zero!" << std::endl;
virtual void calcLikelihoodInfo(const LauAbscissas &abscissas) Calculate the likelihood (and intermediate info) for a given abscissa. Definition: Lau1DHistPdf.cc:163 TRandom * randomFun() Access the singleton random number generator with a particular seed. Definition: LauRandom.cc:20 virtual void setUnNormPDFVal(Double_t unNormPDFVal) Set the unnormalised likelihood. Definition: LauAbsPdf.hh:369 virtual Bool_t heightUpToDate() const Check if the maximum height of the PDF is up to date. Definition: LauAbsPdf.hh:264 ClassImp(LauAbsCoeffSet) Bool_t useInterpolation_ Control boolean for using the linear interpolation. Definition: Lau1DHistPdf.hh:106 virtual Bool_t checkRange(const LauAbscissas &abscissas) const Check that all abscissas are within their allowed ranges. Definition: LauAbsPdf.cc:213 void doBinFluctuation() Fluctuate the histogram bin contents in accorance with their errors. Definition: Lau1DHistPdf.cc:237 Double_t getBinHistValue(Int_t bin) const Get the bin content from the histogram. Definition: Lau1DHistPdf.cc:140 Double_t interpolateNorm(Double_t x) const Perform the interpolation and divide by the normalisation. Definition: Lau1DHistPdf.cc:155 File containing LauRandom namespace. Double_t interpolate(Double_t x) const Perform the interpolation (unnormalised) Definition: Lau1DHistPdf.cc:178 virtual void calcPDFHeight(const LauKinematics *kinematics) Calculate the PDF height. Definition: Lau1DHistPdf.cc:86 Pure abstract base class for defining a parameter containing an R value. Definition: LauAbsRValue.hh:29 std::vector< Double_t > LauAbscissas The type used for containing multiple abscissa values. Definition: LauAbsPdf.hh:45 File containing declaration of Lau1DHistPdf class. Generated by 1.8.5 |