Skip to content
Snippets Groups Projects
Commit ee315263 authored by Vincent Pascuzzi's avatar Vincent Pascuzzi
Browse files

Remove unneeded `CfgGetter` imports

Former-commit-id: b6d9dd29af8b110f20ec91fa54668e7153679e9e
parent 335d2f5e
No related merge requests found
......@@ -5,8 +5,6 @@
Tools configurations for ISF_FastCaloSimParametrization
"""
from AthenaCommon import CfgMgr
from AthenaCommon.CfgGetter import getPrivateTool,getPrivateToolClone,getPublicTool,getPublicToolClone,getService,getServiceClone,getAlgorithm,getAlgorithmClone
from AthenaCommon.Constants import * # FATAL,ERROR etc.
from AthenaCommon.SystemOfUnits import *
from AthenaCommon.DetFlags import DetFlags
......@@ -21,7 +19,7 @@ def getFastCaloSimCaloExtrapolation(name="FastCaloSimCaloExtrapolation", **kwarg
kwargs.setdefault("CaloSurfaceHelper" , "CaloSurfaceHelper" )
kwargs.setdefault("CaloGeometryHelper" , "FastCaloSimGeometryHelper" )
kwargs.setdefault("CaloEntrance" , "InDet::Containers::InnerDetector" )
return CfgMgr.FastCaloSimCaloExtrapolation(name, **kwargs)
def getFastCaloSimGeometryHelper(name="FastCaloSimGeometryHelper", **kwargs):
......
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