LauChebychevPdf.hh
Go to the documentation of this file.
59 LauChebychevPdf(const TString& theVarName, const std::vector<LauParameter*>& params, Double_t minAbscissa, Double_t maxAbscissa);
Class for defining a Chebychev Polynomial (1st kind) PDF. Definition: LauChebychevPdf.hh:49 virtual void calcPDFHeight(const LauKinematics *kinematics) Calculate the PDF height. Definition: LauChebychevPdf.cc:137 LauChebychevPdf(const TString &theVarName, const std::vector< LauParameter * > ¶ms, Double_t minAbscissa, Double_t maxAbscissa) Constructor. Definition: LauChebychevPdf.cc:41 File containing declaration of LauAbsPdf class. virtual void calcLikelihoodInfo(const LauAbscissas &abscissas)=0 Calculate the likelihood (and all associated information) given value(s) of the abscissa(s) ... virtual void calcLikelihoodInfo(const LauAbscissas &abscissas) Calculate the likelihood (and intermediate info) for a given abscissa. Definition: LauChebychevPdf.cc:85 std::vector< Double_t > LauAbscissas The type used for containing multiple abscissa values. Definition: LauAbsPdf.hh:44 Generated by 1.8.5 |