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
!70689
Clean up reference to legacy config in LArMonitoring
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Clean up reference to legacy config in LArMonitoring
tstreble-24.0-patch-62681
into
24.0
Overview
3
Commits
1
Pipelines
1
Changes
1
Merged
Thomas Strebler
requested to merge
tstreble-24.0-patch-62681
into
24.0
1 year ago
Overview
3
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
24.0
24.0 (base)
and
latest version
latest version
43a9f188
1 commit,
1 year ago
1 file
+
0
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
LArCalorimeter/LArMonitoring/python/LArDigitalTriggMonAlg.py
+
0
−
2
Options
@@ -553,8 +553,6 @@ if __name__=='__main__':
from
LArBadChannelTool.LArBadChannelConfig
import
LArBadChannelCfg
cfg
.
merge
(
LArBadChannelCfg
(
flags
,
isSC
=
True
))
#from AthenaCommon.AppMgr import (ServiceMgr as svcMgr,ToolSvc)
from
LArByteStream.LArRawSCDataReadingConfig
import
LArRawSCDataReadingCfg
SCData_acc
=
LArRawSCDataReadingCfg
(
flags
)
SCData_acc
.
OutputLevel
=
WARNING
Loading