ATLAS Offline Software
Loading...
Searching...
No Matches
ILArTdrift.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARCONDITIONS_ILARTDRIFT_H
6#define LARCONDITIONS_ILARTDRIFT_H
7
8class HWIdentifier;
11
20
21 public:
22 virtual ~ILArTdrift() {};
23
24 // online ID
25 virtual const float& Tdrift(const HWIdentifier& id ) const = 0 ;
26
28} ;
29CLASS_DEF( ILArTdrift,174525073,1)
30#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Defines a common ERRORCODE enum for LAr-Calibration objects.
virtual const float & Tdrift(const HWIdentifier &id) const =0
virtual ~ILArTdrift()
This class defines the interface for accessing Tdrift @stereotype Interface.
Definition ILArTdrift.h:22