#include <GiGa/IGiGaSetUpSvc.h>
Inheritance diagram for IGiGaSetUpSvc:
Public Types | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
| enum | Status |
Public Member Functions | |
| virtual StatusCode | initialize ()=0 |
| initialize method | |
| virtual StatusCode | finalize ()=0 |
| finalize method | |
| virtual IGiGaSetUpSvc & | operator<< (G4VUserDetectorConstruction *)=0 |
| set detector constructon module | |
| virtual IGiGaSetUpSvc & | operator<< (G4VPhysicalVolume *)=0 |
| set new world wolume | |
| virtual IGiGaSetUpSvc & | operator<< (G4VUserPrimaryGeneratorAction *)=0 |
| set new generator | |
| virtual IGiGaSetUpSvc & | operator<< (G4VUserPhysicsList *)=0 |
| set new physics list | |
| virtual IGiGaSetUpSvc & | operator<< (G4UserRunAction *)=0 |
| set new run action | |
| virtual IGiGaSetUpSvc & | operator<< (G4UserEventAction *)=0 |
| set new event action | |
| virtual IGiGaSetUpSvc & | operator<< (G4UserStackingAction *)=0 |
| set new stacking action | |
| virtual IGiGaSetUpSvc & | operator<< (G4UserTrackingAction *)=0 |
| set new tracking action | |
| virtual IGiGaSetUpSvc & | operator<< (G4UserSteppingAction *)=0 |
| set new stepping action | |
| virtual StatusCode | setConstruction (G4VUserDetectorConstruction *)=0 |
| set detector constructon module | |
| virtual StatusCode | setDetector (G4VPhysicalVolume *)=0 |
| set new world wolume | |
| virtual StatusCode | setGenerator (G4VUserPrimaryGeneratorAction *)=0 |
| set new generator | |
| virtual StatusCode | setPhysics (G4VUserPhysicsList *)=0 |
| set new physics list | |
| virtual StatusCode | setRunAction (G4UserRunAction *)=0 |
| set new run action | |
| virtual StatusCode | setEvtAction (G4UserEventAction *)=0 |
| set new event action | |
| virtual StatusCode | setStacking (G4UserStackingAction *)=0 |
| set new stacking action | |
| virtual StatusCode | setTracking (G4UserTrackingAction *)=0 |
| set new tracking action | |
| virtual StatusCode | setStepping (G4UserSteppingAction *)=0 |
| set new stepping action | |
| virtual const InterfaceID & | type () 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 StatusCode | configure ()=0 |
| virtual StatusCode | start ()=0 |
| virtual StatusCode | stop ()=0 |
| virtual StatusCode | terminate ()=0 |
| virtual StatusCode | reinitialize ()=0 |
| virtual StatusCode | restart ()=0 |
| virtual Gaudi::StateMachine::State | FSMState () const =0 |
| virtual Gaudi::StateMachine::State | targetFSMState () const =0 |
| virtual const std::string & | name () const =0 |
| virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvInterface)=0 |
| virtual unsigned long | addRef ()=0 |
| virtual unsigned long | release ()=0 |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| Retrieve interface ID. | |
Public Attributes | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
Protected Member Functions | |
| virtual | ~IGiGaSetUpSvc () |
| virtual destructor | |
| virtual void | setServiceManager (ISvcManager *)=0 |
Definition at line 49 of file IGiGaSetUpSvc.h.
| virtual IGiGaSetUpSvc::~IGiGaSetUpSvc | ( | ) | [protected, virtual] |
virtual destructor
| static const InterfaceID& IGiGaSetUpSvc::interfaceID | ( | ) | [static] |
| virtual StatusCode IGiGaSetUpSvc::initialize | ( | ) | [pure virtual] |
| virtual StatusCode IGiGaSetUpSvc::finalize | ( | ) | [pure virtual] |
| virtual IGiGaSetUpSvc& IGiGaSetUpSvc::operator<< | ( | G4VUserDetectorConstruction * | ) | [pure virtual] |
set detector constructon module
| detector | pointer to detector construction module |
| virtual IGiGaSetUpSvc& IGiGaSetUpSvc::operator<< | ( | G4VPhysicalVolume * | ) | [pure virtual] |
set new world wolume
| world | pointer to new world volume |
| virtual IGiGaSetUpSvc& IGiGaSetUpSvc::operator<< | ( | G4VUserPrimaryGeneratorAction * | ) | [pure virtual] |
set new generator
| generator | pointer to new generator |
| virtual IGiGaSetUpSvc& IGiGaSetUpSvc::operator<< | ( | G4VUserPhysicsList * | ) | [pure virtual] |
set new physics list
| physics | pointer to physics list |
| virtual IGiGaSetUpSvc& IGiGaSetUpSvc::operator<< | ( | G4UserRunAction * | ) | [pure virtual] |
set new run action
| action | pointer to new run action |
| virtual IGiGaSetUpSvc& IGiGaSetUpSvc::operator<< | ( | G4UserEventAction * | ) | [pure virtual] |
set new event action
| action | pointer to new event action |
| virtual IGiGaSetUpSvc& IGiGaSetUpSvc::operator<< | ( | G4UserStackingAction * | ) | [pure virtual] |
set new stacking action
| action | pointer to new stacking action |
| virtual IGiGaSetUpSvc& IGiGaSetUpSvc::operator<< | ( | G4UserTrackingAction * | ) | [pure virtual] |
set new tracking action
| action | pointer to new tracking action |
| virtual IGiGaSetUpSvc& IGiGaSetUpSvc::operator<< | ( | G4UserSteppingAction * | ) | [pure virtual] |
set new stepping action
| action | pointer to new stepping action |
| virtual StatusCode IGiGaSetUpSvc::setConstruction | ( | G4VUserDetectorConstruction * | ) | [pure virtual] |
set detector constructon module
| detector | pointer to detector construction module |
| virtual StatusCode IGiGaSetUpSvc::setDetector | ( | G4VPhysicalVolume * | ) | [pure virtual] |
set new world wolume
| world | pointer to new world volume |
| virtual StatusCode IGiGaSetUpSvc::setGenerator | ( | G4VUserPrimaryGeneratorAction * | ) | [pure virtual] |
set new generator
| generator | pointer to new generator |
| virtual StatusCode IGiGaSetUpSvc::setPhysics | ( | G4VUserPhysicsList * | ) | [pure virtual] |
set new physics list
| physics | pointer to physics list |
| virtual StatusCode IGiGaSetUpSvc::setRunAction | ( | G4UserRunAction * | ) | [pure virtual] |
set new run action
| action | pointer to new run action |
| virtual StatusCode IGiGaSetUpSvc::setEvtAction | ( | G4UserEventAction * | ) | [pure virtual] |
set new event action
| action | pointer to new event action |
| virtual StatusCode IGiGaSetUpSvc::setStacking | ( | G4UserStackingAction * | ) | [pure virtual] |
set new stacking action
| action | pointer to new stacking action |
| virtual StatusCode IGiGaSetUpSvc::setTracking | ( | G4UserTrackingAction * | ) | [pure virtual] |
set new tracking action
| action | pointer to new tracking action |
| virtual StatusCode IGiGaSetUpSvc::setStepping | ( | G4UserSteppingAction * | ) | [pure virtual] |
set new stepping action
| action | pointer to new stepping action |
1.4.7