LauChebychevPdf.hh File containing declaration of LauAbsPdf class. std::vector< Double_t > LauAbscissas The type used for containing multiple abscissa values. Definition: LauAbsPdf.hh:58 Class for defining a Chebychev Polynomial (1st kind) PDF. Definition: LauChebychevPdf.hh:63 virtual void calcLikelihoodInfo(const LauAbscissas &abscissas) Calculate the likelihood (and intermediate info) for a given abscissa. Definition: LauChebychevPdf.cc:106 LauChebychevPdf & operator=(const LauChebychevPdf &other) Copy assignment operator (not implemented) virtual void calcLikelihoodInfo(const LauAbscissas &abscissas)=0 Calculate the likelihood (and all associated information) given value(s) of the abscissa(s) LauChebychevPdf(const TString &theVarName, const std::vector< LauAbsRValue * > ¶ms, Double_t minAbscissa, Double_t maxAbscissa) Constructor. Definition: LauChebychevPdf.cc:53 LauChebychevPdf(const LauChebychevPdf &other) Copy constructor (not implemented) virtual void calcPDFHeight(const LauKinematics *kinematics) Calculate the PDF height. Definition: LauChebychevPdf.cc:184 Generated by ![]() |