StRoot
1
|
GenParticleProductionRange acts like a collection of particles. More...
#include <GenRanges.h>
Public Member Functions | |
GenParticleProductionRange (GenParticle const &p, IteratorRange range=relatives) | |
the constructor requires a GenParticle | |
GenVertex::particle_iterator | begin () |
begin iterator throws an error if the particle production_vertex is undefined | |
GenVertex::particle_iterator | end () |
end iterator throws an error if the particle production_vertex is undefined | |
GenParticleProductionRange acts like a collection of particles.
HepMC::GenParticleProductionRange is used to mimic a collection of particles associated with the particle's production vertex for ease of use Utilities such as the Boost foreach funtion will want to use this class.
Definition at line 170 of file GenRanges.h.