Skip to content
Snippets Groups Projects
Commit cd09d45c authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'master-egammaARTfromESD' into 'master'

fix test_recexreco_art_egamma_fromesd.sh ART test for new seeding

See merge request atlas/athena!14564

Former-commit-id: 4c7aa426
parents 546e1de7 a82b1058
No related branches found
No related tags found
No related merge requests found
...@@ -144,6 +144,11 @@ jobproperties.CaloCellFlags.doLArDeadOTXCorr=False ...@@ -144,6 +144,11 @@ jobproperties.CaloCellFlags.doLArDeadOTXCorr=False
include( "CaloRec/CaloTopoCluster_jobOptions.py" ) include( "CaloRec/CaloTopoCluster_jobOptions.py" )
from egammaAlgs.egammaTopoClusterCopier import egammaTopoClusterCopier
try:
egammaTopoClusterCopier()
except Exception:
treatExeption("could not get handle to egammaTopoClusterCopier")
include( "McParticleAlgs/TruthParticleBuilder_jobOptions.py" ) include( "McParticleAlgs/TruthParticleBuilder_jobOptions.py" )
......
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