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
Commits
3ecd11a7
Commit
3ecd11a7
authored
4 years ago
by
Alaettin Serhan Mete
Browse files
Options
Downloads
Patches
Plain Diff
Force load all relevant xAOD libraries via xAOD::Init()
parent
2e44a455
Branches
Branches containing commit
Tags
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Tools/PyUtils/python/scripts/diff_root_files.py
+1
-3
1 addition, 3 deletions
Tools/PyUtils/python/scripts/diff_root_files.py
with
1 addition
and
3 deletions
Tools/PyUtils/python/scripts/diff_root_files.py
+
1
−
3
View file @
3ecd11a7
...
...
@@ -113,9 +113,7 @@ def main(args):
# Force load some dictionaries to work around ATLASRECTS-6261/ROOT-10940
if
'
AtlasProject
'
in
environ
and
environ
[
'
AtlasProject
'
]
==
'
Athena
'
:
root
.
xAOD
.
TrackParticleContainer
()
root
.
xAOD
.
JetContainer
()
root
.
xAOD
.
MuonContainer
()
root
.
xAOD
.
Init
().
ignore
()
import
PyUtils.Logging
as
L
msg
=
L
.
logging
.
getLogger
(
'
diff-root
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment