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.
EvtPdfDiv< T > Class Template Reference

#include <EvtGenBase/EvtPdf.hh>

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

Public Member Functions

 EvtPdfDiv ()
 
 EvtPdfDiv (const EvtPdf< T > &theNum, const EvtPdf< T > &theDen)
 
 EvtPdfDiv (const EvtPdfDiv< T > &other)
 
virtual ~EvtPdfDiv ()
 
EvtPdf< 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

EvtPdf< T > * itsNum
 
EvtPdf< T > * itsDen
 

Additional Inherited Members

- Protected Attributes inherited from EvtPdf< T >
EvtValError _itg
 

Detailed Description

template<class T>
class EvtPdfDiv< T >

Definition at line 228 of file EvtPdf.hh.

Constructor & Destructor Documentation

◆ EvtPdfDiv() [1/3]

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

Definition at line 230 of file EvtPdf.hh.

◆ EvtPdfDiv() [2/3]

template<class T>
EvtPdfDiv< T >::EvtPdfDiv ( const EvtPdf< T > &  theNum,
const EvtPdf< T > &  theDen 
)
inline

Definition at line 231 of file EvtPdf.hh.

◆ EvtPdfDiv() [3/3]

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

Definition at line 235 of file EvtPdf.hh.

◆ ~EvtPdfDiv()

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

Definition at line 239 of file EvtPdf.hh.

Member Function Documentation

◆ clone()

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

Implements EvtPdf< T >.

Definition at line 244 of file EvtPdf.hh.

◆ pdf()

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

Implements EvtPdf< T >.

Definition at line 246 of file EvtPdf.hh.

Member Data Documentation

◆ itsDen

template<class T>
EvtPdf<T>* EvtPdfDiv< T >::itsDen
private

Definition at line 256 of file EvtPdf.hh.

◆ itsNum

template<class T>
EvtPdf<T>* EvtPdfDiv< T >::itsNum
private

Definition at line 255 of file EvtPdf.hh.


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