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
!70645
Clean up legacy xAODCnv configs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Clean up legacy xAODCnv configs
tstreble-24.0-patch-f635
into
24.0
Overview
2
Commits
1
Pipelines
1
Changes
13
Merged
Thomas Strebler
requested to merge
tstreble-24.0-patch-f635
into
24.0
11 months ago
Overview
2
Commits
1
Pipelines
1
Changes
13
Expand
0
0
Merge request reports
Compare
24.0
24.0 (base)
and
latest version
latest version
5c2076e4
1 commit,
11 months ago
13 files
+
5
−
489
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
Event/xAOD/xAODBTaggingCnv/share/xAODBTaggingReader_jobOptions.py deleted
100644 → 0
+
0
−
22
Options
# $Id: xAODBTaggingReader_jobOptions.py 583111 2014-02-13 17:31:49Z christos $
# Set up the reading of the input xAOD:
FNAME
=
"
xAOD.pool.root
"
import
AthenaPoolCnvSvc.ReadAthenaPool
ServiceMgr
.
EventSelector
.
InputCollections
=
[
FNAME
]
# Access the algorithm sequence:
from
AthenaCommon.AlgSequence
import
AlgSequence
theJob
=
AlgSequence
()
# Add the xAOD reader algorithm(s):
from
xAODBTaggingCnv.xAODBTaggingCnvConf
import
xAODReader__BTaggingReader
alg
=
xAODReader__BTaggingReader
()
alg
.
OutputLevel
=
DEBUG
theJob
+=
alg
# Do some additional tweaking:
from
AthenaCommon.AppMgr
import
theApp
ServiceMgr
.
MessageSvc
.
OutputLevel
=
INFO
ServiceMgr
.
MessageSvc
.
defaultLimit
=
1000000
Loading