Place holder tool.
More...
#include <PhysicsValidationUserActionTool.h>
Place holder tool.
- Author
- John Chapman
Definition at line 22 of file PhysicsValidationUserActionTool.h.
◆ PhysicsValidationUserActionTool()
G4UA::iGeant4::PhysicsValidationUserActionTool::PhysicsValidationUserActionTool |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
Standard constructor.
Definition at line 13 of file PhysicsValidationUserActionTool.cxx.
17 : UserActionToolBase<PhysicsValidationUserAction>(
type,
name,
parent)
19 declareProperty(
"ValidationOutput",
21 "If turned on, write out a ROOT tree.");
22 declareProperty(
"ValidationStreamName",
24 "Name of the output stream");
25 declareProperty(
"THistService",
◆ fillUserAction()
|
inlinefinaloverridevirtualinherited |
Fill the user action lists.
Definition at line 45 of file UserActionToolBase.h.
48 if(myAction ==
nullptr) {
50 return StatusCode::FAILURE;
53 return StatusCode::SUCCESS;
◆ makeAndFillAction()
|
finaloverrideprotectedvirtual |
◆ m_actions
◆ m_config
The documentation for this class was generated from the following files: