Skip to content

Commit

Permalink
changed pt estimate debug output to DEBUG7 stream
Browse files Browse the repository at this point in the history
  • Loading branch information
dhynds authored and andresailer committed Jun 13, 2017
1 parent 8414000 commit a1c032c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ConformalTracking.cc
Expand Up @@ -1747,8 +1747,8 @@ double ConformalTracking::checkReal(KDTrack* track, std::map<KDCluster*, MCParti
mc_helper.SetPxPyPzE(bestParticle->getMomentum()[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<KDCluster*> mcHits = MCparticleHits[bestParticle];
Expand Down

0 comments on commit a1c032c

Please sign in to comment.