![]() |
ATLAS Offline Software
|
Implementation of the interface ILArfSampl for MC: only one constant is needed for MC. More...
#include <LArPedestalMC.h>
Public Types | |
| enum | { ERRORCODE = LArElecCalib::ERRORCODE } |
Public Member Functions | |
| LArPedestalMC () | |
| virtual | ~LArPedestalMC () |
| float | pedestal (const HWIdentifier &CellID, int gain) const |
| float | pedestalRMS (const HWIdentifier &CellID, int gain) const |
| access to RMS of Pedestal index by Identifier, and gain setting | |
| void | set (const std::vector< float > &vPedestal, const std::vector< float > &vPedestalRMS) |
Private Attributes | |
| std::vector< float > | m_vPedestal |
| std::vector< float > | m_vPedestalRMS |
Friends | |
| class | LArPedestalMCCnv_p1 |
Implementation of the interface ILArfSampl for MC: only one constant is needed for MC.
History:
Definition at line 21 of file LArPedestalMC.h.
|
inherited |
| LArPedestalMC::LArPedestalMC | ( | ) |
Definition at line 10 of file LArPedestalMC.cxx.
|
virtual |
Definition at line 12 of file LArPedestalMC.cxx.
|
virtual |
|
virtual |
access to RMS of Pedestal index by Identifier, and gain setting
Implements ILArPedestal.
Definition at line 33 of file LArPedestalMC.cxx.
| void LArPedestalMC::set | ( | const std::vector< float > & | vPedestal, |
| const std::vector< float > & | vPedestalRMS ) |
Definition at line 16 of file LArPedestalMC.cxx.
|
friend |
Definition at line 42 of file LArPedestalMC.h.
|
private |
Definition at line 45 of file LArPedestalMC.h.
|
private |
Definition at line 45 of file LArPedestalMC.h.