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
!39256
TrigAnalysisTest: Fix input flag setting in corner-case legacy tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
TrigAnalysisTest: Fix input flag setting in corner-case legacy tests
rbielski/athena:triganatest-fix-corner-case
into
master
Overview
2
Commits
1
Pipelines
1
Changes
3
Merged
Rafal Bielski
requested to merge
rbielski/athena:triganatest-fix-corner-case
into
master
4 years ago
Overview
2
Commits
1
Pipelines
1
Changes
3
Expand
Hopefully the last fix for
ATR-22504
0
0
Merge request reports
Viewing commit
73fa1197
Show latest version
3 files
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
73fa1197
TrigAnalysisTest: Fix input flag setting in corner-case legacy tests
· 73fa1197
Rafal Bielski
authored
4 years ago
Trigger/TrigValidation/TrigAnalysisTest/share/testAthenaTrigAOD_TrigDecTool.py
+
2
−
2
Options
@@ -52,8 +52,8 @@ if not ('fileList' in dir()) and not ('RunningRTT' in dir()):
#added for RTT-chainstore conmpatibility
if
not
(
'
RunningRTT
'
in
dir
()):
acf
.
FilesInput
=
fileList
ConfigFlags
.
Input
.
Files
=
acf
.
FilesInput
()
#acf.FilesInput=fileList
ConfigFlags
.
Input
.
Files
=
acf
.
FilesInput
()
or
acf
.
PoolAODInput
()
###############################
Loading