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