Skip to content

Commit 75b24b6

Browse files
committed
Fixing shift 1 bc
1 parent 6b1be6a commit 75b24b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/ITSMFT/ITS/postprocessing/studies/src/ITSBeamBackgroundStudy.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ void ITSBeamBackgroundStudy::process(o2::globaltracking::RecoContainer& recoData
463463
// shifting by 60 bc
464464
int eff_bc = Tbc + 60;
465465
long eff_orbit = Torbit;
466-
if (eff_bc > 3564) {
466+
if (eff_bc > 3563) {
467467
eff_bc -= 3564;
468468
eff_orbit += 1;
469469
}

0 commit comments

Comments
 (0)