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