Skip to content

Commit e94d29e

Browse files
committed
new changes
1 parent 144ab32 commit e94d29e

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
@@ -724,6 +724,11 @@ struct LumiStabilityTask {
724724
histos.fill(HIST("FT0/hCounts"), 3);
725725
histos.fill(HIST("FT0/bcVertexTriggerBothSidesPP"), localBC);
726726
}
727+
if (pastActivityFT0Vertex == true) {
728+
histos.fill(HIST("FT0/hCounts"), 3);
729+
} else {
730+
histos.fill(HIST("FT0/bcVertexTriggerPP"), localBC);
731+
}
727732
} // vertex true
728733

729734
if (sCentral) {

0 commit comments

Comments
 (0)