The Gaudi Framework  master (b9786168)
Loading...
Searching...
No Matches
IDetDataSvc.h
Go to the documentation of this file.
1/***********************************************************************************\
2* (c) Copyright 1998-2025 CERN for the benefit of the LHCb and ATLAS collaborations *
3* *
4* This software is distributed under the terms of the Apache version 2 licence, *
5* copied verbatim in the file "LICENSE". *
6* *
7* In applying this licence, CERN does not waive the privileges and immunities *
8* granted to it by virtue of its status as an Intergovernmental Organization *
9* or submit itself to any jurisdiction. *
10\***********************************************************************************/
11#pragma once
12
13// Base class
15
16// Forward declarations
17namespace Gaudi {
18 class Time;
19}
20
22 //--------------------------------------------------------------------------
30
31class GAUDI_API IDetDataSvc : virtual public IInterface {
32public:
35
37 virtual bool validEventTime() const = 0;
38
40 virtual const Gaudi::Time& eventTime() const = 0;
41
43 virtual void setEventTime( const Gaudi::Time& ) = 0;
44};
#define GAUDI_API
Definition Kernel.h:49
Based on seal::Time.
Definition Time.h:232
Abstract interface for a DataSvc manipulating condition data (i.e.
Definition IDetDataSvc.h:31
DeclareInterfaceID(IDetDataSvc, 2, 0)
InterfaceID.
virtual bool validEventTime() const =0
Check if the event time has been set.
virtual void setEventTime(const Gaudi::Time &)=0
Set the event time.
virtual const Gaudi::Time & eventTime() const =0
Get the event time.
Definition of the basic interface.
Definition IInterface.h:225
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
Definition __init__.py:1