BOSS 7.1.2
BESIII Offline Software System
|
#include <EvtIntervalFlatPdf.hh>
Public Member Functions | |
EvtIntervalFlatPdf (double min, double max) | |
EvtIntervalFlatPdf (const EvtIntervalFlatPdf &other) | |
virtual | ~EvtIntervalFlatPdf () |
virtual EvtPdf< EvtPoint1D > * | clone () const |
virtual EvtValError | compute_integral () const |
virtual EvtPoint1D | randomPoint () |
Public Member Functions inherited from EvtPdf< EvtPoint1D > | |
EvtPdf () | |
EvtPdf (const EvtPdf &other) | |
virtual | ~EvtPdf () |
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 N) 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 Member Functions inherited from EvtPdf< EvtPoint1D > |
Protected Attributes | |
double | _min |
double | _max |
Protected Attributes inherited from EvtPdf< EvtPoint1D > | |
EvtValError | _itg |
Definition at line 21 of file EvtIntervalFlatPdf.hh.
EvtIntervalFlatPdf::EvtIntervalFlatPdf | ( | double | min, |
double | max ) |
Definition at line 16 of file EvtIntervalFlatPdf.cc.
Referenced by clone().
EvtIntervalFlatPdf::EvtIntervalFlatPdf | ( | const EvtIntervalFlatPdf & | other | ) |
Definition at line 22 of file EvtIntervalFlatPdf.cc.
|
virtual |
Definition at line 26 of file EvtIntervalFlatPdf.cc.
|
virtual |
Implements EvtPdf< EvtPoint1D >.
Definition at line 29 of file EvtIntervalFlatPdf.cc.
|
virtual |
Reimplemented from EvtPdf< EvtPoint1D >.
Definition at line 39 of file EvtIntervalFlatPdf.cc.
|
protectedvirtual |
Implements EvtPdf< EvtPoint1D >.
Definition at line 34 of file EvtIntervalFlatPdf.cc.
|
virtual |
Reimplemented from EvtPdf< EvtPoint1D >.
Definition at line 44 of file EvtIntervalFlatPdf.cc.
|
protected |
Definition at line 37 of file EvtIntervalFlatPdf.hh.
Referenced by compute_integral(), and randomPoint().
|
protected |
Definition at line 36 of file EvtIntervalFlatPdf.hh.
Referenced by compute_integral(), and randomPoint().