![]() |
|
|
Generated: 8 Jan 2009 |
#include <GaudiKernel/IDetDataSvc.h>


Abstract interface for a DataSvc manipulating condition data (i.e. DataObjects implementing IValidity).
Definition at line 24 of file IDetDataSvc.h.
Public Member Functions | |
| virtual bool | validEventTime () const =0 |
| Check if the event time has been set. | |
| virtual const Gaudi::Time & | eventTime () const =0 |
| Get the event time. | |
| virtual void | setEventTime (const Gaudi::Time &)=0 |
| Set the event time. | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| Interface ID of this class. | |
| static const InterfaceID& IDetDataSvc::interfaceID | ( | ) | [inline, static] |
Interface ID of this class.
Reimplemented from IInterface.
Definition at line 32 of file IDetDataSvc.h.
00032 { return IID_IDetDataSvc; }
| virtual bool IDetDataSvc::validEventTime | ( | ) | const [pure virtual] |
| virtual const Gaudi::Time& IDetDataSvc::eventTime | ( | ) | const [pure virtual] |
| virtual void IDetDataSvc::setEventTime | ( | const Gaudi::Time & | ) | [pure virtual] |