Skip to content

Commit f93f45b

Browse files
committed
new changes
1 parent bf52538 commit f93f45b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

PWGMM/Lumi/Tasks/lumiStability.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,10 @@ struct LumiStabilityTask {
822822
} else {
823823
histos.fill(HIST("FT0/bcVertexTriggerPP"), localBC);
824824
}
825+
if (pastActivityFT0TriggerA == false || pastActivityFT0TriggerC == false) {
826+
histos.fill(HIST("FT0/hCounts"), 3);
827+
histos.fill(HIST("FT0/bcVertexTriggerBothSidesPP"), localBC);
828+
}
825829
} // vertex true
826830

827831
if (sCentral) {

0 commit comments

Comments
 (0)