ATLAS Offline Software
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 
8 #include "AthenaKernel/CLASS_DEF.h"
11 
12 class ILArPedestal {
13 
31 public:
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 
51 CLASS_DEF( ILArPedestal, 8122,1)
52 
53 #include "AthenaKernel/CondCont.h"
54 CLASS_DEF( CondCont<ILArPedestal>,161156680 , 1 )
55 
56 
57 
58 #endif
ILArPedestal::pedestal
virtual float pedestal(const HWIdentifier &id, int gain) const =0
ILArPedestal
Definition: ILArPedestal.h:12
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:110
ILArPedestal::~ILArPedestal
virtual ~ILArPedestal()
This class defines the interface for accessing Pedestal for each channel @stereotype Interface.
Definition: ILArPedestal.h:36
HWIdentifier
Definition: HWIdentifier.h:13
LArCalibErrorCode.h
Defines a common ERRORCODE enum for LAr-Calibration objects.
ILArPedestal::ERRORCODE
@ ERRORCODE
Definition: ILArPedestal.h:47
HWIdentifier.h
CondCont< ILArPedestal >
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
LArElecCalib::ERRORCODE
@ ERRORCODE
Definition: LArCalibErrorCode.h:17
ILArPedestal::pedestalRMS
virtual float pedestalRMS(const HWIdentifier &id, int gain) const =0
access to RMS of Pedestal index by Identifier, and gain setting
CLASS_DEF.h
macros to associate a CLID to a type