Skip to content

Commit a0df6a1

Browse files
authored
Disabled pileup checks due to index column sorting issue (AliceO2Group#2487)
1 parent 41f23af commit a0df6a1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Common/Tasks/eventSelectionQa.cxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ struct EventSelectionQaTask {
451451
PROCESS_SWITCH(EventSelectionQaTask, processRun2, "Process Run2 event selection QA", true);
452452

453453
Preslice<FullTracksIU> perCollision = aod::track::collisionId;
454-
Preslice<ColEvSels> perFoundBC = aod::evsel::foundBCId;
454+
// Preslice<ColEvSels> perFoundBC = aod::evsel::foundBCId;
455455

456456
void processRun3(
457457
ColEvSels const& cols,
@@ -1020,7 +1020,7 @@ struct EventSelectionQaTask {
10201020
histos.fill(HIST("hMultZNCacc"), multZNC);
10211021
histos.fill(HIST("hNcontribAcc"), nContributors);
10221022
} // collisions
1023-
1023+
/*
10241024
// pileup checks
10251025
for (auto const& bc : bcs) {
10261026
auto collisionsGrouped = cols.sliceBy(perFoundBC, bc.globalIndex());
@@ -1035,6 +1035,7 @@ struct EventSelectionQaTask {
10351035
}
10361036
histos.fill(HIST("hMultT0Mpup"), multT0M);
10371037
}
1038+
*/
10381039
}
10391040
PROCESS_SWITCH(EventSelectionQaTask, processRun3, "Process Run3 event selection QA", false);
10401041

0 commit comments

Comments
 (0)