#include <VerboseSelectorTool.h>
Definition at line 14 of file VerboseSelectorTool.h.
◆ VerboseSelectorTool()
| G4UA::VerboseSelectorTool::VerboseSelectorTool |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
Definition at line 10 of file VerboseSelectorTool.cxx.
14 {
15 declareProperty(
"TargetEvent",
m_config.targetEvent);
16 declareProperty(
"TargetTrack",
m_config.targetTrack);
17 declareProperty(
"VerboseLevel",
m_config.verboseLevel);
18 declareProperty(
"Continue",
m_config.verb);
19
20 declareProperty(
"Xmin",
m_config.Xmin);
21 declareProperty(
"Xmax",
m_config.Xmax);
22
23 declareProperty(
"Ymin",
m_config.Ymin);
24 declareProperty(
"Ymax",
m_config.Ymax);
25
26 declareProperty(
"Zmin",
m_config.Zmin);
27 declareProperty(
"Zmax",
m_config.Zmax);
28
29
30 declareProperty(
"TargetPdgIDs",
m_config.targetPdgIDs);
31 }
◆ BeginOfAthenaEvent()
◆ EndOfAthenaEvent()
◆ fillUserAction()
|
|
inlinefinaloverridevirtualinherited |
◆ makeAndFillAction()
|
|
finaloverrideprotectedvirtual |
◆ m_actions
◆ m_config
The documentation for this class was generated from the following files: