Skip to content
Snippets Groups Projects
Commit 0eee404e authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'test.JetRec-20200504' into 'master'

JetRec: Fix test.

See merge request atlas/athena!32612
parents 26372606 d6c00150
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,8 @@ def JetBuildAlgCfg(ConfigFlags,buildjetsname): ...@@ -123,7 +123,8 @@ def JetBuildAlgCfg(ConfigFlags,buildjetsname):
# This should get its own dictionary. # This should get its own dictionary.
# Add a simple jet modifier to the JetRecAlg # Add a simple jet modifier to the JetRecAlg
jclsmoms = CompFactory.JetClusterMomentsTool("clsmoms") jclsmoms = CompFactory.JetClusterMomentsTool("clsmoms",
JetContainer = buildjetsname)
# Create the JetRecAlg, configure it to use the builder # Create the JetRecAlg, configure it to use the builder
# using constructor syntax instead # using constructor syntax instead
...@@ -153,7 +154,8 @@ def JetCopyAlgCfg(ConfigFlags,buildjetsname,copyjetsname): ...@@ -153,7 +154,8 @@ def JetCopyAlgCfg(ConfigFlags,buildjetsname,copyjetsname):
jcopy.InputJets = buildjetsname jcopy.InputJets = buildjetsname
# Add a simple jet modifier to the JetRecAlg # Add a simple jet modifier to the JetRecAlg
jclsmoms = CompFactory.JetClusterMomentsTool("clsmoms") jclsmoms = CompFactory.JetClusterMomentsTool("clsmoms",
JetContainer = copyjetsname)
# Create the JetRecAlg, configure it to use the copier # Create the JetRecAlg, configure it to use the copier
# using constructor syntax instead # using constructor syntax instead
......
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