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
15
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 3
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 4
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
+
17
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Trigger/TriggerCommon/TriggerJobOpts/python/JobSetupPrinter.py
+
17
−
6
Options
@@ -14,11 +14,22 @@ class JobSetupPrinter(Configured):
topSequence
=
AlgSequence
()
if
simflags
.
EnableDebugOutput
():
topSequence
.
CTPEmulation
.
OutputLevel
=
DEBUG
topSequence
.
TrigSteer_HLT
.
LvlConverterTool
.
OutputLevel
=
DEBUG
topSequence
.
TrigSteer_HLT
.
LvlConverterTool
.
Lvl1ResultAccessTool
.
OutputLevel
=
DEBUG
if
hasattr
(
topSequence
,
"
CTPEmulation
"
):
topSequence
.
CTPEmulation
.
OutputLevel
=
DEBUG
print
topSequence
.
CTPEmulation
print
topSequence
.
RoIBuilder
print
topSequence
.
TrigSteer_HLT
.
LvlConverterTool
if
hasattr
(
topSequence
,
"
TrigSteer_HLT
"
):
topSequence
.
TrigSteer_HLT
.
LvlConverterTool
.
OutputLevel
=
DEBUG
topSequence
.
TrigSteer_HLT
.
LvlConverterTool
.
Lvl1ResultAccessTool
.
OutputLevel
=
DEBUG
from
AthenaCommon.AppMgr
import
ServiceMgr
as
svcMgr
svcMgr
.
MessageSvc
.
debugLimit
=
100000
if
hasattr
(
topSequence
,
"
L1Muctpi_on_RDO
"
):
print
topSequence
.
L1Muctpi_on_RDO
if
hasattr
(
topSequence
,
"
CTPEmulation
"
):
print
topSequence
.
CTPEmulation
if
hasattr
(
topSequence
,
"
TrigSteer_HLT
"
):
print
topSequence
.
RoIBuilder
print
topSequence
.
TrigSteer_HLT
.
LvlConverterTool
Loading