ATLAS Offline Software
|
#include <LArHVCorr.h>
Public Types | |
enum | { ERRORCODE = LArElecCalib::ERRORCODE } |
Public Member Functions | |
LArHVCorr ()=delete | |
LArHVCorr (std::vector< float > &&vVec, const LArOnOffIdMapping *cabling, const CaloCell_Base_ID *caloidhelper) | |
~LArHVCorr () | |
virtual const float & | HVScaleCorr (const HWIdentifier &chid) const override final |
virtual const float & | HVScaleCorr (const Identifier &chid) const |
const float & | HVScaleCorr_oflHash (const IdentifierHash &h) const |
const std::vector< float > & | HVCorrVec () const |
Private Attributes | |
const LArOnOffIdMapping * | m_larCablingSvc |
const CaloCell_Base_ID * | m_calo_id |
std::vector< float > | m_hvCorr |
const float | m_noCorr |
Definition at line 16 of file LArHVCorr.h.
|
inherited |
|
delete |
LArHVCorr::LArHVCorr | ( | std::vector< float > && | vVec, |
const LArOnOffIdMapping * | cabling, | ||
const CaloCell_Base_ID * | caloidhelper | ||
) |
Definition at line 7 of file LArHVCorr.cxx.
|
inline |
Definition at line 23 of file LArHVCorr.h.
|
inline |
Definition at line 39 of file LArHVCorr.h.
|
finaloverridevirtual |
Implements ILArHVScaleCorr.
Definition at line 19 of file LArHVCorr.cxx.
|
virtual |
Definition at line 14 of file LArHVCorr.cxx.
|
inline |
|
private |
Definition at line 44 of file LArHVCorr.h.
|
private |
Definition at line 46 of file LArHVCorr.h.
|
private |
Definition at line 43 of file LArHVCorr.h.
|
private |
Definition at line 47 of file LArHVCorr.h.