28 std::atomic<bool> checked =
false;
35 if (gROOT->GetVersionCode() != Int_t(ROOT_VERSION_CODE))
38 <<
"root version used is not compatible with the one used for\n"
39 <<
"compilation. please load either the correct root version, or\n"
40 <<
"recompile with the new version\n\n"
41 <<
"alternatively deactivate this check using:\n"
42 <<
"#include <RootCoreUtils/CheckRootVersion.hh>\n"
43 <<
" RCU::disable_root_version_check()\n"
This module defines a variety of assert style macros.
void check_root_version()
effects: check whether we are using a consistent root version guarantee: strong failures: version mis...
void disable_root_version_check()
effects: disable the root version check guarantee: no-fail