GooFit  v2.1.3
Public Member Functions | List of all members
GooFit::MixingTimeResolution Class Referenceabstract

#include <MixingTimeResolution_Aux.h>

Inheritance diagram for GooFit::MixingTimeResolution:
GooFit::ThreeGaussResolution GooFit::TruthResolution

Public Member Functions

 MixingTimeResolution ()
 
 ~MixingTimeResolution ()
 
void initIndex (void *dev_fcn_ptr=host_fcn_ptr)
 
virtual fptype normalisation (fptype di1, fptype di2, fptype di3, fptype di4, fptype tau, fptype xmixing, fptype ymixing) const =0
 
virtual void createParameters (std::vector< unsigned int > &pindices, PdfBase *dis)=0
 
int getDeviceFunction () const
 
int getCalcTauIdx () const
 
void setCalcTauIdx (int idx)
 

Detailed Description

Definition at line 12 of file MixingTimeResolution_Aux.h.

Constructor & Destructor Documentation

◆ MixingTimeResolution()

GooFit::MixingTimeResolution::MixingTimeResolution ( )

◆ ~MixingTimeResolution()

GooFit::MixingTimeResolution::~MixingTimeResolution ( )

Member Function Documentation

◆ createParameters()

virtual void GooFit::MixingTimeResolution::createParameters ( std::vector< unsigned int > &  pindices,
PdfBase dis 
)
pure virtual

◆ getCalcTauIdx()

int GooFit::MixingTimeResolution::getCalcTauIdx ( ) const
inline

Definition at line 23 of file MixingTimeResolution_Aux.h.

23 { return resCalcTauFcnIdx; }

◆ getDeviceFunction()

int GooFit::MixingTimeResolution::getDeviceFunction ( ) const
inline

Definition at line 22 of file MixingTimeResolution_Aux.h.

22 { return resFunctionIdx; }

◆ initIndex()

void GooFit::MixingTimeResolution::initIndex ( void *  dev_fcn_ptr = host_fcn_ptr)

◆ normalisation()

virtual fptype GooFit::MixingTimeResolution::normalisation ( fptype  di1,
fptype  di2,
fptype  di3,
fptype  di4,
fptype  tau,
fptype  xmixing,
fptype  ymixing 
) const
pure virtual

◆ setCalcTauIdx()

void GooFit::MixingTimeResolution::setCalcTauIdx ( int  idx)
inline

Definition at line 24 of file MixingTimeResolution_Aux.h.

24 { resCalcTauFcnIdx = idx; }

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