ATLAS Offline Software
Simulation
G4Utilities
G4DebuggingTools
src
G4AtlantisDumperTool.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 G4DEBUGGINGTOOLS_G4UA__G4ATLANTISDUMPERTOOL_H
6
#define G4DEBUGGINGTOOLS_G4UA__G4ATLANTISDUMPERTOOL_H
7
8
#include "
G4AtlasTools/UserActionToolBase.h
"
9
#include "
G4AtlantisDumper.h
"
10
11
namespace
G4UA
12
{
13
14
class
G4AtlantisDumperTool
:
public
UserActionToolBase
<G4AtlantisDumper>
15
{
16
17
public
:
18
19
G4AtlantisDumperTool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
);
20
21
protected
:
22
23
virtual
std::unique_ptr<G4AtlantisDumper>
24
makeAndFillAction
(
G4AtlasUserActions
&)
override
final
;
25
26
private
:
27
28
G4AtlantisDumper::Config
m_config
;
29
30
};
// class G4AtlantisDumperTool
31
32
}
// namespace G4UA
33
34
#endif
G4UA::G4AtlasUserActions
Struct for passing around user actions.
Definition:
IUserActionTool.h:32
G4AtlantisDumper.h
G4UA::G4AtlantisDumper::Config
Definition:
G4AtlantisDumper.h:29
G4UA::G4AtlantisDumperTool
Definition:
G4AtlantisDumperTool.h:15
G4UA
for nSW
Definition:
CalibrationDefaultProcessing.h:19
UserActionToolBase.h
G4UA::G4AtlantisDumperTool::G4AtlantisDumperTool
G4AtlantisDumperTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
G4AtlantisDumperTool.cxx:10
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
G4UA::UserActionToolBase
abstract template utility base-class for G4 user-action tools.
Definition:
UserActionToolBase.h:33
G4UA::G4AtlantisDumperTool::makeAndFillAction
virtual std::unique_ptr< G4AtlantisDumper > makeAndFillAction(G4AtlasUserActions &) override final
Make the action and push onto the lists.
Definition:
G4AtlantisDumperTool.cxx:22
python.CaloScaleNoiseConfig.type
type
Definition:
CaloScaleNoiseConfig.py:78
G4UA::G4AtlantisDumperTool::m_config
G4AtlantisDumper::Config m_config
Definition:
G4AtlantisDumperTool.h:28
Generated on Sun Dec 22 2024 21:10:41 for ATLAS Offline Software by
1.8.18