#include <IHistoryKeeper.h>
Inheritance diagram for IHistoryKeeper:
Public Types | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
| enum | Status |
Public Member Functions | |
| virtual StatusCode | GetCurrentHistory (DayaBay::SimParticleHistory *&outHistory)=0 |
| Used to get the current history in the simulation. Creates a new one if none yet made. | |
| virtual StatusCode | ClaimCurrentHistory (DayaBay::SimParticleHistory *&outHistory)=0 |
| Used o pull this data into the TES. | |
| virtual StatusCode | GetCurrentUnobservable (DayaBay::SimUnobservableStatisticsHeader *&outUnobservable)=0 |
| Used to get the current unobservable statistic count in the simulation. Creates a new one if none yet made. | |
| virtual StatusCode | ClaimCurrentUnobservable (DayaBay::SimUnobservableStatisticsHeader *&outUnobservable)=0 |
| Used o pull this data into the TES. | |
| 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 | 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 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 () |
Public Attributes | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
Protected Member Functions | |
| virtual | ~IHistoryKeeper () |
| virtual void | setServiceManager (ISvcManager *)=0 |
Definition at line 20 of file IHistoryKeeper.h.
| IHistoryKeeper::~IHistoryKeeper | ( | ) | [protected, virtual] |
| const InterfaceID & IHistoryKeeper::interfaceID | ( | ) | [static] |
Reimplemented from IService.
Definition at line 8 of file IHistoryKeeper.cc.
00009 { 00010 return IID_IHistoryKeeper; 00011 }
| virtual StatusCode IHistoryKeeper::GetCurrentHistory | ( | DayaBay::SimParticleHistory *& | outHistory | ) | [pure virtual] |
Used to get the current history in the simulation. Creates a new one if none yet made.
Implemented in HistoryKeeper.
| virtual StatusCode IHistoryKeeper::ClaimCurrentHistory | ( | DayaBay::SimParticleHistory *& | outHistory | ) | [pure virtual] |
Used o pull this data into the TES.
Reliquishes ownership of the current history. Returns 0 if no current history.
Implemented in HistoryKeeper.
| virtual StatusCode IHistoryKeeper::GetCurrentUnobservable | ( | DayaBay::SimUnobservableStatisticsHeader *& | outUnobservable | ) | [pure virtual] |
Used to get the current unobservable statistic count in the simulation. Creates a new one if none yet made.
Implemented in HistoryKeeper.
| virtual StatusCode IHistoryKeeper::ClaimCurrentUnobservable | ( | DayaBay::SimUnobservableStatisticsHeader *& | outUnobservable | ) | [pure virtual] |
Used o pull this data into the TES.
Reliquishes ownership of the current unobservable statistic count. Returns 0 if no current one active.
Implemented in HistoryKeeper.
1.4.7