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

#include <EvtGenBase/EvtPdf.hh>

Public Types

typedef double result_type
 
typedef T argument_type
 

Public Member Functions

 EvtPdfUnary ()
 
 EvtPdfUnary (const EvtPdf< T > &thePdf)
 
 EvtPdfUnary (const EvtPdfUnary &other)
 
 ~EvtPdfUnary ()
 
result_type operator() (argument_type p)
 

Private Attributes

EvtPdf< T > * itsPdf
 

Detailed Description

template<class T>
class EvtPdfUnary< T >

Definition at line 206 of file EvtPdf.hh.

Member Typedef Documentation

◆ argument_type

template<class T>
typedef T EvtPdfUnary< T >::argument_type

Definition at line 209 of file EvtPdf.hh.

◆ result_type

template<class T>
typedef double EvtPdfUnary< T >::result_type

Definition at line 208 of file EvtPdf.hh.

Constructor & Destructor Documentation

◆ EvtPdfUnary() [1/3]

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

Definition at line 211 of file EvtPdf.hh.

◆ EvtPdfUnary() [2/3]

template<class T>
EvtPdfUnary< T >::EvtPdfUnary ( const EvtPdf< T > &  thePdf)
inline

Definition at line 212 of file EvtPdf.hh.

◆ EvtPdfUnary() [3/3]

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

Definition at line 213 of file EvtPdf.hh.

◆ ~EvtPdfUnary()

template<class T>
EvtPdfUnary< T >::~EvtPdfUnary ( )
inline

Definition at line 214 of file EvtPdf.hh.

Member Function Documentation

◆ operator()()

template<class T>
result_type EvtPdfUnary< T >::operator() ( argument_type  p)
inline

Definition at line 216 of file EvtPdf.hh.

Member Data Documentation

◆ itsPdf

template<class T>
EvtPdf<T>* EvtPdfUnary< T >::itsPdf
private

Definition at line 224 of file EvtPdf.hh.


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