Tool which manages the Looper Threshold options.
More...
#include <LooperThresholdSetTool.h>
Tool which manages the Looper Threshold options.
Create the LooperThresholdSet for each worker thread
- Author
- Miha Muskinja
Definition at line 27 of file LooperThresholdSetTool.h.
◆ LooperThresholdSetTool()
| G4UA::LooperThresholdSetTool::LooperThresholdSetTool |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
Standard constructor.
Definition at line 13 of file LooperThresholdSetTool.cxx.
14 :
17{
18 declareProperty(
"WarningEnergy",
m_config.WarningEnergy);
19 declareProperty(
"ImportantEnergy",
m_config.ImportantEnergy);
20 declareProperty(
"NumberOfTrials",
m_config.NumberOfTrials);
21}
◆ BeginOfAthenaEvent()
◆ EndOfAthenaEvent()
◆ fillUserAction()
|
|
inlinefinaloverridevirtualinherited |
◆ finalize()
| StatusCode G4UA::LooperThresholdSetTool::finalize |
( |
| ) |
|
|
overridevirtual |
◆ initialize()
| StatusCode G4UA::LooperThresholdSetTool::initialize |
( |
| ) |
|
|
overridevirtual |
◆ makeAndFillAction()
|
|
finaloverrideprotectedvirtual |
◆ m_actions
◆ m_config
The documentation for this class was generated from the following files: