![]() |
HepMC Reference DocumentationHepMC |
#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>
Go to the source code of this file.
Namespaces | |
namespace | HepMC |
Classes | |
class | HepMC::GenEvent |
The GenEvent class is the core of HepMC. More... | |
class | HepMC::GenEvent::vertex_const_iterator |
const vertex iterator More... | |
class | HepMC::GenEvent::vertex_iterator |
non-const vertex iterator More... | |
class | HepMC::GenEvent::particle_const_iterator |
const particle iterator More... | |
class | HepMC::GenEvent::particle_iterator |
non-const particle iterator 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 |