#include "HepMC/GenEvent.h"
#include "HepMC/GenParticle.h"
#include "HepMC/GenVertex.h"
#include <vector>
Go to the source code of this file.
Namespaces |
namespace | Rivet |
Functions |
vector< GenParticle * > | particles (const GenEvent &ge) |
vector< GenParticle * > | particles (const GenEvent *ge) |
vector< GenVertex * > | vertices (const GenEvent &ge) |
vector< GenVertex * > | vertices (const GenEvent *ge) |
const std::pair
< GenVertex::particles_in_const_iterator,
GenVertex::particles_in_const_iterator > | particles_in (const GenVertex *gv) |
const std::pair
< GenVertex::particles_out_const_iterator,
GenVertex::particles_out_const_iterator > | particles_out (const GenVertex *gv) |
vector< GenParticle * > | particles (GenVertex *gv, HepMC::IteratorRange range=HepMC::relatives) |