#include <GiGa/IGiGaMagField.h>
Inheritance diagram for IGiGaMagField:
Public Types | |
| SUCCESS | |
| SUCCESS | |
| NO_INTERFACE | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| VERSMISMATCH | |
| LAST_ERROR | |
| LAST_ERROR | |
| enum | Status |
| enum | Status |
Public Member Functions | |
| virtual G4MagneticField * | field () const =0 |
| accessor to magnetic field | |
| virtual G4FieldManager * | fieldMgr () const =0 |
| accessor to field manager | |
| virtual G4MagIntegratorStepper * | stepper () const =0 |
| accessor to the stepper | |
| virtual bool | global () const =0 |
| flag for indication global/local characted of the tool field manager | |
| virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvInterface)=0 |
| virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvInterface)=0 |
| virtual unsigned long | addRef ()=0 |
| virtual unsigned long | addRef ()=0 |
| virtual unsigned long | release ()=0 |
| virtual unsigned long | release ()=0 |
| virtual const std::string & | type () const =0 |
| virtual const IInterface * | parent () const =0 |
| virtual StatusCode | configure ()=0 |
| virtual StatusCode | initialize ()=0 |
| virtual StatusCode | start ()=0 |
| virtual StatusCode | stop ()=0 |
| virtual StatusCode | finalize ()=0 |
| virtual StatusCode | terminate ()=0 |
| virtual StatusCode | reinitialize ()=0 |
| virtual StatusCode | restart ()=0 |
| virtual Gaudi::StateMachine::State | FSMState () const =0 |
| virtual StatusCode | sysInitialize ()=0 |
| virtual StatusCode | sysStart ()=0 |
| virtual StatusCode | sysStop ()=0 |
| virtual StatusCode | sysFinalize ()=0 |
| virtual StatusCode | sysReinitialize ()=0 |
| virtual StatusCode | sysRestart ()=0 |
| virtual unsigned long | refCount () const =0 |
| virtual const std::string & | name () const =0 |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| Retrieve the unique interface ID. | |
Public Attributes | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
Protected Member Functions | |
| virtual | ~IGiGaMagField () |
| destructor | |
Definition at line 32 of file IGiGaMagField.h.
| virtual IGiGaMagField::~IGiGaMagField | ( | ) | [protected, virtual] |
destructor
| static const InterfaceID& IGiGaMagField::interfaceID | ( | ) | [static] |
| virtual G4MagneticField* IGiGaFieldMgr::field | ( | ) | const [pure virtual, inherited] |
accessor to magnetic field
Implemented in GiGaMagFieldBase.
| virtual G4FieldManager* IGiGaFieldMgr::fieldMgr | ( | ) | const [pure virtual, inherited] |
accessor to field manager
Implemented in GiGaFieldMgrBase.
| virtual G4MagIntegratorStepper* IGiGaFieldMgr::stepper | ( | ) | const [pure virtual, inherited] |
accessor to the stepper
Implemented in GiGaFieldMgrBase.
| virtual bool IGiGaFieldMgr::global | ( | ) | const [pure virtual, inherited] |
flag for indication global/local characted of the tool field manager
Implemented in GiGaFieldMgrBase.
1.4.7