From a1c032c8e0d991863f43d9080a011eb3ca2fceff Mon Sep 17 00:00:00 2001 From: Daniel Hynds Date: Thu, 8 Jun 2017 12:59:44 +0200 Subject: [PATCH] changed pt estimate debug output to DEBUG7 stream --- src/ConformalTracking.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ConformalTracking.cc b/src/ConformalTracking.cc index fd94715..e3d5a49 100644 --- a/src/ConformalTracking.cc +++ b/src/ConformalTracking.cc @@ -1747,8 +1747,8 @@ double ConformalTracking::checkReal(KDTrack* track, std::mapgetMomentum()[0], bestParticle->getMomentum()[1], bestParticle->getMomentum()[2], bestParticle->getEnergy()); - std::cout << "Particle at theta = " << mc_helper.Theta() * 180. / M_PI << ", with pt = " << mc_helper.Pt() - << ". pt estimate: " << track->pt() << std::endl; + streamlog_out(DEBUG7) << "Particle at theta = " << mc_helper.Theta() * 180. / M_PI << ", with pt = " << mc_helper.Pt() + << ". pt estimate: " << track->pt() << std::endl; // Check if any hits are missing std::vector mcHits = MCparticleHits[bestParticle];