Namespaces | |
| namespace | rootprint |
| Command line to print ROOT files contents on ps,pdf or png,gif... | |
Functions | |
| rootprint.execute () | |
| rootprint.get_argparse () | |
Variables | |
| str | rootprint.description = "Print ROOT files contents on ps,pdf or pictures files" |
| str | rootprint.DIRECTORY_HELP = "put output files in a subdirectory named DIRECTORY." |
| str | rootprint.DIVIDE_HELP = "divide the canvas ont the format 'x','y' (ex: 2,2)" |
| str | rootprint.DRAW_HELP = "specify draw option" |
| str | rootprint.EPILOG |
| str | rootprint.FORMAT_HELP = "specify output format (ex: pdf, png)." |
| str | rootprint.OUTPUT_HELP = "merge files in a file named OUTPUT (only for ps and pdf)." |
| str | rootprint.RECURSIVE_HELP = "Traverse file recursively entering any TDirectory." |
| str | rootprint.SIZE_HELP = "specify canvas size on the format 'width'x'height' (ex: 600x400)" |
| str | rootprint.STYLE_HELP = "specify a C file name which define a style" |
| str | rootprint.VERBOSE_HELP = "print informations about the running" |