Gaudi Framework, version v20r2

Generated: 18 Jul 2008

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 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 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.

References IID_IDetDataSvc.

00032 { return IID_IDetDataSvc; }

virtual const 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 Fri Jul 18 12:08:01 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004