#include "TRT:TR_Process/TRTPhysicsTool.h"
- Author
- Edoardo Farina
- Date
- 18-05-2015
Definition at line 24 of file TRTPhysicsTool.h.
◆ TRTPhysicsTool()
| TRTPhysicsTool::TRTPhysicsTool |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
Standard constructor.
Definition at line 36 of file TRTPhysicsTool.cxx.
38 : base_class(type, name, parent) {
39 m_physicsOptionType = G4AtlasPhysicsOption::Type::GlobalProcesses;
40
41 declareProperty(
"XMLFile",
m_xmlFile=
"TRgeomodelgeometry.xml");
42}
◆ ~TRTPhysicsTool()
| virtual TRTPhysicsTool::~TRTPhysicsTool |
( |
| ) |
|
|
inlinevirtual |
◆ GetPhysicsOption()
| auto TRTPhysicsTool::GetPhysicsOption |
( |
| ) |
|
|
overridevirtual |
◆ initialize()
| StatusCode TRTPhysicsTool::initialize |
( |
| ) |
|
|
overridevirtual |
Destructor.
Initialize method
Definition at line 47 of file TRTPhysicsTool.cxx.
48{
50 return StatusCode::SUCCESS;
51}
◆ m_xmlFile
| std::string TRTPhysicsTool::m_xmlFile |
|
private |
The documentation for this class was generated from the following files: