ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Simulation
G4Utilities
G4DebuggingTools
src
VolumeDebuggerTool.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 "
VolumeDebuggerTool.h
"
6
7
namespace
G4UA
8
{
9
10
VolumeDebuggerTool::VolumeDebuggerTool
(
const
std::string&
type
,
11
const
std::string& name,
12
const
IInterface* parent)
13
:
UserActionToolBase
<
VolumeDebugger
>(
type
, name, parent)
14
{
15
declareProperty(
"OutputPath"
,
m_config
.path);
16
declareProperty(
"TargetVolume"
,
m_config
.targetVolume);
17
declareProperty(
"Resolution"
,
m_config
.res);
18
declareProperty(
"Tolerance"
,
m_config
.tol);
19
declareProperty(
"Verbose"
,
m_config
.verbose);
20
declareProperty(
"RunGeoTest"
,
m_config
.volumeCheck);
21
declareProperty(
"MaxCopiesToCheck"
,
m_config
.targetMaxCopiesToCheck);
22
declareProperty(
"DumpGDML"
,
m_config
.dumpGDML);
23
declareProperty(
"DumpPhysicsRegions"
,
m_config
.dumpPhysicsRegions);
24
declareProperty(
"PrintGeometry"
,
m_config
.printGeo);
25
}
26
27
std::unique_ptr<VolumeDebugger>
28
VolumeDebuggerTool::makeAndFillAction
(
G4AtlasUserActions
& actionList)
29
{
30
ATH_MSG_DEBUG
(
"Constructing a VolumeDebugger"
);
31
auto
action = std::make_unique<VolumeDebugger>(
m_config
);
32
actionList.
runActions
.push_back( action.get() );
33
return
action;
34
}
35
36
}
// namespace G4UA
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x,...)
Definition
AthMsgStreamMacros.h:43
VolumeDebuggerTool.h
G4UA::UserActionToolBase< VolumeDebugger >::UserActionToolBase
UserActionToolBase(const std::string &type, const std::string &name, const IInterface *parent)
Definition
UserActionToolBase.h:40
G4UA::VolumeDebuggerTool::m_config
VolumeDebugger::Config m_config
holds the configuration received from the python side
Definition
VolumeDebuggerTool.h:32
G4UA::VolumeDebuggerTool::makeAndFillAction
virtual std::unique_ptr< VolumeDebugger > makeAndFillAction(G4AtlasUserActions &) override final
builds the action for a thread
Definition
VolumeDebuggerTool.cxx:28
G4UA::VolumeDebuggerTool::VolumeDebuggerTool
VolumeDebuggerTool(const std::string &type, const std::string &name, const IInterface *parent)
standard tool constructor
Definition
VolumeDebuggerTool.cxx:10
G4UA::VolumeDebugger
a user action to debug G4 geometries
Definition
VolumeDebugger.h:37
G4UA
for nSW
Definition
CalibrationDefaultProcessing.h:19
G4UA::G4AtlasUserActions
Struct for passing around user actions.
Definition
IUserActionTool.h:35
G4UA::G4AtlasUserActions::runActions
std::vector< G4UserRunAction * > runActions
Definition
IUserActionTool.h:36
type
Generated on
for ATLAS Offline Software by
1.17.0