Skip to content

Commit 2fbf3dd

Browse files
committed
Fix in prescaling of PV-track matching log
1 parent 0ef594b commit 2fbf3dd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Detectors/GlobalTrackingWorkflow/src/VertexTrackMatcherSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ DataProcessorSpec getVertexTrackMatcherSpec(GTrackID::mask_t src)
168168
dataRequest->inputs,
169169
outputs,
170170
AlgorithmSpec{adaptFromTask<VertexTrackMatcherSpec>(dataRequest, ggRequest)},
171-
Options{{"prescale-logs", VariantType::Int, 20, {"print vertex logs for each n-th TFNumber of afterburner threads"}}}};
171+
Options{{"prescale-logs", VariantType::Int, 50, {"print vertex logs for each n-th TFNumber of afterburner threads"}}}};
172172
}
173173

174174
} // namespace vertexing

Detectors/Vertexing/src/VertexTrackMatcher.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ void VertexTrackMatcher::process(const o2::globaltracking::RecoContainer& recoDa
124124
vr.setEnd(trackIndex.size());
125125
LOG(info) << vr;
126126
}
127+
logCounter++;
127128
LOG(info) << "Assigned " << nAssigned << " (" << nAmbiguous << " ambiguously) out of " << mTBrackets.size() << " non-contributor tracks + " << vcont.size() << " contributors";
128129
}
129130

0 commit comments

Comments
 (0)