The Gaudi Framework
v30r3 (a5ef0a68)
|
Interface for the Condition Service. More...
#include <GaudiKernel/ICondSvc.h>
Public Member Functions | |
DeclareInterfaceID (ICondSvc, 1, 0) | |
virtual StatusCode | regHandle (IAlgorithm *alg, const Gaudi::DataHandle &id)=0 |
register dependency between an Algorithm and the Condition Handle it creates More... | |
virtual bool | isValidID (const EventContext &ctx, const DataObjID &id) const =0 |
check to see if a specific condition object ID is valid for this event More... | |
virtual const std::set< IAlgorithm * > & | condAlgs () const =0 |
get list of all registered condition Algorithms More... | |
virtual bool | isRegistered (IAlgorithm *alg) const =0 |
query if a specific Algorithm is a registered condition Algorithm More... | |
virtual bool | isRegistered (const DataObjID &id) const =0 |
query if a condition Object ID is registered More... | |
virtual const DataObjIDColl & | conditionIDs () const =0 |
get collection of all registered condition Object IDs More... | |
virtual void | dump (std::ostream &ost) const =0 |
dump the condition store More... | |
virtual ConditionSlotFuture * | startConditionSetup (const EventContext &ctx)=0 |
Asynchronously setup conditions. More... | |
virtual StatusCode | registerConditionIOSvc (IConditionIOSvc *ioService)=0 |
register an IConditionIOSvc (alternative to Algorithm processing of Conditions) More... | |
Public Member Functions inherited from IService | |
DeclareInterfaceID (IService, 4, 0) | |
InterfaceID. More... | |
virtual StatusCode | sysInitialize ()=0 |
Initialize Service. More... | |
virtual StatusCode | sysStart ()=0 |
Start Service. More... | |
virtual StatusCode | sysStop ()=0 |
Stop Service. More... | |
virtual StatusCode | sysFinalize ()=0 |
Finalize Service. More... | |
virtual StatusCode | sysReinitialize ()=0 |
Re-initialize the Service. More... | |
virtual StatusCode | sysRestart ()=0 |
Re-start the Service. More... | |
Additional Inherited Members | |
Public Types inherited from extend_interfaces< INamedInterface, IStateful > | |
using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids... >::type |
take union of the ext_iids of all Interfaces... More... | |
Protected Member Functions inherited from IService | |
virtual void | setServiceManager (ISvcManager *)=0 |
Interface for the Condition Service.
It allows Algorithms to register their ConditionsHanaldes with the Service, and clients to query the Service to determine which objects are valid/invalid for a particualar EventContext.
Definition at line 28 of file ICondSvc.h.
|
pure virtual |
get list of all registered condition Algorithms
|
pure virtual |
get collection of all registered condition Object IDs
ICondSvc::DeclareInterfaceID | ( | ICondSvc | , |
1 | , | ||
0 | |||
) |
|
pure virtual |
dump the condition store
|
pure virtual |
|
pure virtual |
query if a condition Object ID is registered
|
pure virtual |
check to see if a specific condition object ID is valid for this event
|
pure virtual |
register dependency between an Algorithm and the Condition Handle it creates
|
pure virtual |
register an IConditionIOSvc (alternative to Algorithm processing of Conditions)
|
pure virtual |
Asynchronously setup conditions.