Namespaces |
namespace | Rivet |
Functions |
std::vector< GenParticle const * > | particles (const GenEvent *ge) |
std::vector< GenParticle * > | particles (GenEvent *ge) |
std::vector< const GenVertex * > | vertices (const GenEvent *ge) |
std::vector< GenVertex * > | vertices (GenEvent *ge) |
std::vector< const GenParticle * > | particles (const GenVertex *gv, HepMC::IteratorRange range=HepMC::relatives) |
std::vector< GenParticle * > | particles (GenVertex *gv, HepMC::IteratorRange range=HepMC::relatives) |
std::pair
< GenVertex::particles_in_const_iterator,
GenVertex::particles_in_const_iterator > | particles_in (const GenVertex *gv) |
std::pair
< GenVertex::particles_out_const_iterator,
GenVertex::particles_out_const_iterator > | particles_out (const GenVertex *gv) |
std::vector< const GenParticle * > | particles_in (const GenParticle *gp, HepMC::IteratorRange range=HepMC::ancestors) |
| Get the direct parents or all-ancestors of GenParticle gp.
|
std::vector< GenParticle * > | particles_in (GenParticle *gp, HepMC::IteratorRange range=HepMC::ancestors) |
| Get the direct parents or all-ancestors of GenParticle gp.
|
std::vector< const GenParticle * > | particles_out (const GenParticle *gp, HepMC::IteratorRange range=HepMC::descendants) |
| Get the direct children or all-descendents of GenParticle gp.
|
std::vector< GenParticle * > | particles_out (GenParticle *gp, HepMC::IteratorRange range=HepMC::descendants) |
| Get the direct children or all-descendents of GenParticle gp.
|