evtgen is hosted by Hepforge, IPPP Durham
EvtGen  2.0.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
EvtAmpPdf< T > Class Template Reference

#include <EvtGenBase/EvtAmpPdf.hh>

Inheritance diagram for EvtAmpPdf< T >:
EvtPdf< T >

Public Member Functions

 EvtAmpPdf ()
 
 EvtAmpPdf (const EvtAmplitude< T > &amp)
 
 EvtAmpPdf (const EvtAmpPdf< T > &other)
 
virtual ~EvtAmpPdf ()
 
EvtAmpPdf< T > * clone () const override
 
double pdf (const T &p) const override
 
- 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) 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 ()
 

Private Attributes

EvtAmplitude< T > * _amp
 

Additional Inherited Members

- Protected Attributes inherited from EvtPdf< T >
EvtValError _itg
 

Detailed Description

template<class T>
class EvtAmpPdf< T >

Definition at line 30 of file EvtAmpPdf.hh.

Constructor & Destructor Documentation

◆ EvtAmpPdf() [1/3]

template<class T>
EvtAmpPdf< T >::EvtAmpPdf ( )
inline

Definition at line 32 of file EvtAmpPdf.hh.

◆ EvtAmpPdf() [2/3]

template<class T>
EvtAmpPdf< T >::EvtAmpPdf ( const EvtAmplitude< T > &  amp)
inline

Definition at line 33 of file EvtAmpPdf.hh.

◆ EvtAmpPdf() [3/3]

template<class T>
EvtAmpPdf< T >::EvtAmpPdf ( const EvtAmpPdf< T > &  other)
inline

Definition at line 36 of file EvtAmpPdf.hh.

◆ ~EvtAmpPdf()

template<class T>
virtual EvtAmpPdf< T >::~EvtAmpPdf ( )
inlinevirtual

Definition at line 40 of file EvtAmpPdf.hh.

Member Function Documentation

◆ clone()

template<class T>
EvtAmpPdf<T>* EvtAmpPdf< T >::clone ( ) const
inlineoverridevirtual

Implements EvtPdf< T >.

Definition at line 42 of file EvtAmpPdf.hh.

◆ pdf()

template<class T>
double EvtAmpPdf< T >::pdf ( const T &  p) const
inlineoverridevirtual

Implements EvtPdf< T >.

Definition at line 44 of file EvtAmpPdf.hh.

Member Data Documentation

◆ _amp

template<class T>
EvtAmplitude<T>* EvtAmpPdf< T >::_amp
private

Definition at line 51 of file EvtAmpPdf.hh.


The documentation for this class was generated from the following file: