Skip to content
Snippets Groups Projects
Commit 8cbf551f authored by Pierre Antoine Delsart's avatar Pierre Antoine Delsart Committed by Edward Moyse
Browse files

remove debugging print() in jet config

parent bb4405f0
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