|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ISF_INTERFACES_IINPUTCONVERTER_H
6 #define ISF_INTERFACES_IINPUTCONVERTER_H 1
9 #include "GaudiKernel/IInterface.h"
61 G4Event*& outputG4Event)
const = 0;
64 virtual G4Event*
ISF_to_G4Event(
const EventContext& ctx,
const std::vector<ISF::ISFParticle*>& isp, HepMC::GenEvent *genEvent, HepMC::GenEvent *shadowGenEvent=
nullptr,
bool useHepMC=
false)
const = 0;
70 #endif // ISF_INTERFACES_IINPUTCONVERTER_H
std::list< ISF::ISFParticle * > ISFParticleContainer
generic ISFParticle container (not necessarily a std::list!)
Handle class for recording to StoreGate.
::StatusCode StatusCode
StatusCode definition for legacy code.
This defines the McEventCollection, which is really just an ObjectVector of McEvent objects.
Handle class for reading from StoreGate.