Skip to content
Snippets Groups Projects
Commit fb383b62 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'fixPrintStatementConfig' into 'master'

remove debugging print() in jet config

See merge request atlas/athena!37209
parents 3100f861 8cbf551f
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,6 @@ def getJVFTool(modspec=""):
TrackParticleContainer = trackcollectionmap[modspec]["Tracks"],
TrackSelector = jettrackselloose,
)
print('aaaa', modspec, jvf.VertexContainer)
return jvf
......@@ -132,7 +131,6 @@ def getTrackMomentsTool(modspec=""):
def getTrackSumMomentsTool(modspec=""):
jettrackselloose = JetRecToolsConfig.getTrackSelTool(modspec)
print (jettrackselloose)
tracksummoments = CompFactory.JetTrackSumMomentsTool(
"trksummoms",
......
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