Skip to content

Commit

Permalink
stopat
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
  • Loading branch information
f3sch committed Apr 19, 2024
1 parent ce62e91 commit 56e6677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Detectors/GlobalTracking/src/MatchTPCITS.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ void MatchTPCITS::run(const o2::globaltracking::RecoContainer& inp,
selectBestMatches();

bool fullMatchRefitDone = false;
if (mUseFT0 && Params::Instance().runAfterBurner) {
if (mUseFT0 && mParams->runAfterBurner) {
fullMatchRefitDone = runAfterBurner(matchedTracks, matchLabels, ABTrackletLabels, ABTrackletClusterIDs, ABTrackletRefs, calib);
}
if (!fullMatchRefitDone) {
Expand Down Expand Up @@ -240,7 +240,7 @@ void MatchTPCITS::init()
}
#endif

if (mParams->runAfterBurner) {
if (mParams->runAfterBurner) { // only used in AfterBurner
mRGHelper.init(); // prepare helper for TPC track / ITS clusters matching
}

Expand Down

0 comments on commit 56e6677

Please sign in to comment.