10 PhotosHepMCEvent::PhotosHepMCEvent(HepMC::GenEvent * event)
13 HepMC::GenEvent::particle_const_iterator part_itr = m_event->particles_begin();
14 for( ; part_itr!=m_event->particles_end(); part_itr++)
17 particles.push_back(particle);
21 PhotosHepMCEvent::~PhotosHepMCEvent()
23 while(particles.size())
31 HepMC::GenEvent * PhotosHepMCEvent::getEvent()
42 vector<PhotosParticle*> PhotosHepMCEvent::getParticleList()