Skip to content
Snippets Groups Projects
Commit 3ffcaceb authored by Stewart Martin-Haugh's avatar Stewart Martin-Haugh Committed by Frank Winklmeier
Browse files

Remove RegSelSvc import after migration to RegSelTool (ATR-21931)

parent ba95e963
No related branches found
No related tags found
No related merge requests found
......@@ -11,13 +11,6 @@ def setMinimalCaloSetup() :
from TrigT2CaloCommon.TrigT2CaloCommonConfig import TrigCaloDataAccessSvc
svcMgr+=TrigCaloDataAccessSvc()
svcMgr.TrigCaloDataAccessSvc.OutputLevel=ERROR
if not hasattr(svcMgr,'RegSelSvcDefault'):
from RegionSelector.RegSelSvcDefault import RegSelSvcDefault
regsel = RegSelSvcDefault()
regsel.enableCalo = True
svcMgr += regsel
########################
## ALGORITHMS
......
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