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