]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSMapper.cxx
- fixed wrong constant
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSMapper.cxx
index 8681e5b416b9e002cf7ce2ef7477eca9dc636f72..d4dd4769a19a17a9776e8970b38839bb1bf87ba2 100644 (file)
@@ -220,9 +220,9 @@ AliHLTPHOSMapper::GetChannelID(AliHLTUInt32_t specification, Int_t hwAddress)
   //     fHw2geomapPtr[hwAddress].fZRow, 
   //      fHw2geomapPtr[hwAddress].fGain);
 
-  //  HLTError("HW add: %d -> x: %d, z: %d, gain: %d", hwAddress, fHw2geomapPtr[hwAddress].fXCol + fSpecificationMapPtr[index].fRcuXOffset,
-  //      fHw2geomapPtr[hwAddress].fZRow + fSpecificationMapPtr[index].fRcuZOffset,
-  //      fHw2geomapPtr[hwAddress].fGain);
+/*    HLTError("HW add: %d -> x: %d, z: %d, gain: %d", hwAddress, fHw2geomapPtr[hwAddress].fXCol + fSpecificationMapPtr[index].fRcuXOffset,
+          fHw2geomapPtr[hwAddress].fZRow + fSpecificationMapPtr[index].fRcuZOffset,
+          fHw2geomapPtr[hwAddress].fGain);*/
   //  HLTError("RCU X offset: %d", fSpecificationMapPtr[index].fRcuXOffset);
   //  HLTError("RCU Z offset: %d", fSpecificationMapPtr[index].fRcuZOffset);
   return ((fHw2geomapPtr[hwAddress].fXCol + fSpecificationMapPtr[index].fRcuXOffset) |