Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
24d2290b
Commit
24d2290b
authored
Jun 21, 2021
by
Nils Krumnack
Browse files
undo the forced dictionary loading in xAOD::Init
parent
f78dadbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Control/xAODRootAccess/Root/Init.cxx
View file @
24d2290b
...
...
@@ -69,14 +69,6 @@ namespace xAOD {
ROOT
::
Cintex
::
Cintex
::
Enable
();
#endif // ROOT_VERSION
#ifdef XAOD_STANDALONE
// Ensure the JetContainer dictionary is loaded. This fixes an
// issue in the common CP algorithms where this dictionary is
// not always loaded in the correct order despite the code
// above.
gInterpreter
->
ProcessLine
(
"delete new xAOD::JetContainer;"
);
#endif
// Let the user know what happened:
::
Info
(
appname
,
"Environment initialised for data access"
);
...
...
PhysicsAnalysis/Algorithms/MetAnalysisAlgorithms/share/MetAnalysisAlgorithmsTest_eljob.py
View file @
24d2290b
...
...
@@ -25,6 +25,7 @@ parser.add_option( '-u', '--unit-test', dest='unit_test',
import
ROOT
ROOT
.
xAOD
.
Init
().
ignore
()
ROOT
.
xAOD
.
LoadDictionaries
().
ignore
()
ROOT
.
xAOD
.
JetContainer
()
# ideally we'd run over all of them, but we don't have a mechanism to
# configure per-sample right now
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment