Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Lawrence Davou Christopher
athena
Commits
ee315263
Commit
ee315263
authored
7 years ago
by
Vincent Pascuzzi
Browse files
Options
Downloads
Patches
Plain Diff
Remove unneeded `CfgGetter` imports
Former-commit-id: b6d9dd29af8b110f20ec91fa54668e7153679e9e
parent
335d2f5e
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/python/ISF_FastCaloSimParametrizationConfig.py
+1
-3
1 addition, 3 deletions
...etrization/python/ISF_FastCaloSimParametrizationConfig.py
with
1 addition
and
3 deletions
Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/python/ISF_FastCaloSimParametrizationConfig.py
+
1
−
3
View file @
ee315263
...
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment