CGEM BOSS 6.6.5.g
BESIII Offline Software System
|
#include <EvtAmpAmpPdf.hh>
Public Member Functions | |
EvtAmpAmpPdf () | |
EvtAmpAmpPdf (int type, const EvtAmplitude< T > &1, const EvtAmplitude< T > &2) | |
EvtAmpAmpPdf (const EvtAmpAmpPdf< T > &other) | |
virtual | ~EvtAmpAmpPdf () |
virtual EvtAmpAmpPdf< T > * | clone () const |
virtual double | pdf (const T &p) const |
Public Member Functions inherited from EvtPdf< T > | |
EvtPdf () | |
EvtPdf (const EvtPdf &other) | |
virtual | ~EvtPdf () |
virtual EvtPdf< T > * | clone () const =0 |
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 | |
virtual double | pdf (const T &) const =0 |
Protected Attributes inherited from EvtPdf< T > | |
EvtValError | _itg |
Definition at line 24 of file EvtAmpAmpPdf.hh.
|
inline |
|
inline |
Definition at line 28 of file EvtAmpAmpPdf.hh.
|
inline |
Definition at line 31 of file EvtAmpAmpPdf.hh.
|
inlinevirtual |
Definition at line 34 of file EvtAmpAmpPdf.hh.
|
inlinevirtual |
|
inlinevirtual |
Implements EvtPdf< T >.
Definition at line 42 of file EvtAmpAmpPdf.hh.