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
1a889636
Commit
1a889636
authored
1 year ago
by
Jennifer Rachel Curran
Browse files
Options
Downloads
Patches
Plain Diff
Added return statement back in
parent
9711ed4e
No related branches found
No related tags found
2 merge requests
!64409
Draft: Debug stream recovery, Fix for addition of HLT_rejected_events histogram
,
!64216
Debug Stream recovery, addition of HLT_rejected_events histogram
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
HLT/Trigger/TrigTransforms/TrigTransform/python/dbgAnalysis.py
+1
-2
1 addition, 2 deletions
...rigger/TrigTransforms/TrigTransform/python/dbgAnalysis.py
HLT/Trigger/TrigTransforms/TrigTransform/python/trigRecoExe.py
+0
-1
0 additions, 1 deletion
...rigger/TrigTransforms/TrigTransform/python/trigRecoExe.py
with
1 addition
and
3 deletions
HLT/Trigger/TrigTransforms/TrigTransform/python/dbgAnalysis.py
+
1
−
2
View file @
1a889636
...
...
@@ -279,5 +279,4 @@ def getHltDecision(rejected, outputFile):
# Close output TFile
hfile
.
Write
(
"
HLT_rejected_events
"
,
TFile
.
kOverwrite
)
hfile
.
Close
()
return
msg
.
info
(
"
Added HLT_rejeceted_events to %s
"
,
outputFile
)
This diff is collapsed.
Click to expand it.
HLT/Trigger/TrigTransforms/TrigTransform/python/trigRecoExe.py
+
0
−
1
View file @
1a889636
...
...
@@ -337,7 +337,6 @@ class trigRecoExecutor(athenaExecutor):
raise
trfExceptions
.
TransformExecutionException
(
trfExit
.
nameToCode
(
'
TRF_OUTPUT_FILE_ERROR
'
),
'
Exception raised when merging log files into {0}: {1}
'
.
format
(
self
.
_logFileName
,
e
))
msg
.
info
(
"
Check for expert-monitoring.root file
"
)
# the BS-BS step generates the files:
# - expert-monitoring.root (from mother process)
...
...
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