ATLAS Offline Software
TestActionEHistTool.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 G4PROFILINGTOOLS_G4UA__TESTACTIONEHISTTOOL_H
6 #define G4PROFILINGTOOLS_G4UA__TESTACTIONEHISTTOOL_H
7 
9 #include "TestActionEHist.h"
10 
11 namespace G4UA
12 {
13 
23  public UserActionToolBase<TestActionEHist>
24  {
25 
26  public:
27 
29  TestActionEHistTool(const std::string& type, const std::string& name,
30  const IInterface* parent);
31 
32  protected:
33 
35  virtual std::unique_ptr<TestActionEHist>
36  makeAndFillAction(G4AtlasUserActions&) override final;
37 
38  private:
39 
42 
43  }; // class TestActionEHistTool
44 
45 } // namespace G4UA
46 
47 #endif
G4UA::G4AtlasUserActions
Struct for passing around user actions.
Definition: IUserActionTool.h:32
G4UA::TestActionEHistTool::makeAndFillAction
virtual std::unique_ptr< TestActionEHist > makeAndFillAction(G4AtlasUserActions &) override final
Create action for this thread.
Definition: TestActionEHistTool.cxx:25
G4UA
for nSW
Definition: CalibrationDefaultProcessing.h:19
UserActionToolBase.h
G4UA::TestActionEHistTool::m_config
TestActionEHist::Config m_config
holds the configuration details received from python
Definition: TestActionEHistTool.h:41
test_pyathena.parent
parent
Definition: test_pyathena.py:15
G4UA::TestActionEHist::Config
Definition: TestActionEHist.h:53
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
G4UA::TestActionEHistTool::TestActionEHistTool
TestActionEHistTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
Definition: TestActionEHistTool.cxx:10
TestActionEHist.h
G4UA::TestActionEHistTool
A Tool to manage TestActionEHist Create the TestActionEHist for each worker thread....
Definition: TestActionEHistTool.h:24