ATLAS Offline Software
InnerDetector
InDetConditions
PixelConditionsData
src
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
5
#include "
PixelConditionsData/PixelDCSHVData.h
"
6
7
void
PixelDCSHVData::setBiasVoltage
(
const
int
chanNum
,
const
float
value
) {
8
m_biasVoltage
[
chanNum
] =
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:124
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
Generated on Thu Nov 7 2024 21:23:47 for ATLAS Offline Software by
1.8.18