1 #ifndef _PhotosEvent_h_included_
2 #define _PhotosEvent_h_included_
19 #include "PhotosBranch.h"
20 #include "PhotosParticle.h"
35 virtual void print() = 0;
41 vector<PhotosParticle *> filterParticles(vector<PhotosParticle *> particles);
44 vector<PhotosBranch *> m_branch_points;
Abstract base class for containing the event information.
virtual vector< PhotosParticle * > getParticleList()=0