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