Skip to content

Commit bf52538

Browse files
committed
new changes
1 parent 32e9809 commit bf52538

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
@@ -817,6 +817,11 @@ struct LumiStabilityTask {
817817
histos.fill(HIST("FT0/hCounts"), 3);
818818
histos.fill(HIST("FT0/bcVertexTriggerBothSidesPP"), localBC);
819819
}
820+
if (pastActivityFT0Vertex == true) {
821+
histos.fill(HIST("FT0/hCounts"), 3);
822+
} else {
823+
histos.fill(HIST("FT0/bcVertexTriggerPP"), localBC);
824+
}
820825
} // vertex true
821826

822827
if (sCentral) {

0 commit comments

Comments
 (0)