Skip to content

Commit 9e17f61

Browse files
committed
new changes
1 parent 216fb2b commit 9e17f61

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

PWGMM/Lumi/Tasks/lumiStability.cxx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,11 @@ struct LumiStabilityTask {
822822
histos.fill(HIST("FT0/hCounts"), 3);
823823
histos.fill(HIST("FT0/bcVertexTriggerBothSidesPP"), localBC);
824824
}
825+
if (pastActivityFT0Vertex == true) {
826+
histos.fill(HIST("FT0/hCounts"), 3);
827+
} else {
828+
histos.fill(HIST("FT0/bcVertexTriggerPP"), localBC);
829+
}
825830
} // vertex true
826831

827832
if (sCentral) {

0 commit comments

Comments
 (0)