Skip to content
Snippets Groups Projects
Commit 3ecd11a7 authored by Alaettin Serhan Mete's avatar Alaettin Serhan Mete :eagle:
Browse files

Force load all relevant xAOD libraries via xAOD::Init()

parent 2e44a455
Branches
Tags
Loading
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment