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 7cb0335 commit 00076c8Copy full SHA for 00076c8
Detectors/ITSMFT/ITS/workflow/src/ThresholdCalibratorSpec.cxx
@@ -1411,9 +1411,6 @@ void ITSThresholdCalibrator::run(ProcessingContext& pc)
1411
if ((chipID % mChipModBase) != mChipModSel) {
1412
continue;
1413
}
1414
- if ((loopval == 100 || loopval == 105) && (chipID == 1 || chipID == 8)) {
1415
- LOG(info) << "Loopval: " << loopval << " Charge: " << realcharge << " Chip: " << chipID << " row: " << d.getRow() << " Col: " << d.getColumn();
1416
- }
1417
if (d.getRow() != row && mVerboseOutput) {
1418
LOG(info) << "iROF: " << iROF << " ChipID " << chipID << ": current row is " << d.getRow() << " (col = " << d.getColumn() << ") but the one in CW is " << row;
1419
0 commit comments