Skip to content
Snippets Groups Projects
Commit 24d2290b authored by Nils Krumnack's avatar Nils Krumnack
Browse files

undo the forced dictionary loading in xAOD::Init

parent f78dadbf
No related branches found
No related tags found
No related merge requests found
......@@ -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" );
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment