1#ifndef _TauolaHepMCEvent_h_included_
2#define _TauolaHepMCEvent_h_included_
22#include "HepMC/GenEvent.h"
23#include "HepMC/GenVertex.h"
24#include "HepMC/GenParticle.h"
25#include "TauolaEvent.h"
26#include "TauolaParticle.h"
27#include "TauolaHepMCParticle.h"
Abstract base class for containing the event information.
Interface to HepMC::GenEvent objects.
std::vector< TauolaParticle * > findParticles(int pdgID)
TauolaHepMCEvent(HepMC::GenEvent *event)
std::vector< TauolaParticle * > m_tau_list
std::vector< TauolaParticle * > findStableParticles(int pdgID)
HepMC::GenEvent * getEvent()
HepMC::GenEvent * m_event