Skip to content

Commit 9a456ed

Browse files
author
Niveditha Ramasubramanian
committed
fixing couts
1 parent 5e5c2f7 commit 9a456ed

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

PWGDQ/Tasks/qaMatching.cxx

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2236,8 +2236,6 @@ struct qaMatching {
22362236

22372237
// ====================================
22382238
// Matching purity
2239-
if (verbose)
2240-
std::cout << std::format(" Filling matching purity plots with score cut {}", matchingScoreCut) << std::endl;
22412239
for (auto [mchIndex, globalTracksVector] : matchingCandidates) {
22422240
if (globalTracksVector.size() < 1)
22432241
continue;
@@ -2269,15 +2267,6 @@ struct qaMatching {
22692267
if (motherParticles.size() > 1) {
22702268
motherPDG = motherParticles[1].first;
22712269
}
2272-
2273-
if (verbose) {
2274-
std::cout << std::format(" MCH track #{} -> Muon track #{}, isTrueMatch={}", mchIndex, globalTracksVector[0].globalTrackId, isTrueMatch) << std::endl;
2275-
std::cout << " MC ancestry (pdg): ";
2276-
for (auto const& [pdg, idx] : motherParticles) {
2277-
std::cout << "(" << pdg << ") ";
2278-
}
2279-
std::cout << std::endl;
2280-
}
22812270
// fill matching purity plots
22822271
plotter->fMatchingPurityPlotter.Fill(mchTrack, isTrueMatch);
22832272
if (fConfigQAs.fCreatePdgMomHistograms) {
@@ -2336,14 +2325,6 @@ struct qaMatching {
23362325
motherPDG = motherParticles[1].first;
23372326
}
23382327

2339-
if (verbose) {
2340-
std::cout << " MC ancestry (pdg): ";
2341-
for (auto const& [pdg, idx] : motherParticles) {
2342-
std::cout << "(" << pdg << ") ";
2343-
}
2344-
std::cout << std::endl;
2345-
}
2346-
23472328
// fill matching efficiency plots
23482329
plotter->fPairingEfficiencyPlotter.Fill(mchTrack, goodMatchFound);
23492330
if (fConfigQAs.fCreatePdgMomHistograms) {

0 commit comments

Comments
 (0)