Skip to content

Commit ad8e520

Browse files
committed
correcting the histo of time for fdd
1 parent 8255956 commit ad8e520

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
@@ -625,14 +625,6 @@ struct LumiStabilityTask {
625625
}
626626
}
627627
}
628-
if (bcPatternB[localBC]) {
629-
histos.fill(HIST("FDD/timeACbcBVertex"), fdd.timeA(), fdd.timeC());
630-
histos.fill(HIST("FDD/hBcBVertex"), localBC);
631-
}
632-
if (bcPatternE[localBC]) {
633-
histos.fill(HIST("FDD/timeACbcEVertex"), fdd.timeA(), fdd.timeC());
634-
histos.fill(HIST("FDD/hBcEVertex"), localBC);
635-
}
636628
}
637629

638630

@@ -652,8 +644,8 @@ struct LumiStabilityTask {
652644
if (bcPatternB[localBC]) {
653645
histos.fill(HIST("FDD/timeACbcB"), fdd.timeA(), fdd.timeC());
654646
histos.fill(HIST("FDD/hBcB"), localBC);
655-
histos.fill(HIST("FDD/hTimeA"), fdd.timeA());
656-
histos.fill(HIST("FDD/hTimeC"), fdd.timeC());
647+
histos.fill(HIST("FDD/hTimeACoinc"), fdd.timeA());
648+
histos.fill(HIST("FDD/hTimeCCoinc"), fdd.timeC());
657649

658650
}
659651
if (bcPatternE[localBC]) {

0 commit comments

Comments
 (0)