Functions | |
| get_argparse () | |
Variables | |
| a = ROOT.TSimpleAnalysis(args.configFile) | |
| args = parser.parse_args() | |
| argv | |
| expr = ROOT.vector("string")(len(args.histoExpr)) | |
| inputfile = ROOT.vector("string")(len(args.inputFiles)) | |
| parser = get_argparse() | |
| rootdrawtree.get_argparse | ( | ) |
Definition at line 14 of file rootdrawtree.py.
| rootdrawtree.a = ROOT.TSimpleAnalysis(args.configFile) |
Definition at line 52 of file rootdrawtree.py.
| rootdrawtree.args = parser.parse_args() |
Definition at line 45 of file rootdrawtree.py.
| rootdrawtree.argv |
Definition at line 46 of file rootdrawtree.py.
| rootdrawtree.expr = ROOT.vector("string")(len(args.histoExpr)) |
Definition at line 65 of file rootdrawtree.py.
| rootdrawtree.inputfile = ROOT.vector("string")(len(args.inputFiles)) |
Definition at line 59 of file rootdrawtree.py.
| rootdrawtree.parser = get_argparse() |
Definition at line 43 of file rootdrawtree.py.