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
918467a0
Commit
918467a0
authored
11 months ago
by
Paul Thompson
Browse files
Options
Downloads
Patches
Plain Diff
add print out
parent
907d8224
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!70553
2024-04-12: merge of 24.0 into main
,
!70538
[ATR-29141] Fix DAOD_L1CALO production at T0 with data24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PhysicsAnalysis/DerivationFramework/DerivationFrameworkCore/python/SlimmingHelper.py
+3
-0
3 additions, 0 deletions
...ramework/DerivationFrameworkCore/python/SlimmingHelper.py
with
3 additions
and
0 deletions
PhysicsAnalysis/DerivationFramework/DerivationFrameworkCore/python/SlimmingHelper.py
+
3
−
0
View file @
918467a0
...
...
@@ -302,10 +302,13 @@ class SlimmingHelper:
if
(
triggerContent
and
self
.
IncludeTriggerNavigation
):
# Run2
for
item
in
CompulsoryTriggerNavigation
:
print
(
"
adding A:
"
,
item
)
self
.
FinalItemList
.
append
(
item
)
# Run3
from
TrigDecisionTool.TrigDecisionToolConfig
import
possible_keys
for
item
in
possible_keys
:
print
(
"
adding B:
"
,
'
xAOD::TrigCompositeContainer#
'
+
item
)
print
(
"
adding C:
"
,
'
xAOD::TrigCompositeAuxContainer#
'
+
item
+
'
Aux.
'
)
self
.
FinalItemList
.
append
(
'
xAOD::TrigCompositeContainer#
'
+
item
)
self
.
FinalItemList
.
append
(
'
xAOD::TrigCompositeAuxContainer#
'
+
item
+
'
Aux.
'
)
...
...
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