Skip to content
Snippets Groups Projects
Commit a82b1058 authored by Jovan Mitrevski's avatar Jovan Mitrevski
Browse files

fix test_recexreco_art_egamma_fromesd.sh ART test for new seeding

Former-commit-id: 8f23b98f
parent fc426a1c
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