Skip to content

Commit 2e2619c

Browse files
authored
Changed MyEvents to MyEventsBasic to PrefilterSelection task
Changed MyEvents to MyEventsBasic to the PrefilterSelection processesBarrelSkimmed task.
1 parent 5877a37 commit 2e2619c

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)