|
babymaker
e95a6a9342d4604277fe7cc6149b6b5b24447d89
|
Variables | |
| tuple | parser = argparse.ArgumentParser() |
| tuple | args = parser.parse_args() |
| timestamp = args.timestamp | |
| tuple | bdir = os.getcwd() |
| tuple | outdir = os.path.join(bdir,'out',timestamp) |
| tuple | datasets = set([x.split("_mf")[0].split("/").pop() for x in glob.glob(outdir+"/*.root")]) |
| int | mismatch = 0 |
| int | match = 0 |
| int | totalsuccess = 0 |
| int | totaltotal = 0 |
| tuple | ch = ROOT.TChain("tree") |
| tuple | chglob = ROOT.TChain("treeglobal") |
| list | nev_list = [] |
| tuple | nsuccess = ch.GetEntries() |
| list | ntotal = nev_list[0] |
| tuple nev_check.args = parser.parse_args() |
Definition at line 11 of file nev_check.py.
| tuple nev_check.bdir = os.getcwd() |
Definition at line 19 of file nev_check.py.
| tuple nev_check.ch = ROOT.TChain("tree") |
Definition at line 38 of file nev_check.py.
Referenced by main().
| tuple nev_check.chglob = ROOT.TChain("treeglobal") |
Definition at line 39 of file nev_check.py.
Referenced by main().
| tuple nev_check.datasets = set([x.split("_mf")[0].split("/").pop() for x in glob.glob(outdir+"/*.root")]) |
Definition at line 30 of file nev_check.py.
| int nev_check.match = 0 |
Definition at line 33 of file nev_check.py.
| int nev_check.mismatch = 0 |
Definition at line 32 of file nev_check.py.
| list nev_check.nev_list = [] |
Definition at line 48 of file nev_check.py.
| tuple nev_check.nsuccess = ch.GetEntries() |
Definition at line 54 of file nev_check.py.
| list nev_check.ntotal = nev_list[0] |
Definition at line 55 of file nev_check.py.
Definition at line 24 of file nev_check.py.
| tuple nev_check.parser = argparse.ArgumentParser() |
Definition at line 9 of file nev_check.py.
| nev_check.timestamp = args.timestamp |
Definition at line 14 of file nev_check.py.
| int nev_check.totalsuccess = 0 |
Definition at line 34 of file nev_check.py.
| int nev_check.totaltotal = 0 |
Definition at line 35 of file nev_check.py.
1.8.11