ATLAS Offline Software
Loading...
Searching...
No Matches
ILArPedestal.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 LARELECCALIB_ILARPEDESTAL_H
6#define LARELECCALIB_ILARPEDESTAL_H
7
11
13
29
30
31public:
35
36 virtual ~ILArPedestal() {};
37
38 // online ID
39 virtual float pedestal(const HWIdentifier& id, int gain ) const =0 ;
40
44 // online ID
45 virtual float pedestalRMS(const HWIdentifier& id, int gain ) const =0;
46
48
49} ;
50
51CLASS_DEF( ILArPedestal, 8122,1)
52
53#include "AthenaKernel/CondCont.h"
54CLASS_DEF( CondCont<ILArPedestal>,161156680 , 1 )
55
56
57
58#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 ~ILArPedestal()
This class defines the interface for accessing Pedestal for each channel @stereotype Interface.
virtual float pedestal(const HWIdentifier &id, int gain) const =0
virtual float pedestalRMS(const HWIdentifier &id, int gain) const =0
access to RMS of Pedestal index by Identifier, and gain setting