1 #ifndef _PhotosHepMC3Event_h_included_
2 #define _PhotosHepMC3Event_h_included_
21 #include "HepMC3/GenEvent.h"
22 #include "PhotosEvent.h"
23 #include "PhotosParticle.h"
27 using namespace HepMC3;
37 GenEvent * getEvent();
40 std::vector<PhotosParticle*> getParticleList();
48 std::vector<PhotosParticle *> particles;
Abstract base class for containing the event information.
Interface to GenEvent objects.