ATLAS Offline Software
Loading...
Searching...
No Matches
Simulation
G4Utilities
G4ProfilingTools
src
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
8
#include "
G4AtlasTools/UserActionToolBase.h
"
9
#include "
TestActionEHist.h
"
10
11
namespace
G4UA
12
{
13
22
class
TestActionEHistTool
:
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
41
TestActionEHist::Config
m_config
;
42
43
};
// class TestActionEHistTool
44
45
}
// namespace G4UA
46
47
#endif
TestActionEHist.h
UserActionToolBase.h
G4UA::TestActionEHistTool::makeAndFillAction
virtual std::unique_ptr< TestActionEHist > makeAndFillAction(G4AtlasUserActions &) override final
Create action for this thread.
Definition
TestActionEHistTool.cxx:25
G4UA::TestActionEHistTool::m_config
TestActionEHist::Config m_config
holds the configuration details received from python
Definition
TestActionEHistTool.h:41
G4UA::TestActionEHistTool::TestActionEHistTool
TestActionEHistTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
Definition
TestActionEHistTool.cxx:10
G4UA::UserActionToolBase< TestActionEHist >::UserActionToolBase
UserActionToolBase(const std::string &type, const std::string &name, const IInterface *parent)
Definition
UserActionToolBase.h:40
G4UA
for nSW
Definition
CalibrationDefaultProcessing.h:19
G4UA::G4AtlasUserActions
Struct for passing around user actions.
Definition
IUserActionTool.h:35
G4UA::TestActionEHist::Config
Definition
TestActionEHist.h:53
type
Generated on
for ATLAS Offline Software by
1.14.0