Skip to content

Commit 8742d52

Browse files
committed
correcting the histo of time for fdd
1 parent 6fd707f commit 8742d52

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

PWGMM/Lumi/Tasks/lumiStability.cxx

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -620,14 +620,6 @@ struct LumiStabilityTask {
620620
}
621621
}
622622
}
623-
if (bcPatternB[localBC]) {
624-
histos.fill(HIST("FDD/timeACbcBVertex"), fdd.timeA(), fdd.timeC());
625-
histos.fill(HIST("FDD/hBcBVertex"), localBC);
626-
}
627-
if (bcPatternE[localBC]) {
628-
histos.fill(HIST("FDD/timeACbcEVertex"), fdd.timeA(), fdd.timeC());
629-
histos.fill(HIST("FDD/hBcEVertex"), localBC);
630-
}
631623
}
632624

633625

@@ -647,8 +639,8 @@ struct LumiStabilityTask {
647639
if (bcPatternB[localBC]) {
648640
histos.fill(HIST("FDD/timeACbcB"), fdd.timeA(), fdd.timeC());
649641
histos.fill(HIST("FDD/hBcB"), localBC);
650-
histos.fill(HIST("FDD/hTimeA"), fdd.timeA());
651-
histos.fill(HIST("FDD/hTimeC"), fdd.timeC());
642+
histos.fill(HIST("FDD/hTimeACoinc"), fdd.timeA());
643+
histos.fill(HIST("FDD/hTimeCCoinc"), fdd.timeC());
652644

653645
}
654646
if (bcPatternE[localBC]) {

0 commit comments

Comments
 (0)