ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArElecCalib
LArElecCalib
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
"
9
#include "
Identifier/HWIdentifier.h
"
10
#include "
LArElecCalib/LArCalibErrorCode.h
"
11
12
class
ILArPedestal
{
13
29
30
31
public
:
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
47
enum
{
ERRORCODE
=
LArElecCalib::ERRORCODE
};
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
CLASS_DEF.h
macros to associate a CLID to a type
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:67
HWIdentifier.h
LArCalibErrorCode.h
Defines a common ERRORCODE enum for LAr-Calibration objects.
CondCont
Hold mapping of ranges to condition objects.
Definition
CondCont.h:889
HWIdentifier
Definition
HWIdentifier.h:13
ILArPedestal
Definition
ILArPedestal.h:12
ILArPedestal::~ILArPedestal
virtual ~ILArPedestal()
This class defines the interface for accessing Pedestal for each channel @stereotype Interface.
Definition
ILArPedestal.h:36
ILArPedestal::ERRORCODE
@ ERRORCODE
Definition
ILArPedestal.h:47
ILArPedestal::pedestal
virtual float pedestal(const HWIdentifier &id, int gain) const =0
ILArPedestal::pedestalRMS
virtual float pedestalRMS(const HWIdentifier &id, int gain) const =0
access to RMS of Pedestal index by Identifier, and gain setting
LArElecCalib::ERRORCODE
@ ERRORCODE
Definition
LArCalibErrorCode.h:17
Generated on
for ATLAS Offline Software by
1.17.0