Skip to content

Commit 13829a0

Browse files
mconcaschiarazampolli
authored andcommitted
ITS Tracking Interface: cleanup ROF-rejection message (#13401)
(cherry picked from commit d5b3312)
1 parent d01eaec commit 13829a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/ITSMFT/ITS/tracking/src/TrackingInterface.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,14 +240,14 @@ void ITSTrackingInterface::run(framework::ProcessingContext& pc)
240240
}
241241
}
242242
if (mRunVertexer) {
243-
LOG(info) << fmt::format(" - rejected {}/{} ROFs: random/mult.sel:{} (seed {}), vtx.sel:{}, upc.sel:{}", cutRandomMult + cutVertexMult + cutUPCVertex, trackROFspan.size(), cutRandomMult, multEst.lastRandomSeed, cutVertexMult, cutUPCVertex);
244243
LOG(info) << fmt::format(" - Vertex seeding total elapsed time: {} ms for {} ({} + {}) vertices found in {}/{} ROFs",
245244
vertexerElapsedTime,
246245
mTimeFrame->getPrimaryVerticesNum(),
247246
mTimeFrame->getTotVertIteration()[0],
248247
o2::its::VertexerParamConfig::Instance().nIterations > 1 ? mTimeFrame->getTotVertIteration()[1] : 0,
249248
trackROFspan.size() - mTimeFrame->getNoVertexROF(),
250249
trackROFspan.size());
250+
LOG(info) << fmt::format("FastMultEst: rejected {}/{} ROFs: random/mult.sel:{} (seed {}), vtx.sel:{}", cutRandomMult + cutVertexMult, trackROFspan.size(), cutRandomMult, multEst.lastRandomSeed, cutVertexMult);
251251
}
252252

253253
if (mOverrideBeamEstimation) {

0 commit comments

Comments
 (0)