We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c105b5 commit 8b4fb5eCopy full SHA for 8b4fb5e
Detectors/EMCAL/calibration/src/EMCALTempCalibExtractor.cxx
@@ -105,7 +105,7 @@ float EMCALTempCalibExtractor::getGainCalibFactor(const unsigned short cellID) c
105
std::vector<unsigned short> EMCALTempCalibExtractor::getSensorsForSM(const unsigned short iSM) const
106
{
107
unsigned short nSensors = 8;
108
- if (iSM == 10 || iSM == 11 || iSM == 19 || iSM == 20) {
+ if (iSM == 10 || iSM == 11 || iSM == 18 || iSM == 19) { // 1/3 SM of EMCal only have 4 sensors
109
nSensors = 4;
110
}
111
0 commit comments