|
EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
#include <EvtGenExternal/EvtExternalGenList.hh>
Public Member Functions | |
| EvtExternalGenList (bool convertPythiaCodes=false, std::string pythiaXmlDir="", std::string photonType="gamma", bool useEvtGenRandom=true, bool seedTauolaFortran=true) | |
| virtual | ~EvtExternalGenList () |
| std::list< EvtDecayBase * > | getListOfModels () |
| EvtAbsRadCorr * | getPhotosModel (const double infraredCutOff=1.0e-7, const double maxWtInterference=64.0) |
| EvtAbsRadCorr * | getSherpaPhotonsModel (const double infraredCutOff=1.0e-7, const int mode=2, const int useME=0) |
Private Attributes | |
| std::string | m_photonType |
| bool | m_useEvtGenRandom |
Definition at line 32 of file EvtExternalGenList.hh.
| EvtExternalGenList::EvtExternalGenList | ( | bool | convertPythiaCodes = false, |
| std::string | pythiaXmlDir = "", | ||
| std::string | photonType = "gamma", | ||
| bool | useEvtGenRandom = true, | ||
| bool | seedTauolaFortran = true ) |
Definition at line 31 of file EvtExternalGenList.cpp.
|
virtual |
Definition at line 57 of file EvtExternalGenList.cpp.
| std::list< EvtDecayBase * > EvtExternalGenList::getListOfModels | ( | ) |
Definition at line 109 of file EvtExternalGenList.cpp.
| EvtAbsRadCorr * EvtExternalGenList::getPhotosModel | ( | const double | infraredCutOff = 1.0e-7, |
| const double | maxWtInterference = 64.0 ) |
Definition at line 62 of file EvtExternalGenList.cpp.
| EvtAbsRadCorr * EvtExternalGenList::getSherpaPhotonsModel | ( | const double | infraredCutOff = 1.0e-7, |
| const int | mode = 2, | ||
| const int | useME = 0 ) |
Definition at line 86 of file EvtExternalGenList.cpp.
|
private |
Definition at line 53 of file EvtExternalGenList.hh.
|
private |
Definition at line 55 of file EvtExternalGenList.hh.