ATLAS Offline Software
DebugSteppingActionTool.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 QUIRKS_G4UA__DEBUGSTEPPINGACTIONTOOL_H
6 #define QUIRKS_G4UA__DEBUGSTEPPINGACTIONTOOL_H
7 
9 #include "DebugSteppingAction.h"
10 
11 namespace G4UA
12 {
13 
18  class DebugSteppingActionTool : public UserActionToolBase<DebugSteppingAction>
19  {
20 
21  public:
22 
24  DebugSteppingActionTool(const std::string& type,
25  const std::string& name,
26  const IInterface* parent);
27 
28  protected:
29 
31  virtual std::unique_ptr<DebugSteppingAction>
32  makeAndFillAction(G4AtlasUserActions&) override final;
33 
34  private:
35 
38 
39  }; // class DebugSteppingActionTool
40 
41 } // namespace G4UA
42 
43 #endif
G4UA::G4AtlasUserActions
Struct for passing around user actions.
Definition: IUserActionTool.h:32
G4UA::DebugSteppingActionTool::makeAndFillAction
virtual std::unique_ptr< DebugSteppingAction > makeAndFillAction(G4AtlasUserActions &) override final
creates one action per thread
Definition: DebugSteppingActionTool.cxx:20
G4UA::DebugSteppingActionTool::m_config
DebugSteppingAction::Config m_config
the config for the action
Definition: DebugSteppingActionTool.h:37
G4UA
for nSW
Definition: CalibrationDefaultProcessing.h:19
G4UA::DebugSteppingActionTool::DebugSteppingActionTool
DebugSteppingActionTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
Definition: DebugSteppingActionTool.cxx:10
UserActionToolBase.h
G4UA::DebugSteppingAction::Config
Definition: DebugSteppingAction.h:23
DebugSteppingAction.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
G4UA::DebugSteppingActionTool
a class to manage the DebugSteppingAction action
Definition: DebugSteppingActionTool.h:19
G4UA::UserActionToolBase
abstract template utility base-class for G4 user-action tools.
Definition: UserActionToolBase.h:33
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78