CheckClassVersion¶
ROOT
Module defining the function check_class_version() to check
ROOT dictionary object versions and checksums.
- check_class_version¶
ROOT
Check ROOT dictionary object versions and checksums.
See also
check_class_version([<options>])
CLASSES_DEF_XML <xml-file>Specify the selection XML file describing the classes to be checked.
ENVIRONMENT <env>...Inject
<env>into the environment of the invocation ofcheckClassVersion(1);<env>should be in the form<var>=<val>(NO_)?RECURSIVEEnable/disable recursive dictionary checks.
REQUIRED_DICTIONARIES <dict>...Deprecated since version 3.23.00: remove.
UPDATE_IN_PLACEUpdate the selection XML file in place and exit with non-zero status.
Notes¶
Note
In general
check_class_version()should be invoked viabuild_dictionary()rather than standalone.
Cetmodules