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.

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 of checkClassVersion(1); <env> should be in the form <var>=<val>

(NO_)?RECURSIVE

Enable/disable recursive dictionary checks.

REQUIRED_DICTIONARIES <dict>...

Deprecated since version 3.23.00: remove.

UPDATE_IN_PLACE

Update the selection XML file in place and exit with non-zero status.

Notes

Note

In general check_class_version() should be invoked via build_dictionary() rather than standalone.