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.
EvtFlatLineShape Class Reference

#include <EvtGenBase/EvtFlatLineShape.hh>

Inheritance diagram for EvtFlatLineShape:
EvtAbsLineShape

Public Member Functions

 EvtFlatLineShape ()=default
 
 EvtFlatLineShape (double mass, double width, double maxRange, EvtSpinType::spintype sp)
 
EvtFlatLineShapeoperator= (const EvtFlatLineShape &x)
 
 EvtFlatLineShape (const EvtFlatLineShape &x)
 
EvtAbsLineShapeclone () override
 
double getMassProb (double mass, double massPar, int nDaug, double *massDau) override
 
double getRandMass (EvtId *parId, int nDaug, EvtId *dauId, EvtId *othDaugId, double maxMass, double *dauMasses) override
 
- Public Member Functions inherited from EvtAbsLineShape
 EvtAbsLineShape ()=default
 
 EvtAbsLineShape (double mass, double width, double maxRange, EvtSpinType::spintype sp)
 
virtual ~EvtAbsLineShape ()=default
 
EvtAbsLineShapeoperator= (const EvtAbsLineShape &x)
 
 EvtAbsLineShape (const EvtAbsLineShape &x)
 
double getMass ()
 
double getMassMin ()
 
double getMassMax ()
 
double getMaxRange ()
 
double getWidth ()
 
EvtSpinType::spintype getSpinType ()
 
virtual double rollMass ()
 
void reSetMass (double mass)
 
void reSetWidth (double width)
 
void reSetMassMin (double mass)
 
void reSetMassMax (double mass)
 
virtual void reSetBlatt (double)
 
virtual void reSetBlattBirth (double)
 
void includeBirthFactor (bool yesno)
 
void includeDecayFactor (bool yesno)
 
void setPWForDecay (int spin, EvtId d1, EvtId d2)
 
void setPWForBirthL (int spin, EvtId par, EvtId othD)
 

Additional Inherited Members

- Protected Attributes inherited from EvtAbsLineShape
bool _includeDecayFact
 
bool _includeBirthFact
 
double _mass
 
double _massMin
 
double _massMax
 
double _width
 
double _maxRange
 
std::vector< EvtId_userSetPWD1
 
std::vector< EvtId_userSetPWD2
 
std::vector< int > _userSetPW
 
std::vector< EvtId_userSetBirthPar
 
std::vector< EvtId_userSetBirthOthD
 
std::vector< int > _userSetBirthPW
 
EvtSpinType::spintype _spin
 

Detailed Description

Definition at line 26 of file EvtFlatLineShape.hh.

Constructor & Destructor Documentation

◆ EvtFlatLineShape() [1/3]

EvtFlatLineShape::EvtFlatLineShape ( )
default

◆ EvtFlatLineShape() [2/3]

EvtFlatLineShape::EvtFlatLineShape ( double  mass,
double  width,
double  maxRange,
EvtSpinType::spintype  sp 
)

Definition at line 32 of file EvtFlatLineShape.cpp.

◆ EvtFlatLineShape() [3/3]

EvtFlatLineShape::EvtFlatLineShape ( const EvtFlatLineShape x)

Definition at line 49 of file EvtFlatLineShape.cpp.

Member Function Documentation

◆ clone()

EvtAbsLineShape * EvtFlatLineShape::clone ( )
overridevirtual

Reimplemented from EvtAbsLineShape.

Definition at line 71 of file EvtFlatLineShape.cpp.

◆ getMassProb()

double EvtFlatLineShape::getMassProb ( double  mass,
double  massPar,
int  nDaug,
double *  massDau 
)
overridevirtual

Reimplemented from EvtAbsLineShape.

Definition at line 76 of file EvtFlatLineShape.cpp.

◆ getRandMass()

double EvtFlatLineShape::getRandMass ( EvtId parId,
int  nDaug,
EvtId dauId,
EvtId othDaugId,
double  maxMass,
double *  dauMasses 
)
overridevirtual

Reimplemented from EvtAbsLineShape.

Definition at line 96 of file EvtFlatLineShape.cpp.

◆ operator=()

EvtFlatLineShape & EvtFlatLineShape::operator= ( const EvtFlatLineShape x)

Definition at line 60 of file EvtFlatLineShape.cpp.


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