Skip to content

Commit b7aa1da

Browse files
authored
[DPG] add vZ cut for occupancy histos (#11086)
1 parent 7812e52 commit b7aa1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DPG/Tasks/AOTEvent/eventSelectionQa.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ struct EventSelectionQaTask {
11451145

11461146
histos.fill(HIST("hNcontribAfterCutsVsBcInTF"), bcInTF, nContributorsAfterEtaTPCCuts);
11471147

1148-
if (!isLowFlux && col.sel8()) {
1148+
if (!isLowFlux && col.sel8() && fabs(col.posZ()) < 10) {
11491149
int occupancyByTracks = col.trackOccupancyInTimeRange();
11501150
histos.fill(HIST("occupancyQA/hOccupancyByTracks"), occupancyByTracks);
11511151
float occupancyByFT0C = col.ft0cOccupancyInTimeRange();

0 commit comments

Comments
 (0)