ATLAS Offline Software
LArCalorimeter
LArRawConditions
src
LArHVScaleCorrComplete.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
LArRawConditions/LArHVScaleCorrComplete.h
"
6
7
void
LArHVScaleCorrComplete::set
(
const
HWIdentifier
& CellID,
const
float
corr) {
8
this->
setPdata
(CellID,corr);
9
}
10
11
const
float
&
LArHVScaleCorrComplete::HVScaleCorr
(
const
Identifier
&)
const
{
12
std::cout <<
"LArHVScaleCorrComplete access by offline id not implemented!"
<< std::endl;
13
std::abort();
14
const
static
float
errcode=
LArElecCalib::ERRORCODE
;
15
return
errcode;
16
}
LArConditionsContainer< LArSingleFloatP >::setPdata
void setPdata(const HWIdentifier id, const LArSingleFloatP &payload, unsigned int gain=0)
put payload in persistent data
LArHVScaleCorrComplete::HVScaleCorr
const float & HVScaleCorr(const HWIdentifier &id) const
Definition:
LArHVScaleCorrComplete.h:25
LArElecCalib::ERRORCODE
@ ERRORCODE
Definition:
LArCalibErrorCode.h:17
LArHVScaleCorrComplete::set
void set(const HWIdentifier &CellID, const float vDAC2uA)
Definition:
LArHVScaleCorrComplete.cxx:7
HWIdentifier
Definition:
HWIdentifier.h:13
LArHVScaleCorrComplete.h
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Thu Nov 7 2024 21:19:43 for ATLAS Offline Software by
1.8.18