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