5#ifndef HEPMC_INTERFACES_IGENEVENTMANIPULATOR_H
6#define HEPMC_INTERFACES_IGENEVENTMANIPULATOR_H 1
9#include "GaudiKernel/IAlgTool.h"
37 virtual StatusCode
manipulate(HepMC::GenEvent& ge,
const EventContext& ctx)
const = 0;
Interface definition for the HepMC::GenEvent manipulator, the provided GenEvent is hereby changed,...
virtual StatusCode manipulate(HepMC::GenEvent &ge, const EventContext &ctx) const =0
Applies any required transformations to the GenEvent.
virtual ~IGenEventManipulator()
Virtual destructor.
DeclareInterfaceID(IGenEventManipulator, 1, 0)
Creates the InterfaceID and interfaceID() method.