ATLAS Offline Software
PixelDCSHVData.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 void PixelDCSHVData::setBiasVoltage(const int chanNum, const float value) {
9 }
10 
11 float PixelDCSHVData::getBiasVoltage(const int chanNum) const {
12  auto itr = m_biasVoltage.find(chanNum);
13  if (itr!=m_biasVoltage.end()) { return itr->second; }
14  return 0;
15 }
16 
athena.value
value
Definition: athena.py:122
checkCoolLatestUpdate.chanNum
chanNum
Definition: checkCoolLatestUpdate.py:27
PixelDCSHVData::m_biasVoltage
FloatConditions m_biasVoltage
Definition: PixelDCSHVData.h:26
PixelDCSHVData::getBiasVoltage
float getBiasVoltage(const int chanNum) const
Definition: PixelDCSHVData.cxx:11
PixelDCSHVData.h
Store pixel HV data in PixelDCSHVData.
PixelDCSHVData::setBiasVoltage
void setBiasVoltage(const int chanNum, const float value)
Definition: PixelDCSHVData.cxx:7