We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd8528 commit f1c8c45Copy full SHA for f1c8c45
1 file changed
Modules/TOF/src/TaskDigits.cxx
@@ -364,6 +364,10 @@ void TaskDigits::monitorData(o2::framework::ProcessingContext& ctx)
364
bcCorrCable += o2::constants::lhc::LHCMaxBunches;
365
}
366
367
+ if (bcCorrCable >= o2::constants::lhc::LHCMaxBunches) {
368
+ bcCorrCable -= o2::constants::lhc::LHCMaxBunches;
369
+ }
370
+
371
ndigitsPerBC[row.mFirstIR.orbit % nOrbits][bcCorrCable]++;
372
373
ndigitsPerCrate[crateECH]++;
0 commit comments