StRoot
1
|
const particle iterator More...
#include <GenEvent.h>
Public Member Functions | |
particle_const_iterator (const std::map< int, HepMC::GenParticle * >::const_iterator &i) | |
iterate over particles | |
particle_const_iterator (const particle_const_iterator &i) | |
copy constructor | |
particle_const_iterator & | operator= (const particle_const_iterator &i) |
make a copy | |
GenParticle * | operator* (void) const |
return a pointer to GenParticle | |
particle_const_iterator & | operator++ (void) |
Pre-fix increment. | |
particle_const_iterator | operator++ (int) |
Post-fix increment. | |
bool | operator== (const particle_const_iterator &a) const |
equality | |
bool | operator!= (const particle_const_iterator &a) const |
inequality | |
Protected Attributes | |
std::map< int, HepMC::GenParticle * > ::const_iterator | m_map_iterator |
const iterator to the GenParticle map | |
const particle iterator
HepMC::GenEvent::particle_const_iterator is used to iterate over all particles in the event.
Definition at line 464 of file GenEvent.h.