Gaudi Framework, version v20r4

Generated: 8 Jan 2009

IDetDataSvc Class Reference

#include <GaudiKernel/IDetDataSvc.h>

Inheritance diagram for IDetDataSvc:

Inheritance graph
[legend]
Collaboration diagram for IDetDataSvc:

Collaboration graph
[legend]

List of all members.


Detailed Description

---------------------------------------------------------------------------

Abstract interface for a DataSvc manipulating condition data (i.e. DataObjects implementing IValidity).

Author:
Andrea Valassi
Date:
August 2001

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 InterfaceIDinterfaceID ()
 Interface ID of this class.

Member Function Documentation

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]

Check if the event time has been set.

Implemented in DetDataSvc.

virtual const Gaudi::Time& IDetDataSvc::eventTime (  )  const [pure virtual]

Get the event time.

Implemented in DetDataSvc.

virtual void IDetDataSvc::setEventTime ( const Gaudi::Time &   )  [pure virtual]

Set the event time.

Implemented in DetDataSvc.


The documentation for this class was generated from the following file:

Generated at Thu Jan 8 17:51:30 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004