k4SimGeant4
Loading...
Searching...
No Matches
ISimG4PhysicsList.h
Go to the documentation of this file.
1#ifndef SIMG4INTERFACE_ISIMG4PHYSICSLIST_H
2#define SIMG4INTERFACE_ISIMG4PHYSICSLIST_H
3
4// Gaudi
5#include "GaudiKernel/IAlgTool.h"
6
7// Geant4
8class G4VModularPhysicsList;
9
17class ISimG4PhysicsList : virtual public IAlgTool {
18public:
21
25 virtual G4VModularPhysicsList* physicsList() = 0;
26};
27
28#endif /* SIMG4INTERFACE_ISIMG4PHYSICSLIST_H */
abstract interface to load physics lists
Definition ISimG4PhysicsList.h:17
virtual G4VModularPhysicsList * physicsList()=0
get initilization hook for the physics list
DeclareInterfaceID(ISimG4PhysicsList, 1, 0)
Retrieve interface ID.