Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
atlas
athena
Merge requests
!34576
Trigger/TrigAlgorithms: Package cleanup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Trigger/TrigAlgorithms: Package cleanup
fwinkl/athena:trigalg_cmake1
into
master
Overview
4
Commits
12
Pipelines
2
Changes
2
Merged
Frank Winklmeier
requested to merge
fwinkl/athena:trigalg_cmake1
into
master
4 years ago
Overview
4
Commits
12
Pipelines
2
Changes
2
Expand
Cleanup of several packages under Trigger/TrigAlgorithms:
cleanup cmake configuration
enable flake8
delete obsolete job options
remove CLHEP dependency where applicable
0
0
Merge request reports
Viewing commit
2831508a
Prev
Next
Show latest version
2 files
+
4
−
43
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
2831508a
TrigFastTrackFinder: Cleanup CMake, enable flake8
· 2831508a
Frank Winklmeier
authored
4 years ago
Trigger/TrigAlgorithms/TrigFastTrackFinder/python/TrigFastTrackFinder_Config.py
+
1
−
1
Options
@@ -171,7 +171,7 @@ class TrigFastTrackFinderBase(TrigFastTrackFinder):
assert
(
remapped_type
is
not
None
)
#Global keys/names for collections
from
TrigInDetConfig.InDetTrigCollectionKeys
import
TrigTRTKeys
,
TrigPixelKeys
,
TrigSCTKeys
from
TrigInDetConfig.InDetTrigCollectionKeys
import
TrigPixelKeys
,
TrigSCTKeys
self
.
useNewLayerNumberScheme
=
True
Loading