Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
155
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
!23109
21.3 hlt integration of new L1Calo output
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
21.3 hlt integration of new L1Calo output
stelzer/athena:21.3-HLTintegration
into
21.3
Overview
20
Commits
7
Pipelines
6
Changes
13
Merged
Joerg Stelzer
requested to merge
stelzer/athena:21.3-HLTintegration
into
21.3
5 years ago
Overview
12
Commits
7
Pipelines
6
Changes
1
Expand
0
0
Merge request reports
Compare
version 1
version 5
111c133d
5 years ago
version 4
10bb71bd
5 years ago
version 3
4ee05994
5 years ago
version 2
7da80835
5 years ago
version 1
8df1159e
5 years ago
21.3 (base)
and
version 2
latest version
bc27c38f
7 commits,
5 years ago
version 5
111c133d
6 commits,
5 years ago
version 4
10bb71bd
5 commits,
5 years ago
version 3
4ee05994
4 commits,
5 years ago
version 2
7da80835
3 commits,
5 years ago
version 1
8df1159e
2 commits,
5 years ago
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Trigger/TrigSteer/TrigSteering/src/Lvl1ResultAccessTool.cxx
+
2
−
2
Options
@@ -1069,8 +1069,8 @@ const std::vector< JetEnergyRoI >& Lvl1ResultAccessTool::createJetEnergyThreshol
if
(
!
ignoreThreshold
)
{
ATH_MSG_DEBUG
(
threshold
->
name
<<
" is of type "
<<
threshold
->
type
<<
(
threshold
->
type
==
TotalEtRoI
?
"TotalEtRoI"
:
(
threshold
->
type
==
MissingEtRoI
?
"MissingEtRoI"
:
METSignificanceRoI
)
)
<<
(
threshold
->
type
==
TotalEtRoI
?
"TotalEtRoI"
:
(
threshold
->
type
==
MissingEtRoI
?
"MissingEtRoI"
:
"
METSignificanceRoI
"
)
)
<<
" and etSumType "
<<
etSumType
<<
"("
<<
(
etSumType
==
0
?
"full range"
:
"restricted range"
)
<<
")"
);
roiET
.
setType
(
MissingOrTotalEtRoI
);
Loading