We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54cb4d commit 4b31a5eCopy full SHA for 4b31a5e
PWGHF/TableProducer/candidateCreatorCascade.cxx
@@ -264,10 +264,10 @@ struct HfCandidateCreatorCascade {
264
if (df.process(trackV0, trackBach) == 0) {
265
continue;
266
} else {
267
- // LOG(info) << "Vertexing succeeded for Lc candidate";
+ LOG(debug) << "Vertexing succeeded for Lc candidate";
268
}
269
} catch (const std::runtime_error& error) {
270
- LOG(info) << "Run time error found: " << error.what() << ". DCAFitterN cannot work, skipping the candidate.";
+ LOG(debug) << "Run time error found: " << error.what() << ". DCAFitterN cannot work, skipping the candidate.";
271
hCandidates->Fill(SVFitting::Fail);
272
273
0 commit comments