#include "HepMC/WeightContainer.h"#include "HepMC/SimpleVector.h"#include <iostream>#include <iterator>#include <vector>#include <set>#include <algorithm>Include dependency graph for GenVertex.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
| namespace | HepMC |
Classes | |
| class | HepMC::GenVertex |
| HepMC::GenVertex contains the position in space and time of a decay. More... | |
| class | HepMC::GenVertex::edge_iterator |
| iterate over the family of edges connected to m_vertex begins with parents (incoming particles) then children (outgoing) This is not a recursive iterator . More... | |
| class | HepMC::GenVertex::vertex_iterator |
| Iterates over all vertices connected via a graph to this vertex. More... | |
| class | HepMC::GenVertex::particle_iterator |
| Iterates over all particles connected via a graph. More... | |
Enumerations | |
| enum | HepMC::IteratorRange { HepMC::parents, HepMC::children, HepMC::family, HepMC::ancestors, HepMC::descendants, HepMC::relatives } |
| type of iteration More... | |
1.4.7