k4SimGeant4
Loading...
Searching...
No Matches
ISimG4GflashTool.h
Go to the documentation of this file.
1#ifndef SIMG4INTERFACE_ISIMG4GFLASHTOOL_H
2#define SIMG4INTERFACE_ISIMG4GFLASHTOOL_H
3
4// Gaudi
5#include "GaudiKernel/IAlgTool.h"
6
7// Geant
8#include "GVFlashShowerParameterisation.hh"
9
18class ISimG4GflashTool : virtual public IAlgTool {
19public:
21
25 virtual std::unique_ptr<GVFlashShowerParameterisation> parametrisation() = 0;
26};
27#endif /* SIMG4INTERFACE_ISIMG4GFLASHTOOL_H */
Interface to the Gflash parametrisation tool.
Definition ISimG4GflashTool.h:18
virtual std::unique_ptr< GVFlashShowerParameterisation > parametrisation()=0
Get the parametrisation.
DeclareInterfaceID(ISimG4GflashTool, 1, 0)