ATLAS Offline Software
Simulation
G4Utilities
G4DebuggingTools
src
VolumeDebuggerTool.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__VOLUMEDEBUGGERTOOL_H
6
#define G4DEBUGGINGTOOLS_G4UA__VOLUMEDEBUGGERTOOL_H
7
8
#include "
G4AtlasTools/UserActionToolBase.h
"
9
#include "
./VolumeDebugger.h
"
10
11
namespace
G4UA
12
{
13
21
class
VolumeDebuggerTool
:
public
UserActionToolBase
<VolumeDebugger>
22
{
23
public
:
25
VolumeDebuggerTool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
);
26
protected
:
28
virtual
std::unique_ptr<VolumeDebugger>
29
makeAndFillAction
(
G4AtlasUserActions
&)
override
final
;
30
private
:
32
VolumeDebugger::Config
m_config
;
33
};
// class VolumeDebuggerTool
34
35
}
// namespace G4UA
36
37
#endif
G4UA::G4AtlasUserActions
Struct for passing around user actions.
Definition:
IUserActionTool.h:32
G4UA::VolumeDebugger::Config
Definition:
VolumeDebugger.h:42
G4UA
for nSW
Definition:
CalibrationDefaultProcessing.h:19
VolumeDebugger.h
UserActionToolBase.h
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
G4UA::VolumeDebuggerTool::m_config
VolumeDebugger::Config m_config
holds the configuration received from the python side
Definition:
VolumeDebuggerTool.h:32
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::VolumeDebuggerTool::makeAndFillAction
virtual std::unique_ptr< VolumeDebugger > makeAndFillAction(G4AtlasUserActions &) override final
builds the action for a thread
Definition:
VolumeDebuggerTool.cxx:28
G4UA::VolumeDebuggerTool
Tool which manages the VolumeDebugger action.
Definition:
VolumeDebuggerTool.h:22
G4UA::VolumeDebuggerTool::VolumeDebuggerTool
VolumeDebuggerTool(const std::string &type, const std::string &name, const IInterface *parent)
standard tool constructor
Definition:
VolumeDebuggerTool.cxx:10
Generated on Thu Nov 7 2024 21:31:32 for ATLAS Offline Software by
1.8.18