We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f78022 commit b202f65Copy full SHA for b202f65
1 file changed
PWGJE/Tasks/emceventselectionqa.cxx
@@ -52,7 +52,7 @@ struct EmcEventSelectionQA {
52
mHistManager.add("hBCEmcalCellContent", "Bunch crossings with non-0 EMCAL cell content", o2HistType::kTH1F, {bcAxis});
53
}
54
55
- Preslice<collEventSels> perFoundBC = aod::evsel::foundBCId;
+ PresliceUnsorted<collEventSels> perFoundBC = aod::evsel::foundBCId;
56
57
void process(bcEvSels const& bcs, collEventSels const& collisions, soa::Filtered<aod::Calos> const& cells)
58
{
0 commit comments