![]() |
ATLAS Offline Software
|
Interface definition for the HepMC::GenEvent manipulator, the provided GenEvent is hereby changed, i.e. More...
#include <IGenEventManipulator.h>
Public Member Functions | |
| virtual | ~IGenEventManipulator () |
| Virtual destructor. | |
| DeclareInterfaceID (IGenEventManipulator, 1, 0) | |
| Creates the InterfaceID and interfaceID() method. | |
| virtual StatusCode | manipulate (HepMC::GenEvent &ge, const EventContext &ctx) const =0 |
| Applies any required transformations to the GenEvent. | |
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.