Skip to content
Snippets Groups Projects
Commit 03e6c4a0 authored by Dave Casper's avatar Dave Casper
Browse files

Tweak printout

Former-commit-id: 35e992835cba0cc12797240a257bbe205c984bde
parent 39d3ebb2
No related merge requests found
...@@ -121,7 +121,7 @@ namespace Trk ...@@ -121,7 +121,7 @@ namespace Trk
if ( curvature >= 0.0 || density <= 0.0) continue; if ( curvature >= 0.0 || density <= 0.0) continue;
updateMaximum( trialZ, density, maximumPosition, maximumDensity ); updateMaximum( trialZ, density, maximumPosition, maximumDensity );
} }
if ( maximumDensity <= 0 ) ATH_MSG_WARNING("Global maximum at density of 0; track map contains " << if ( maximumDensity <= 0 ) ATH_MSG_DEBUG("Global maximum at density of 0; track map contains " <<
m_trackMap.size() << " tracks"); m_trackMap.size() << " tracks");
return maximumPosition; return maximumPosition;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment