|
BOSS 8.0.0
BESIII Offline Software System
|
#include <EvtPdf.hh>
Public Member Functions | |
| EvtPdfDiv () | |
| EvtPdfDiv (const EvtPdf< T > &theNum, const EvtPdf< T > &theDen) | |
| EvtPdfDiv (const EvtPdfDiv< T > &other) | |
| virtual | ~EvtPdfDiv () |
| virtual EvtPdf< T > * | clone () const |
| virtual double | pdf (const T &p) const |
| Public Member Functions inherited from EvtPdf< T > | |
| EvtPdf () | |
| EvtPdf (const EvtPdf &other) | |
| virtual | ~EvtPdf () |
| double | evaluate (const T &p) const |
| EvtPdfMax< T > | findMax (const EvtPdf< T > &pc, int N) |
| EvtValError | findGenEff (const EvtPdf< T > &pc, int N, int nFindMax) |
| void | setItg (EvtValError itg) |
| EvtValError | getItg () const |
| EvtValError | getItg (int N) const |
| virtual EvtValError | compute_integral () const |
| virtual EvtValError | compute_integral (int N) const |
| EvtValError | compute_mc_integral (const EvtPdf< T > &pc, int N) |
| EvtPredGen< EvtPdfGen< T >, EvtPdfPred< T > > | accRejGen (const EvtPdf< T > &pc, int nMax, double factor=1.) |
| virtual T | randomPoint () |
Additional Inherited Members | |
| Protected Attributes inherited from EvtPdf< T > | |
| EvtValError | _itg |
|
inline |
Definition at line 192 of file EvtPdf.hh.
Referenced by clone(), and EvtPdfDiv().
|
inline |
Definition at line 193 of file EvtPdf.hh.
|
inlinevirtual |
Implements EvtPdf< T >.