k4SimGeant4
Loading...
Searching...
No Matches
ISimG4RegionTool.h
Go to the documentation of this file.
1#ifndef SIMG4INTERFACE_ISIMG4REGIONTOOL_H
2#define SIMG4INTERFACE_ISIMG4REGIONTOOL_H
3
4// Gaudi
5#include "GaudiKernel/IAlgTool.h"
6
14class ISimG4RegionTool : virtual public IAlgTool {
15public:
17
21 virtual StatusCode create() = 0;
22};
23#endif /* SIMG4INTERFACE_ISIMG4REGIONTOOL_H */
Interface to the tool creating region.
Definition ISimG4RegionTool.h:14
DeclareInterfaceID(ISimG4RegionTool, 1, 0)
virtual StatusCode create()=0
Create region.