You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGDQ/TableProducer/tableMaker_withAssoc.cxx
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -92,8 +92,6 @@ using namespace o2::framework::expressions;
92
92
usingnamespaceo2::aod;
93
93
usingnamespaceo2::aod::rctsel;
94
94
95
-
Zorro zorro;
96
-
97
95
// Declaration of various Joins used in the different process functions
98
96
// TODO: Since DCA depends on which collision the track is associated to, we should remove writing and subscribing to DCA tables, to optimize on CPU / memory
99
97
using MyBarrelTracks = soa::Join<aod::Tracks, aod::TracksExtra, aod::TracksDCA,
0 commit comments