Command line to copy subsets of trees from source ROOT files to new trees on a destination ROOT file. More...
Functions | |
| execute () | |
| get_argparse () | |
Variables | |
| str | description = "Copy subsets of trees from source ROOT files" |
| str | EPILOG |
| str | FIRST_EVENT_HELP = "specify the first event to copy" |
| str | LAST_EVENT_HELP = "specify the last event to copy" |
Command line to copy subsets of trees from source ROOT files to new trees on a destination ROOT file.
| rooteventselector.execute | ( | ) |
Definition at line 64 of file rooteventselector.py.
| rooteventselector.get_argparse | ( | ) |
Definition at line 51 of file rooteventselector.py.
| str rooteventselector.description = "Copy subsets of trees from source ROOT files" |
Definition at line 20 of file rooteventselector.py.
| str rooteventselector.EPILOG |
Definition at line 25 of file rooteventselector.py.
Definition at line 22 of file rooteventselector.py.
| str rooteventselector.LAST_EVENT_HELP = "specify the last event to copy" |
Definition at line 23 of file rooteventselector.py.