Skip to content

Commit 3670d73

Browse files
committed
new changes
1 parent 9e17f61 commit 3670d73

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
@@ -827,6 +827,10 @@ struct LumiStabilityTask {
827827
} else {
828828
histos.fill(HIST("FT0/bcVertexTriggerPP"), localBC);
829829
}
830+
if (pastActivityFT0TriggerA == false || pastActivityFT0TriggerC == false) {
831+
histos.fill(HIST("FT0/hCounts"), 3);
832+
histos.fill(HIST("FT0/bcVertexTriggerBothSidesPP"), localBC);
833+
}
830834
} // vertex true
831835

832836
if (sCentral) {

0 commit comments

Comments
 (0)