![]() |
ATLAS Offline Software
|
#include "EvgenProdTools/FixHepMC.h"#include "TruthUtils/HepMCHelpers.h"#include "AtlasHepMC/GenVertex.h"#include "AtlasHepMC/GenEvent.h"#include <vector>Go to the source code of this file.
Functions | |
Event reduction functions | |
| static void | reduce (HepMC::GenEvent *ge, HepMC::GenParticle *gp) |
| Remove an unwanted particle from the event, collapsing the graph structure consistently. | |
| void | reduce (HepMC::GenEvent *ge, std::vector< HepMC::GenParticlePtr > toremove) |
| Remove unwanted particles from the event, collapsing the graph structure consistently. | |
|
inlinestatic |
Remove an unwanted particle from the event, collapsing the graph structure consistently.
Definition at line 39 of file FixHepMC.cxx.
|
inline |
Remove unwanted particles from the event, collapsing the graph structure consistently.
Definition at line 87 of file FixHepMC.cxx.