![]() |
ATLAS Offline Software
|
#include <ILArPedestal.h>
Public Types | |
| enum | { ERRORCODE = LArElecCalib::ERRORCODE } |
Public Member Functions | |
| 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 | |
Definition at line 12 of file ILArPedestal.h.
| anonymous enum |
|
inlinevirtual |
This class defines the interface for accessing Pedestal for each channel @stereotype Interface.
Modifications: W. Lampl, S. Laplace, 15/12/2003:
Definition at line 36 of file ILArPedestal.h.
|
pure virtual |
Implemented in LArPedestalComplete, LArPedestalFlat, LArPedestalMC, and LArPedestalSC.
|
pure virtual |
access to RMS of Pedestal index by Identifier, and gain setting
Implemented in LArPedestalComplete, LArPedestalFlat, LArPedestalMC, and LArPedestalSC.