We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94d29e commit 0f17c52Copy full SHA for 0f17c52
PWGMM/Lumi/Tasks/lumiStability.cxx
@@ -729,6 +729,10 @@ struct LumiStabilityTask {
729
} else {
730
histos.fill(HIST("FT0/bcVertexTriggerPP"), localBC);
731
}
732
+ if (pastActivityFT0TriggerA == false || pastActivityFT0TriggerC == false) {
733
+ histos.fill(HIST("FT0/hCounts"), 3);
734
+ histos.fill(HIST("FT0/bcVertexTriggerBothSidesPP"), localBC);
735
+ }
736
} // vertex true
737
738
if (sCentral) {
0 commit comments