Skip to content

Commit f775bcf

Browse files
committed
fixup! Preslice should be used with tables and not iterators
1 parent f6fedf7 commit f775bcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGJE/TableProducer/jetTrackDerived.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ struct jetspectraDerivedMaker {
159159
return true;
160160
}
161161

162-
Preslice<aod::Track> trackPerColl = aod::track::collisionId;
162+
Preslice<aod::Tracks> trackPerColl = aod::track::collisionId;
163163
Produces<o2::aod::JeTracks> tableTrack;
164164
Produces<o2::aod::JeColls> tableColl;
165165
using CollisionCandidate = soa::Join<aod::Collisions, aod::EvSels, aod::Mults, aod::CentFT0Ms, aod::CentFT0As, aod::CentFT0Cs>;

0 commit comments

Comments
 (0)