|
HepMC Reference DocumentationHepMC |
#include <GenEvent.h>
Public Member Functions | |
| vertex_const_iterator (const std::map< int, HepMC::GenVertex *, std::greater< int > >::const_iterator &i) | |
| constructor requiring vertex information | |
| vertex_const_iterator () | |
| vertex_const_iterator (const vertex_const_iterator &i) | |
| copy constructor | |
| virtual | ~vertex_const_iterator () |
| vertex_const_iterator & | operator= (const vertex_const_iterator &i) |
| make a copy | |
| GenVertex * | operator * (void) const |
| return a pointer to a GenVertex | |
| vertex_const_iterator & | operator++ (void) |
| Pre-fix increment. | |
| vertex_const_iterator | operator++ (int) |
| Post-fix increment. | |
| bool | operator== (const vertex_const_iterator &a) const |
| equality | |
| bool | operator!= (const vertex_const_iterator &a) const |
| inequality | |
Protected Attributes | |
| std::map< int, HepMC::GenVertex *, std::greater< int > >::const_iterator | m_map_iterator |
| const iterator to a vertex map | |
HepMC::GenEvent::vertex_const_iterator is used to iterate over all vertices in the event.
Definition at line 256 of file GenEvent.h.
| HepMC::GenEvent::vertex_const_iterator::vertex_const_iterator | ( | const std::map< int, HepMC::GenVertex *, std::greater< int > >::const_iterator & | i | ) | [inline] |
| HepMC::GenEvent::vertex_const_iterator::vertex_const_iterator | ( | ) | [inline] |
Definition at line 265 of file GenEvent.h.
| HepMC::GenEvent::vertex_const_iterator::vertex_const_iterator | ( | const vertex_const_iterator & | i | ) | [inline] |
| virtual HepMC::GenEvent::vertex_const_iterator::~vertex_const_iterator | ( | ) | [inline, virtual] |
Definition at line 269 of file GenEvent.h.
| vertex_const_iterator& HepMC::GenEvent::vertex_const_iterator::operator= | ( | const vertex_const_iterator & | i | ) | [inline] |
| GenVertex* HepMC::GenEvent::vertex_const_iterator::operator * | ( | void | ) | const [inline] |
return a pointer to a GenVertex
Definition at line 274 of file GenEvent.h.
References m_map_iterator.
| vertex_const_iterator& HepMC::GenEvent::vertex_const_iterator::operator++ | ( | void | ) | [inline] |
| vertex_const_iterator HepMC::GenEvent::vertex_const_iterator::operator++ | ( | int | ) | [inline] |
| bool HepMC::GenEvent::vertex_const_iterator::operator== | ( | const vertex_const_iterator & | a | ) | const [inline] |
| bool HepMC::GenEvent::vertex_const_iterator::operator!= | ( | const vertex_const_iterator & | a | ) | const [inline] |
std::map<int,HepMC::GenVertex*,std::greater<int> >::const_iterator HepMC::GenEvent::vertex_const_iterator::m_map_iterator [protected] |
const iterator to a vertex map
Definition at line 290 of file GenEvent.h.
Referenced by operator *(), operator!=(), operator++(), operator=(), and operator==().
1.5.1-3