#include "HepMC/GenVertex.h"#include "HepMC/GenParticle.h"#include "HepMC/WeightContainer.h"#include "HepMC/HeavyIon.h"#include "HepMC/PdfInfo.h"#include <map>#include <vector>#include <algorithm>#include <iostream>Include dependency graph for GenEvent.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::GenEvent |
| HepMC::GenEvent contains information about generated particles. More... | |
| class | HepMC::GenEvent::vertex_const_iterator |
| HepMC::GenEvent::vertex_const_iterator is used to iterate over all vertices in the event. More... | |
| class | HepMC::GenEvent::vertex_iterator |
| HepMC::GenEvent::vertex_iterator is used to iterate over all vertices in the event. More... | |
| class | HepMC::GenEvent::particle_const_iterator |
| HepMC::GenEvent::particle_const_iterator is used to iterate over all particles in the event. More... | |
| class | HepMC::GenEvent::particle_iterator |
| HepMC::GenEvent::particle_iterator is used to iterate over all particles in the event. More... | |
Functions | |
| template<class InputIterator, class OutputIterator, class Predicate> | |
| void | HepMC::copy_if (InputIterator first, InputIterator last, OutputIterator out, Predicate pred) |
| define the type of iterator to use | |
1.4.7