Skip to content

Commit bbe6816

Browse files
committed
[PWGLF] temporary location for tutorial files, will restage them to the tutorial folder after O2AT. Now added iostream to comply with Megalinter
1 parent 1cdb275 commit bbe6816

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PWGLF/Tasks/Resonances/phitutorial_step3.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ struct phitutorial_step3 {
187187

188188
void processDataMixedEvent(EventCandidates const& collisions, TrackCandidates const& tracks) // notice the collisions subscrition, it is not an iterator here!
189189
{
190+
LOGF(info, "Input data Collisions %d, Tracks %d ", collisions.size(), tracks.size());
190191

191192
for (const auto& [c1, tracks1, c2, tracks2] : pair) {
192193

0 commit comments

Comments
 (0)