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: PWGLF/Tasks/Resonances/phitutorial_step3.cxx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,7 @@ struct phitutorial_step3 {
187
187
188
188
voidprocessDataMixedEvent(EventCandidates const& collisions, TrackCandidates const& tracks) // notice the collisions subscrition, it is not an iterator here!
189
189
{
190
+
LOGF(info, "Input data Collisions %d, Tracks %d ", collisions.size(), tracks.size());
190
191
191
192
for (constauto& [c1, tracks1, c2, tracks2] : pair) {
0 commit comments