ATLAS Offline Software
VolumeDebuggerTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef G4DEBUGGINGTOOLS_G4UA__VOLUMEDEBUGGERTOOL_H
6 #define G4DEBUGGINGTOOLS_G4UA__VOLUMEDEBUGGERTOOL_H
7 
9 #include "./VolumeDebugger.h"
10 
11 namespace G4UA
12 {
13 
21  class VolumeDebuggerTool : public UserActionToolBase<VolumeDebugger>
22  {
23  public:
25  VolumeDebuggerTool(const std::string& type, const std::string& name,const IInterface* parent);
26  protected:
28  virtual std::unique_ptr<VolumeDebugger>
29  makeAndFillAction(G4AtlasUserActions&) override final;
30  private:
33  }; // class VolumeDebuggerTool
34 
35 } // namespace G4UA
36 
37 #endif
G4UA::G4AtlasUserActions
Struct for passing around user actions.
Definition: IUserActionTool.h:32
G4UA::VolumeDebugger::Config
Definition: VolumeDebugger.h:42
G4UA
for nSW
Definition: CalibrationDefaultProcessing.h:19
VolumeDebugger.h
UserActionToolBase.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
G4UA::VolumeDebuggerTool::m_config
VolumeDebugger::Config m_config
holds the configuration received from the python side
Definition: VolumeDebuggerTool.h:32
G4UA::UserActionToolBase
abstract template utility base-class for G4 user-action tools.
Definition: UserActionToolBase.h:33
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
G4UA::VolumeDebuggerTool::makeAndFillAction
virtual std::unique_ptr< VolumeDebugger > makeAndFillAction(G4AtlasUserActions &) override final
builds the action for a thread
Definition: VolumeDebuggerTool.cxx:28
G4UA::VolumeDebuggerTool
Tool which manages the VolumeDebugger action.
Definition: VolumeDebuggerTool.h:22
G4UA::VolumeDebuggerTool::VolumeDebuggerTool
VolumeDebuggerTool(const std::string &type, const std::string &name, const IInterface *parent)
standard tool constructor
Definition: VolumeDebuggerTool.cxx:10