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
Show more breadcrumbs
Peter Sherwood
athena
Commits
c40bfc02
Commit
c40bfc02
authored
4 years ago
by
Frank Winklmeier
Browse files
Options
Downloads
Patches
Plain Diff
TrkExEngine: flake8 fixes
parent
7f756422
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Tracking/TrkExtrapolation/TrkExEngine/python/AtlasExtrapolationEngine.py
+8
-11
8 additions, 11 deletions
...rapolation/TrkExEngine/python/AtlasExtrapolationEngine.py
with
8 additions
and
11 deletions
Tracking/TrkExtrapolation/TrkExEngine/python/AtlasExtrapolationEngine.py
+
8
−
11
View file @
c40bfc02
# Copyright (C) 2002-20
17
CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-20
20
CERN for the benefit of the ATLAS collaboration
######################################################
# AtlasExtrapolationEngine module
...
...
@@ -8,9 +8,6 @@
#
######################################################
# import the include statement
from
AthenaCommon.Include
import
Include
,
IncludeError
,
include
# import the ExtrapolationEngine configurable
from
TrkExEngine.TrkExEngineConf
import
Trk__ExtrapolationEngine
as
ExEngine
...
...
@@ -23,7 +20,7 @@ class AtlasExtrapolationEngine( ExEngine ):
if
not
TrackingGeometrySvc
:
from
TrkDetDescrSvc.AtlasTrackingGeometrySvc
import
AtlasTrackingGeometrySvc
from
AthenaCommon.AppMgr
import
ServiceMgr
as
svcMgr
AtlasTrackingGeometrySvc
=
svcMgr
.
AtlasTrackingGeometrySvc
AtlasTrackingGeometrySvc
=
svcMgr
.
AtlasTrackingGeometrySvc
# noqa: F811
else
:
AtlasTrackingGeometrySvc
=
TrackingGeometrySvc
...
...
@@ -97,12 +94,12 @@ class AtlasExtrapolationEngine( ExEngine ):
ToolSvc
+=
StaticExtrapolator
# call the base class constructor
ExEngine
.
__init__
(
self
,
name
=
nameprefix
+
'
Extrapolation
'
,
\
ExtrapolationEngines
=
[
StaticExtrapolator
],
\
PropagationEngine
=
StaticPropagator
,
\
NavigationEngine
=
StaticNavigator
,
\
TrackingGeometrySvc
=
AtlasTrackingGeometrySvc
,
\
OutputPrefix
=
'
[ME] -
'
,
\
ExEngine
.
__init__
(
self
,
name
=
nameprefix
+
'
Extrapolation
'
,
ExtrapolationEngines
=
[
StaticExtrapolator
],
PropagationEngine
=
StaticPropagator
,
NavigationEngine
=
StaticNavigator
,
TrackingGeometrySvc
=
AtlasTrackingGeometrySvc
,
OutputPrefix
=
'
[ME] -
'
,
OutputPostfix
=
'
-
'
)
# set the output level
if
ToolOutputLevel
:
...
...
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