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
Commits
436ed695
Commit
436ed695
authored
1 year ago
by
Oliver Majersky
Browse files
Options
Downloads
Patches
Plain Diff
Remove FTAG selectionNmaes that are actually never used.
parent
af92d1c9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!69110
Ability to aggregate all selection flags into single output variable in OutputAnalysisConfig
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PhysicsAnalysis/Algorithms/FTagAnalysisAlgorithms/python/FTagAnalysisConfig.py
+0
-3
0 additions, 3 deletions
...ithms/FTagAnalysisAlgorithms/python/FTagAnalysisConfig.py
with
0 additions
and
3 deletions
PhysicsAnalysis/Algorithms/FTagAnalysisAlgorithms/python/FTagAnalysisConfig.py
+
0
−
3
View file @
436ed695
...
...
@@ -206,9 +206,6 @@ class FTagConfig (ConfigBlock):
alg
.
selectionTool
.
maxEta
=
2.5
alg
.
selectionDecoration
=
'
ftag_kin_select_
'
+
selectionName
+
'
,as_char
'
alg
.
preselection
=
config
.
getPreselection
(
self
.
containerName
,
selectionName
)
config
.
addSelection
(
self
.
containerName
,
selectionName
,
alg
.
selectionDecoration
,
preselection
=
True
)
alg
.
particles
=
config
.
readName
(
self
.
containerName
)
# Set up the ftag selection algorithm(s):
...
...
This diff is collapsed.
Click to expand it.
Oliver Majersky
@omajersk
mentioned in commit
9979af7f
·
1 year ago
mentioned in commit
9979af7f
mentioned in commit 9979af7f5bce53cd96c743791e56062b07df5ee3
Toggle commit list
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