checkClassVersion(1)

Synopsis

checkClassVersion [-l|--lib <library>]

Description

checkClassVersion is a helper script used by check_class_version() to invoke pyROOT to check ROOT dictionary object versions and checksums. It should not be necessary to invoke checkClassVersion manually.

Options

-l <library>, --lib <library>

Specify the library to load. If not set, classes will be found by the ROOT plugin manager.

-x <xml-file>, --xml_file <xml-file>

Specify the selection XML file describing the classes to be checked (default ./classes_def.xml).

-g, --generate_new

Generate a new selection XML file instead of flagging checksum errors or changed versions.

-G, --generate-in-place

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

--[no-]recursive

Enable/disable recursive dictionary checks (default: disable).

-t <file>, --timestamp <file>

Touch <file> upon sucess.