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"
27using namespace HepMC3;
Abstract base class for containing the event information.
Interface to GenEvent objects.
std::vector< TauolaParticle * > findParticles(int pdgID)
std::vector< TauolaParticle * > m_tau_list
std::vector< TauolaParticle * > findStableParticles(int pdgID)
TauolaHepMC3Event(GenEvent *event)