ATLAS Offline Software
Loading...
Searching...
No Matches
Simulation
G4Extensions
Quirks
src
DebugSteppingActionTool.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 QUIRKS_G4UA__DEBUGSTEPPINGACTIONTOOL_H
6
#define QUIRKS_G4UA__DEBUGSTEPPINGACTIONTOOL_H
7
8
#include "
G4AtlasTools/UserActionToolBase.h
"
9
#include "
DebugSteppingAction.h
"
10
11
namespace
G4UA
12
{
13
18
class
DebugSteppingActionTool
:
public
UserActionToolBase
<DebugSteppingAction>
19
{
20
21
public
:
22
24
DebugSteppingActionTool
(
const
std::string&
type
,
25
const
std::string& name,
26
const
IInterface* parent);
27
28
protected
:
29
31
virtual
std::unique_ptr<DebugSteppingAction>
32
makeAndFillAction
(
G4AtlasUserActions
&)
override
final
;
33
34
private
:
35
37
DebugSteppingAction::Config
m_config
;
38
39
};
// class DebugSteppingActionTool
40
41
}
// namespace G4UA
42
43
#endif
DebugSteppingAction.h
UserActionToolBase.h
G4UA::DebugSteppingActionTool::DebugSteppingActionTool
DebugSteppingActionTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
Definition
DebugSteppingActionTool.cxx:10
G4UA::DebugSteppingActionTool::makeAndFillAction
virtual std::unique_ptr< DebugSteppingAction > makeAndFillAction(G4AtlasUserActions &) override final
creates one action per thread
Definition
DebugSteppingActionTool.cxx:20
G4UA::DebugSteppingActionTool::m_config
DebugSteppingAction::Config m_config
the config for the action
Definition
DebugSteppingActionTool.h:37
G4UA::UserActionToolBase< DebugSteppingAction >::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::DebugSteppingAction::Config
Definition
DebugSteppingAction.h:23
G4UA::G4AtlasUserActions
Struct for passing around user actions.
Definition
IUserActionTool.h:35
type
Generated on
for ATLAS Offline Software by
1.14.0