StRoot
1
|
Public Member Functions | |
EvtIntervalFlatPdf (double min, double max) | |
EvtIntervalFlatPdf (const EvtIntervalFlatPdf &other) | |
virtual EvtPdf< EvtPoint1D > * | clone () const |
virtual EvtValError | compute_integral () const |
virtual EvtPoint1D | randomPoint () |
Public Member Functions inherited from EvtPdf< EvtPoint1D > | |
EvtPdf (const EvtPdf &other) | |
double | evaluate (const EvtPoint1D &p) const |
EvtPdfMax< EvtPoint1D > | findMax (const EvtPdf< EvtPoint1D > &pc, int N) |
EvtValError | findGenEff (const EvtPdf< EvtPoint1D > &pc, int N, int nFindMax) |
void | setItg (EvtValError itg) |
EvtValError | getItg () const |
EvtValError | getItg (int N) const |
virtual EvtValError | compute_integral (int) const |
EvtValError | compute_mc_integral (const EvtPdf< EvtPoint1D > &pc, int N) |
EvtPredGen< EvtPdfGen < EvtPoint1D >, EvtPdfPred < EvtPoint1D > > | accRejGen (const EvtPdf< EvtPoint1D > &pc, int nMax, double factor=1.) |
Protected Member Functions | |
virtual double | pdf (const EvtPoint1D &) const |
Protected Attributes | |
double | _min |
double | _max |
Protected Attributes inherited from EvtPdf< EvtPoint1D > | |
EvtValError | _itg |
Definition at line 21 of file EvtIntervalFlatPdf.hh.