|
BOSS 8.0.0
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 () | |
| 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 | 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.
| EvtIntervalFlatPdf::EvtIntervalFlatPdf | ( | double | min, |
| double | max ) |
Definition at line 16 of file EvtIntervalFlatPdf.cc.
Referenced by clone(), and EvtIntervalFlatPdf().
| EvtIntervalFlatPdf::EvtIntervalFlatPdf | ( | const EvtIntervalFlatPdf & | other | ) |
Definition at line 21 of file EvtIntervalFlatPdf.cc.
|
virtual |
Definition at line 24 of file EvtIntervalFlatPdf.cc.
|
virtual |
Implements EvtPdf< EvtPoint1D >.
Definition at line 26 of file EvtIntervalFlatPdf.cc.
|
virtual |
Reimplemented from EvtPdf< EvtPoint1D >.
Definition at line 32 of file EvtIntervalFlatPdf.cc.
|
protectedvirtual |
Implements EvtPdf< EvtPoint1D >.
Definition at line 30 of file EvtIntervalFlatPdf.cc.
|
virtual |
Reimplemented from EvtPdf< EvtPoint1D >.
Definition at line 36 of file EvtIntervalFlatPdf.cc.
|
protected |
Definition at line 35 of file EvtIntervalFlatPdf.hh.
Referenced by compute_integral(), EvtIntervalFlatPdf(), EvtIntervalFlatPdf(), and randomPoint().
|
protected |
Definition at line 34 of file EvtIntervalFlatPdf.hh.
Referenced by compute_integral(), EvtIntervalFlatPdf(), EvtIntervalFlatPdf(), and randomPoint().