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
!69178
ByteStreamEmonSvc: remove legacy job options
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ByteStreamEmonSvc: remove legacy job options
fwinkl/athena:emon_legacy
into
24.0
Overview
3
Commits
1
Pipelines
1
Changes
6
Merged
Frank Winklmeier
requested to merge
fwinkl/athena:emon_legacy
into
24.0
1 year ago
Overview
3
Commits
1
Pipelines
1
Changes
6
Expand
Remove legacy job options for online EMON service.
0
0
Merge request reports
Compare
24.0
24.0 (base)
and
latest version
latest version
ce0e6bc7
1 commit,
1 year ago
6 files
+
1
−
339
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
HLT/Event/ByteStreamEmonSvc/share/ByteStreamEmonInputSvc_jobOptions.py deleted
100644 → 0
+
0
−
14
Options
#
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
#
'''
This is a trivial old-JO (RecEx-style) wrapper around the new (ComponentAccumulator) config
of ByteStream reading from EMon. It can be deleted once the clients are adapted to new config.
'''
from
AthenaConfiguration.AllConfigFlags
import
ConfigFlags
from
AthenaConfiguration.ComponentAccumulator
import
CAtoGlobalWrapper
from
ByteStreamEmonSvc.EmonByteStreamConfig
import
EmonByteStreamCfg
CAtoGlobalWrapper
(
EmonByteStreamCfg
,
ConfigFlags
)
Loading