Skip to content

Commit fb4de20

Browse files
committed
write pairs correlation tree only if requested
1 parent 2dbd7f8 commit fb4de20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,9 +591,8 @@ void TrackingStudySpec::process(o2::globaltracking::RecoContainer& recoData)
591591
pr.nshTPCRow = shinfo.second;
592592
}
593593
}
594+
(*mDBGOut) << "pairs" << "pr=" << trcPairsVec << "\n";
594595
}
595-
(*mDBGOut) << "pairs"
596-
<< "pr=" << trcPairsVec << "\n";
597596
}
598597

599598
int nvtot = mMaxNeighbours < 0 ? -1 : (int)pveVec.size();

0 commit comments

Comments
 (0)