1 #ifndef _TauolaHepMC3Event_h_included_ 2 #define _TauolaHepMC3Event_h_included_ 19 #include "HepMC3/GenEvent.h" 20 #include "HepMC3/GenVertex.h" 21 #include "HepMC3/GenParticle.h" 22 #include "TauolaEvent.h" 23 #include "TauolaParticle.h" 24 #include "TauolaHepMC3Particle.h" 38 GenEvent * getEvent();
43 std::vector<TauolaParticle*> findParticles(
int pdgID);
48 std::vector<TauolaParticle*> findStableParticles(
int pdgID);
59 std::vector<TauolaParticle*> m_tau_list;
61 string m_momentum_unit;
Abstract base class for containing the event information.
Interface to GenEvent objects.