ATLAS Offline Software
TestBoundariesUserActionTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef G4DEBUGGINGTOOLS_G4UA_IGEANT4_TESTBOUNDARIESUSERACTIONTOOL_H
6 #define G4DEBUGGINGTOOLS_G4UA_IGEANT4_TESTBOUNDARIESUSERACTIONTOOL_H
7 
10 
11 namespace G4UA
12 {
13 
22  public UserActionToolBase<TestBoundariesUserAction>
23  {
24 
25  public:
26 
28  TestBoundariesUserActionTool(const std::string& type,
29  const std::string& name,
30  const IInterface* parent);
31 
32  protected:
33 
35  virtual std::unique_ptr<TestBoundariesUserAction>
36  makeAndFillAction(G4AtlasUserActions&) override final;
37 
38  }; // class TestBoundariesUserActionTool
39 
40 } // namespace G4UA
41 
42 #endif
G4UA::G4AtlasUserActions
Struct for passing around user actions.
Definition: IUserActionTool.h:32
G4UA::TestBoundariesUserActionTool
A class to manage the TestBoundariesUserAction.
Definition: TestBoundariesUserActionTool.h:23
G4UA
for nSW
Definition: CalibrationDefaultProcessing.h:19
UserActionToolBase.h
G4UA::TestBoundariesUserActionTool::TestBoundariesUserActionTool
TestBoundariesUserActionTool(const std::string &type, const std::string &name, const IInterface *parent)
standard tool ctor
Definition: TestBoundariesUserActionTool.cxx:10
test_pyathena.parent
parent
Definition: test_pyathena.py:15
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
G4UA::UserActionToolBase
abstract template utility base-class for G4 user-action tools.
Definition: UserActionToolBase.h:33
TestBoundariesUserAction.h
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
G4UA::TestBoundariesUserActionTool::makeAndFillAction
virtual std::unique_ptr< TestBoundariesUserAction > makeAndFillAction(G4AtlasUserActions &) override final
creates action for this thread
Definition: TestBoundariesUserActionTool.cxx:18