We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf52538 commit f93f45bCopy full SHA for f93f45b
PWGMM/Lumi/Tasks/lumiStability.cxx
@@ -822,6 +822,10 @@ struct LumiStabilityTask {
822
} else {
823
histos.fill(HIST("FT0/bcVertexTriggerPP"), localBC);
824
}
825
+ if (pastActivityFT0TriggerA == false || pastActivityFT0TriggerC == false) {
826
+ histos.fill(HIST("FT0/hCounts"), 3);
827
+ histos.fill(HIST("FT0/bcVertexTriggerBothSidesPP"), localBC);
828
+ }
829
} // vertex true
830
831
if (sCentral) {
0 commit comments