babymaker  e95a6a9342d4604277fe7cc6149b6b5b24447d89
Namespaces | Variables
nev_check.py File Reference

Go to the source code of this file.

Namespaces

 nev_check
 

Variables

tuple nev_check.parser = argparse.ArgumentParser()
 
tuple nev_check.args = parser.parse_args()
 
 nev_check.timestamp = args.timestamp
 
tuple nev_check.bdir = os.getcwd()
 
tuple nev_check.outdir = os.path.join(bdir,'out',timestamp)
 
tuple nev_check.datasets = set([x.split("_mf")[0].split("/").pop() for x in glob.glob(outdir+"/*.root")])
 
int nev_check.mismatch = 0
 
int nev_check.match = 0
 
int nev_check.totalsuccess = 0
 
int nev_check.totaltotal = 0
 
tuple nev_check.ch = ROOT.TChain("tree")
 
tuple nev_check.chglob = ROOT.TChain("treeglobal")
 
list nev_check.nev_list = []
 
tuple nev_check.nsuccess = ch.GetEntries()
 
list nev_check.ntotal = nev_list[0]