![]() |
ATLAS Offline Software
|
#include "TRT:TR_Process/TRTPhysicsTool.h"
Classes | |
| class | PhysicsConstructor |
Public Member Functions | |
| TRTPhysicsTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Standard constructor. | |
| virtual | ~TRTPhysicsTool () |
| virtual StatusCode | initialize () override |
| Destructor. | |
| virtual UPPhysicsConstructor | GetPhysicsOption () override |
| IPhysicsOptionTool method; simply returns self. | |
Private Attributes | |
| std::string | m_xmlFile |
Definition at line 24 of file TRTPhysicsTool.h.
| TRTPhysicsTool::TRTPhysicsTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Standard constructor.
Definition at line 36 of file TRTPhysicsTool.cxx.
|
inlinevirtual |
Definition at line 30 of file TRTPhysicsTool.h.
|
overridevirtual |
IPhysicsOptionTool method; simply returns self.
Definition at line 56 of file TRTPhysicsTool.cxx.
|
overridevirtual |
Destructor.
Initialize method
Definition at line 47 of file TRTPhysicsTool.cxx.
|
private |
Definition at line 53 of file TRTPhysicsTool.h.