We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f9e93 commit 46a19c0Copy full SHA for 46a19c0
DPG/Tasks/AOTEvent/eventSelectionQa.cxx
@@ -1145,7 +1145,7 @@ struct EventSelectionQaTask {
1145
1146
histos.fill(HIST("hNcontribAfterCutsVsBcInTF"), bcInTF, nContributorsAfterEtaTPCCuts);
1147
1148
- if (!isLowFlux && col.sel8()) {
+ if (!isLowFlux && col.sel8() && fabs(col.posZ()) < 10) {
1149
int occupancyByTracks = col.trackOccupancyInTimeRange();
1150
histos.fill(HIST("occupancyQA/hOccupancyByTracks"), occupancyByTracks);
1151
float occupancyByFT0C = col.ft0cOccupancyInTimeRange();
0 commit comments