ATLAS Offline Software
Loading...
Searching...
No Matches
ILArHVScaleCorr.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARCONDITIONS_ILARHVSCALRCORR_H
6#define LARCONDITIONS_ILARHVSCALRCORR_H
7
10#include "Identifier/Identifier.h"
12
19
20 public:
21
22 virtual ~ILArHVScaleCorr() {};
23
24 // online ID
25 virtual const float& HVScaleCorr(const HWIdentifier& id ) const = 0 ;
26
28
29} ;
30
31CLASS_DEF( ILArHVScaleCorr,93397263,1)
32
33#include "AthenaKernel/CondCont.h"
35
36#endif
#define CONDCONT_MIXED_DEF(...)
Definition CondCont.h:1446
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 ~ILArHVScaleCorr()
This class defines the interface for accessing semi-stable HV scale correction factors @stereotype In...
virtual const float & HVScaleCorr(const HWIdentifier &id) const =0