21 #include "EvtGen_i/EvtGenExternal/EvtTauola.hh"
23 #include "EvtGenBase/EvtDecayBase.hh"
24 #include "EvtGenBase/EvtParticle.hh"
25 #include "EvtGenBase/EvtPatches.hh"
27 #include "EvtGenModels/EvtAbsExternalGen.hh"
29 #include "EvtGen_i/EvtGenExternal/EvtExternalGenFactory.hh"
42 return new EvtTauola();
49 void EvtTauola::initProbMax()
54 void EvtTauola::decay( EvtParticle*
p )
60 if ( !m_tauolaEngine ) {
61 m_tauolaEngine = EvtExternalGenFactory::getInstance()->getGenerator(
62 EvtExternalGenFactory::TauolaGenId );
65 if ( m_tauolaEngine ) {
66 m_tauolaEngine->doDecay(
p );