| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

IHistoryKeeper Class Reference

#include <IHistoryKeeper.h>

Inheritance diagram for IHistoryKeeper:

[legend]
Collaboration diagram for IHistoryKeeper:
[legend]
List of all members.

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 InterfaceIDtype () 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 InterfaceIDinterfaceID ()

Public Attributes

 SUCCESS
 NO_INTERFACE
 VERSMISMATCH
 LAST_ERROR

Protected Member Functions

virtual ~IHistoryKeeper ()
virtual void setServiceManager (ISvcManager *)=0

Detailed Description

Definition at line 20 of file IHistoryKeeper.h.


Constructor & Destructor Documentation

IHistoryKeeper::~IHistoryKeeper (  )  [protected, virtual]

Definition at line 13 of file IHistoryKeeper.cc.

00014 {
00015 }


Member Function Documentation

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.


The documentation for this class was generated from the following files:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:32:10 2011 for G4DataHelpers by doxygen 1.4.7