ATLAS Offline Software
Simulation
G4Utilities
G4UserActions
src
ScoringPlaneTool.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
ScoringPlaneTool.h
"
6
7
8
namespace
G4UA
9
{
10
11
ScoringPlaneTool::ScoringPlaneTool
(
const
std::string&
type
,
12
const
std::string&
name
,
13
const
IInterface*
parent
)
14
:
UserActionToolBase
<
ScoringPlane
>(
type
,
name
,
parent
)
15
{
16
declareProperty(
"Plane"
,
m_config
.
plane
);
17
declareProperty(
"PKill"
,
m_config
.
pkill
);
18
declareProperty(
"FName"
,
m_config
.
fname
);
19
}
20
21
std::unique_ptr<ScoringPlane>
22
ScoringPlaneTool::makeAndFillAction
(
G4AtlasUserActions
& actionList)
23
{
24
ATH_MSG_DEBUG
(
"Making a ScoringPlane action"
);
25
auto
action
= std::make_unique<ScoringPlane>(
m_config
);
26
actionList.
runActions
.push_back(
action
.get() );
27
actionList.
eventActions
.push_back(
action
.get() );
28
actionList.
steppingActions
.push_back(
action
.get() );
29
return
action
;
30
}
31
32
}
// namespace G4UA
G4UA::ScoringPlane::Config::pkill
int pkill
Definition:
ScoringPlane.h:33
G4UA::G4AtlasUserActions
Struct for passing around user actions.
Definition:
IUserActionTool.h:32
G4UA
for nSW
Definition:
CalibrationDefaultProcessing.h:19
G4UA::ScoringPlane::Config::plane
double plane
Definition:
ScoringPlane.h:32
ScoringPlaneTool.h
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition:
AthMsgStreamMacros.h:29
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
G4UA::ScoringPlaneTool::m_config
ScoringPlane::Config m_config
holds the python configuration
Definition:
ScoringPlaneTool.h:42
G4UA::ScoringPlaneTool::makeAndFillAction
virtual std::unique_ptr< ScoringPlane > makeAndFillAction(G4AtlasUserActions &) override final
creates the action instances
Definition:
ScoringPlaneTool.cxx:22
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
G4UA::G4AtlasUserActions::runActions
std::vector< G4UserRunAction * > runActions
Definition:
IUserActionTool.h:33
G4UA::ScoringPlane
Definition:
ScoringPlane.h:26
G4UA::UserActionToolBase
abstract template utility base-class for G4 user-action tools.
Definition:
UserActionToolBase.h:33
python.CaloScaleNoiseConfig.action
action
Definition:
CaloScaleNoiseConfig.py:77
python.CaloScaleNoiseConfig.type
type
Definition:
CaloScaleNoiseConfig.py:78
G4UA::ScoringPlane::Config::fname
std::string fname
Definition:
ScoringPlane.h:34
G4UA::G4AtlasUserActions::eventActions
std::vector< G4UserEventAction * > eventActions
Definition:
IUserActionTool.h:34
G4UA::G4AtlasUserActions::steppingActions
std::vector< G4UserSteppingAction * > steppingActions
Definition:
IUserActionTool.h:36
G4UA::ScoringPlaneTool::ScoringPlaneTool
ScoringPlaneTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard tool ctor.
Definition:
ScoringPlaneTool.cxx:11
Generated on Thu Nov 7 2024 21:25:18 for ATLAS Offline Software by
1.8.18