|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 2010 |
#include <GaudiKernel/IDetDataSvc.h>


Public Member Functions | |
| DeclareInterfaceID (IDetDataSvc, 2, 0) | |
| InterfaceID. | |
| 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. | |
Abstract interface for a DataSvc manipulating condition data (i.e. DataObjects implementing IValidity).
Definition at line 21 of file IDetDataSvc.h.
| IDetDataSvc::DeclareInterfaceID | ( | IDetDataSvc | , | |
| 2 | , | |||
| 0 | ||||
| ) |
| virtual bool IDetDataSvc::validEventTime | ( | ) | const [pure virtual] |
Check if the event time has been set.
| virtual const Gaudi::Time& IDetDataSvc::eventTime | ( | ) | const [pure virtual] |
Get the event time.
| virtual void IDetDataSvc::setEventTime | ( | const Gaudi::Time & | ) | [pure virtual] |
Set the event time.