We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbfb76 commit 03d5582Copy full SHA for 03d5582
Detectors/ITSMFT/common/workflow/src/ClustererSpec.cxx
@@ -125,7 +125,7 @@ void ClustererDPL<N>::run(ProcessingContext& pc)
125
for (int iROF{0}; iROF < nROFsTF; ++iROF) {
126
auto& rof = expClusRofVec[iROF];
127
int orb = iROF * par.getROFLengthInBC(iLayer) / o2::constants::lhc::LHCMaxBunches + firstTForbit;
128
- int bc = iROF * par.getROFLengthInBC(iLayer) % o2::constants::lhc::LHCMaxBunches;
+ int bc = iROF * par.getROFLengthInBC(iLayer) % o2::constants::lhc::LHCMaxBunches + par.getROFDelayInBC(iLayer);
129
o2::InteractionRecord ir(bc, orb);
130
rof.setBCData(ir);
131
rof.setROFrame(iROF);
0 commit comments