ATLAS Offline Software
Loading...
Searching...
No Matches
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
6
7void LArHVScaleCorrComplete::set(const HWIdentifier& CellID, const float corr) {
8 this->setPdata(CellID,corr);
9}
10
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}
void setPdata(const HWIdentifier id, const LArSingleFloatP &payload, unsigned int gain=0)
void set(const HWIdentifier &CellID, const float vDAC2uA)
const float & HVScaleCorr(const HWIdentifier &id) const