Generates the LCG dictionary file for each header file Usage: genreflex headerfile1.h [headerfile2.h] [options] [preprocesor options] Options: -s , --selection_file= Class selection file to specify for which classes the dictionary will be generated Format (XML): [] [] ... -o , --output Output file name. If an existing directory is specified instead of a file, then a filename will be build using the name of the input file and will be placed in the given directory. _rflx.cpp --pool, --dataonly Generate minimal dictionary required for POOL persistency --interpreteronly Generate minimal dictionary required for interpreter --deep Generate dictionary for all dependend classes --split=[classdef] Generate a separate file for the given dictionary parts, currently supported part: classdef implementations. --reflex (OBSOLETE) Generate Reflex dictionaries. --comments Add end-of-line comments in data and functions members as a property called "comment" --iocomments Add end-of-line comments in data and functions members as a property called "comment", but only for comments relevant for ROOT I/O --no_membertypedefs Disable the definition of class member typedefs --no_templatetypedefs Disable resolving of typedefs in template parameters for selection names. E.g. std::vector. --fail_on_warnings The genreflex command fails (retuns the value 1) if any warning message is issued --gccxmlpath= Path path where the gccxml tool is installed. If not defined the standard PATH environ variable is used --gccxmlopt= Options to be passed directly to gccxml --gccxmlpost= Instead of invoking GCCXML process the xmlfile generated by GCCXML. Mainly useful for debugging. -c , --capabilities= Generate the capabilities file to be used by the SEAL Plugin Manager. This file lists the names of all classes for which the reflection is formation is provided. --rootmap= Generate the rootmap file to be used by ROOT/CINT. This file lists the names of all classes for which the reflection is formation is provided. --rootmap-lib= Library name for the rootmap file. --debug Print extra debug information while processing. Keep intermediate files --quiet Do not print informational messages -h, --help Print this help