Skip to content

Commit b202f65

Browse files
authored
[EMCAL-850] Use unsorted preslice to slice according to foundBC (#2754)
1 parent 9f78022 commit b202f65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGJE/Tasks/emceventselectionqa.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ struct EmcEventSelectionQA {
5252
mHistManager.add("hBCEmcalCellContent", "Bunch crossings with non-0 EMCAL cell content", o2HistType::kTH1F, {bcAxis});
5353
}
5454

55-
Preslice<collEventSels> perFoundBC = aod::evsel::foundBCId;
55+
PresliceUnsorted<collEventSels> perFoundBC = aod::evsel::foundBCId;
5656

5757
void process(bcEvSels const& bcs, collEventSels const& collisions, soa::Filtered<aod::Calos> const& cells)
5858
{

0 commit comments

Comments
 (0)