Skip to content
Snippets Groups Projects
Commit cda009cd authored by Maximilian Swiatlowski's avatar Maximilian Swiatlowski
Browse files

Get the right name for jvt tool

Former-commit-id: 969bd1f8e14fb1234ade2fc9805ce4abca53d10f
parent c0711df2
No related branches found
No related tags found
No related merge requests found
......@@ -324,7 +324,7 @@ def updateJVT(jetalg,algname,sequence):
if hasattr(ToolSvc,jvttoolname):
jetaugtool.JetJvtTool = getattr(ToolSvc,jvttoolname)
else:
jvttool = CfgMgr.JetVertexTaggerTool() # this should pass in the right name
jvttool = CfgMgr.JetVertexTaggerTool(jvttoolname)
ToolSvc += jvttool
jetaugtool.JetJvtTool = jvttool
......
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