StRoot
1
|
GenEventParticleRange acts like a collection of particles. More...
#include <GenRanges.h>
Public Member Functions | |
GenEventParticleRange (GenEvent &e) | |
the constructor requires a GenEvent | |
GenEvent::particle_iterator | begin () |
GenEvent::particle_iterator | end () |
GenEventParticleRange acts like a collection of particles.
HepMC::GenEventParticleRange is used to mimic a collection of particles for ease of use - especially with utilities such as the Boost foreach funtion
Definition at line 83 of file GenRanges.h.