ATLAS Offline Software
Loading...
Searching...
No Matches
ILArRinj.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_ILARRINJ_H
6#define LARCONDITIONS_ILARRINJ_H
7
10class HWIdentifier;
11
12class ILArRinj {
20
21 public:
22
23 virtual ~ILArRinj() {};
24
25 // online ID
26 virtual const float& Rinj(const HWIdentifier& id) const = 0 ;
27
29} ;
30
31CLASS_DEF( ILArRinj,164401013,1)
32//ConditionsContainer clid for athenaMT"
33#include "AthenaKernel/CondCont.h"
34CLASS_DEF( CondCont<ILArRinj>, 65913879, 1 )
35#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.
Hold mapping of ranges to condition objects.
Definition CondCont.h:889
virtual const float & Rinj(const HWIdentifier &id) const =0
virtual ~ILArRinj()
This class defines the interface for accessing Rinj @stereotype Interface.
Definition ILArRinj.h:23
@ ERRORCODE
Definition ILArRinj.h:28