![]() |
ATLAS Offline Software
|
#include "G4AtlasInterfaces/IPhysicsOptionTool.h"
Public Types | |
| using | UPPhysicsConstructor = std::unique_ptr< G4VPhysicsConstructor > |
Public Member Functions | |
| IPhysicsOptionTool () | |
| virtual | ~IPhysicsOptionTool () |
| DeclareInterfaceID (IPhysicsOptionTool, 1, 0) | |
| Creates the InterfaceID and interfaceID() method. More... | |
| virtual UPPhysicsConstructor | GetPhysicsOption ()=0 |
| virtual G4AtlasPhysicsOption::Type | GetOptionType () const |
Protected Attributes | |
| G4AtlasPhysicsOption::Type | m_physicsOptionType {G4AtlasPhysicsOption::Type::UnknownType} |
Abstract interface to Geant4 Physics list classes
Definition at line 31 of file IPhysicsOptionTool.h.
| using IPhysicsOptionTool::UPPhysicsConstructor = std::unique_ptr<G4VPhysicsConstructor> |
Definition at line 34 of file IPhysicsOptionTool.h.
|
inline |
Definition at line 36 of file IPhysicsOptionTool.h.
|
inlinevirtual |
Definition at line 37 of file IPhysicsOptionTool.h.
| IPhysicsOptionTool::DeclareInterfaceID | ( | IPhysicsOptionTool | , |
| 1 | , | ||
| 0 | |||
| ) |
Creates the InterfaceID and interfaceID() method.
|
inlinevirtual |
Definition at line 44 of file IPhysicsOptionTool.h.
|
pure virtual |
Implemented in LucidPhysicsTool.
|
protected |
Definition at line 49 of file IPhysicsOptionTool.h.
1.8.18