|
EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
#include <EvtGenBase/EvtPdf.hh>
Public Member Functions | |
| 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) 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 () |
Protected Member Functions | |
| virtual double | pdf (const T &) const =0 |
Protected Attributes | |
| EvtValError | m_itg |
| EvtPredGen< EvtPdfGen< T >, EvtPdfPred< T > > EvtPdf< T >::accRejGen | ( | const EvtPdf< T > & | pc, |
| int | nMax, | ||
| double | factor = 1. ) |
Implemented in EvtAmpPdf< T >, EvtDalitzFlatPdf, EvtDalitzResPdf, EvtIntervalFlatPdf, EvtPdfDiv< T >, and EvtPdfSum< T >.
|
inlinevirtual |
Reimplemented in EvtIntervalFlatPdf, and EvtPdfSum< T >.
|
inlinevirtual |
Reimplemented in EvtPdfSum< T >.
| EvtValError EvtPdf< T >::compute_mc_integral | ( | const EvtPdf< T > & | pc, |
| int | N ) |
|
inline |
| EvtValError EvtPdf< T >::findGenEff | ( | const EvtPdf< T > & | pc, |
| int | N, | ||
| int | nFindMax ) |
|
inline |
|
inline |
|
protectedpure virtual |
Implemented in EvtAmpPdf< T >, EvtDalitzFlatPdf, EvtDalitzResPdf, EvtIntervalFlatPdf, EvtPdfDiv< T >, and EvtPdfSum< T >.
|
virtual |
Reimplemented in EvtDalitzFlatPdf, EvtDalitzResPdf, EvtIntervalFlatPdf, and EvtPdfSum< T >.
|
inline |
|
mutableprotected |