CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Functions | Variables
dqmiodatasetharvest.py File Reference

Go to the source code of this file.

Namespaces

 dqmiodatasetharvest
 

Functions

def dqmiodatasetharvest.check_interesting
 
def dqmiodatasetharvest.dasquery
 
def dqmiodatasetharvest.harvestfile
 
def dqmiodatasetharvest.tosqlite
 

Variables

tuple dqmiodatasetharvest.args = parser.parse_args()
 
int dqmiodatasetharvest.ctr = 0
 
tuple dqmiodatasetharvest.db = sqlite3.connect(args.output)
 
string dqmiodatasetharvest.dumpmes
 
tuple dqmiodatasetharvest.files = dasquery(args.dataset)
 
tuple dqmiodatasetharvest.inf = re.compile("([- \[])inf([,}\]])")
 
string dqmiodatasetharvest.insertinto
 
list dqmiodatasetharvest.interesting_mes
 
dictionary dqmiodatasetharvest.interesting_types
 
string dqmiodatasetharvest.makeindex
 
string dqmiodatasetharvest.maketable
 
tuple dqmiodatasetharvest.nan = re.compile("([- \[])nan([,}\]])")
 
tuple dqmiodatasetharvest.parser = argparse.ArgumentParser(description="Collect a MEs from DQMIO data, with maximum possible granularity")
 
tuple dqmiodatasetharvest.pool = multiprocessing.Pool(processes=args.njobs)
 
string dqmiodatasetharvest.ROOTPREFIX = "root://cms-xrd-global.cern.ch/"
 
string dqmiodatasetharvest.sqlite2tree
 
dictionary dqmiodatasetharvest.treenames