Skip to content

Commit e5b37fc

Browse files
authored
[PWGDQ] Changed MyEvents to MyEventsBasic in PrefilterSelection task (#15437)
1 parent 2540efc commit e5b37fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/Tasks/tableReader_withAssoc.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@ struct AnalysisPrefilterSelection {
11881188
} // end loop over combinations
11891189
}
11901190

1191-
void processBarrelSkimmed(MyEvents const& events, soa::Join<aod::ReducedTracksAssoc, aod::BarrelTrackCuts> const& assocs, MyBarrelTracks const& tracks)
1191+
void processBarrelSkimmed(MyEventsBasic const& events, soa::Join<aod::ReducedTracksAssoc, aod::BarrelTrackCuts> const& assocs, MyBarrelTracks const& tracks)
11921192
{
11931193
fPrefilterMap.clear();
11941194

0 commit comments

Comments
 (0)