![]() |
|
|
Generated: 18 Jul 2008 |
#include <GaudiKernel/IDetDataSvc.h>
Inheritance diagram for IDetDataSvc:


DataObjects implementing IValidity).
Definition at line 24 of file IDetDataSvc.h.
Public Member Functions | |
| virtual const 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.
References IID_IDetDataSvc.
00032 { return IID_IDetDataSvc; }
| virtual const bool IDetDataSvc::validEventTime | ( | ) | const [pure virtual] |
| virtual const Gaudi::Time& IDetDataSvc::eventTime | ( | ) | const [pure virtual] |
| virtual void IDetDataSvc::setEventTime | ( | const Gaudi::Time & | ) | [pure virtual] |