ATLAS Offline Software
TestActionShowerLibTool.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 LARG4GENSHOWERLIB_G4UA__TESTACTIONSHOWERLIBTOOL_H
6 #define LARG4GENSHOWERLIB_G4UA__TESTACTIONSHOWERLIBTOOL_H
7 
10 
11 namespace G4UA
12 {
13 
21  class TestActionShowerLibTool : public UserActionToolBase<TestActionShowerLib>
22  {
23 
24  public:
25 
27  TestActionShowerLibTool(const std::string& type, const std::string& name,
28  const IInterface* parent);
29 
30  protected:
31 
33  virtual std::unique_ptr<TestActionShowerLib>
34  makeAndFillAction(G4AtlasUserActions&) override final;
35 
36  }; // class TestActionShowerLibTool
37 
38 } // namespace G4UA
39 
40 #endif
G4UA::G4AtlasUserActions
Struct for passing around user actions.
Definition: IUserActionTool.h:32
G4UA::TestActionShowerLibTool
A tool to manage TestActionShowerLib.
Definition: TestActionShowerLibTool.h:22
G4UA
for nSW
Definition: CalibrationDefaultProcessing.h:19
UserActionToolBase.h
G4UA::TestActionShowerLibTool::makeAndFillAction
virtual std::unique_ptr< TestActionShowerLib > makeAndFillAction(G4AtlasUserActions &) override final
Creates the action.
Definition: TestActionShowerLibTool.cxx:19
G4UA::TestActionShowerLibTool::TestActionShowerLibTool
TestActionShowerLibTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard tool ctor.
Definition: TestActionShowerLibTool.cxx:11
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
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
TestActionShowerLib.h