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
f2ac78fc
Commit
f2ac78fc
authored
4 years ago
by
Frank Winklmeier
Browse files
Options
Downloads
Patches
Plain Diff
TrkTrackSummaryTool: cmake cleanup, enable flake8
parent
453d8ff6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Tracking/TrkTools/TrkTrackSummaryTool/CMakeLists.txt
+3
-30
3 additions, 30 deletions
Tracking/TrkTools/TrkTrackSummaryTool/CMakeLists.txt
Tracking/TrkTools/TrkTrackSummaryTool/python/AtlasTrackSummaryTool.py
+2
-9
2 additions, 9 deletions
...Tools/TrkTrackSummaryTool/python/AtlasTrackSummaryTool.py
with
5 additions
and
39 deletions
Tracking/TrkTools/TrkTrackSummaryTool/CMakeLists.txt
+
3
−
30
View file @
f2ac78fc
################################################################################
# Package: TrkTrackSummaryTool
################################################################################
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir
(
TrkTrackSummaryTool
)
# Declare the package's dependencies:
atlas_depends_on_subdirs
(
PUBLIC
Control/AthenaBaseComps
Control/AthContainers
GaudiKernel
Tracking/TrkEvent/TrkParameters
Tracking/TrkEvent/TrkTrackSummary
Tracking/TrkTools/TrkToolInterfaces
InnerDetector/InDetRecTools/TRT_ElectronPidTools
Control/CxxUtils
PRIVATE
DetectorDescription/AtlasDetDescr
DetectorDescription/Identifier
Tracking/TrkDetDescr/TrkDetElementBase
Tracking/TrkDetDescr/TrkGeometry
Tracking/TrkEvent/TrkCompetingRIOsOnTrack
Tracking/TrkEvent/TrkEventPrimitives
Tracking/TrkEvent/TrkMeasurementBase
Tracking/TrkEvent/TrkRIO_OnTrack
Tracking/TrkEvent/TrkTrack
)
# Component(s) in the package:
atlas_add_component
(
TrkTrackSummaryTool
src/*.cxx
src/components/*.cxx
LINK_LIBRARIES AthenaBaseComps AthContainers GaudiKernel TrkParameters TrkTrackSummary TrkToolInterfaces AtlasDetDescr
Identifier TrkDetElementBase TrkGeometry TrkCompetingRIOsOnTrack TrkEventPrimitives TrkMeasurementBase TrkRIO_OnTrack TrkTrack CxxUtils
TRT_ElectronPidToolsLib
)
LINK_LIBRARIES AthenaBaseComps GaudiKernel TrkParameters TrkTrackSummary TrkToolInterfaces AtlasDetDescr Identifier TrkDetElementBase TrkGeometry TrkCompetingRIOsOnTrack TrkEventPrimitives TrkMeasurementBase TrkRIO_OnTrack TrkTrack TRT_ElectronPidToolsLib
)
# Install files from the package:
atlas_install_headers
(
TrkTrackSummaryTool
)
atlas_install_python_modules
(
python/*.py
)
atlas_install_python_modules
(
python/*.py POST_BUILD_CMD
${
ATLAS_FLAKE8
}
)
This diff is collapsed.
Click to expand it.
Tracking/TrkTools/TrkTrackSummaryTool/python/AtlasTrackSummaryTool.py
+
2
−
9
View file @
f2ac78fc
# 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
######################################################
# AtlasTrackSummaryTool module
...
...
@@ -7,12 +7,6 @@
#
######################################################
# import the include statement
from
AthenaCommon.Include
import
Include
,
IncludeError
,
include
# import the ToolSvc
from
AthenaCommon.AppMgr
import
ToolSvc
# import detflags
from
AthenaCommon.DetFlags
import
DetFlags
...
...
@@ -92,8 +86,7 @@ class AtlasTrackSummaryTool( Trk__TrackSummaryTool ):
# Configurable version of TrkTrackSummaryTool
#
from
TrkTrackSummaryTool.TrkTrackSummaryToolConf
import
Trk__TrackSummaryTool
AtlasTrackSummaryTool
=
Trk__TrackSummaryTool
(
)
# call the base class constructor
Trk__TrackSummaryTool
.
__init__
(
self
,
name
=
name
,
InDetSummaryHelperTool
=
AtlasTrackSummaryHelperTool
,
...
...
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