k4SimGeant4
Loading...
Searching...
No Matches
ISimG4EventProviderTool.h
Go to the documentation of this file.
1#ifndef SIMG4INTERFACE_ISIMG4EVENTPROVIDERTOOL_H
2#define SIMG4INTERFACE_ISIMG4EVENTPROVIDERTOOL_H
3
4// from Gaudi
5#include "GaudiKernel/IAlgTool.h"
6
7class G4Event;
8
17class ISimG4EventProviderTool : virtual public IAlgTool {
18public:
20
24 virtual G4Event* g4Event() = 0;
25};
26
27#endif /* SIMG4INTERFACE_ISIMG4EVENTPROVIDERTOOL_H */
Abstract interface to Geant4 Primary Generator classes.
Definition ISimG4EventProviderTool.h:17
virtual G4Event * g4Event()=0
get initilization hook for the geometry
DeclareInterfaceID(ISimG4EventProviderTool, 1, 0)