Skip to content

Commit 99f91b3

Browse files
authored
[PWGHF] trackIndexSkimCreator: Avoid subscription to tracks extra (#16601)
1 parent 4aed085 commit 99f91b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/TableProducer/trackIndexSkimCreator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3299,7 +3299,7 @@ struct HfTrackIndexSkimCreator {
32993299
SelectedCollisions const& collisions,
33003300
aod::BCsWithTimestamps const& bcWithTimeStamps,
33013301
FilteredTrackAssocSel const& trackIndices,
3302-
aod::TracksWCovDcaExtra const& tracks)
3302+
aod::TracksWCovDca const& tracks)
33033303
{
33043304
run2And3Prongs<false, false>(collisions, bcWithTimeStamps, trackIndices, tracks);
33053305
}

0 commit comments

Comments
 (0)