Skip to content

Commit 7503f6e

Browse files
committed
correcting the histo of time for fdd
1 parent 92968ec commit 7503f6e

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
@@ -530,14 +530,6 @@ struct LumiStabilityTask {
530530
}
531531
}
532532
}
533-
if (bcPatternB[localBC]) {
534-
histos.fill(HIST("FDD/timeACbcBVertex"), fdd.timeA(), fdd.timeC());
535-
histos.fill(HIST("FDD/hBcBVertex"), localBC);
536-
}
537-
if (bcPatternE[localBC]) {
538-
histos.fill(HIST("FDD/timeACbcEVertex"), fdd.timeA(), fdd.timeC());
539-
histos.fill(HIST("FDD/hBcEVertex"), localBC);
540-
}
541533
}
542534

543535

@@ -557,8 +549,8 @@ struct LumiStabilityTask {
557549
if (bcPatternB[localBC]) {
558550
histos.fill(HIST("FDD/timeACbcB"), fdd.timeA(), fdd.timeC());
559551
histos.fill(HIST("FDD/hBcB"), localBC);
560-
histos.fill(HIST("FDD/hTimeA"), fdd.timeA());
561-
histos.fill(HIST("FDD/hTimeC"), fdd.timeC());
552+
histos.fill(HIST("FDD/hTimeACoinc"), fdd.timeA());
553+
histos.fill(HIST("FDD/hTimeCCoinc"), fdd.timeC());
562554

563555
}
564556
if (bcPatternE[localBC]) {

0 commit comments

Comments
 (0)