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