ATLAS Offline Software
|
#include <IGenEventManipulator.h>
Public Member Functions | |
virtual | ~IGenEventManipulator () |
Virtual destructor. More... | |
DeclareInterfaceID (IGenEventManipulator, 1, 0) | |
Creates the InterfaceID and interfaceID() method. More... | |
virtual StatusCode | manipulate (HepMC::GenEvent &ge, const EventContext &ctx) const =0 |
Applies any required transformations to the GenEvent. More... | |
Interface definition for the HepMC::GenEvent manipulator, the provided GenEvent is hereby changed, i.e. geometrical transformations are applied to all contained vertices.
Definition at line 27 of file IGenEventManipulator.h.
|
inlinevirtual |
Simulation::IGenEventManipulator::DeclareInterfaceID | ( | IGenEventManipulator | , |
1 | , | ||
0 | |||
) |
Creates the InterfaceID and interfaceID() method.
|
pure virtual |
Applies any required transformations to the GenEvent.