Skip to content

Commit 0f17c52

Browse files
committed
new changes
1 parent e94d29e commit 0f17c52

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
@@ -729,6 +729,10 @@ struct LumiStabilityTask {
729729
} else {
730730
histos.fill(HIST("FT0/bcVertexTriggerPP"), localBC);
731731
}
732+
if (pastActivityFT0TriggerA == false || pastActivityFT0TriggerC == false) {
733+
histos.fill(HIST("FT0/hCounts"), 3);
734+
histos.fill(HIST("FT0/bcVertexTriggerBothSidesPP"), localBC);
735+
}
732736
} // vertex true
733737

734738
if (sCentral) {

0 commit comments

Comments
 (0)