test
CMS 3D CMS Logo

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

Go to the source code of this file.

Namespaces

 plotFactory
 

Variables

tuple plotFactory._style = Style.Style()
 
string plotFactory.action = "store_true"
 
dictionary plotFactory.c = {}
 
string plotFactory.description = """A simple script to generate validation plots"""
 
string plotFactory.epilog
 
tuple plotFactory.fileRef = TFile(options.refPath,"READ")
 
tuple plotFactory.fileVal = TFile(options.valPath,"READ")
 
dictionary plotFactory.h_Ref = {}
 
dictionary plotFactory.h_Val = {}
 
string plotFactory.help = "Read input file for sample to validated"
 
dictionary plotFactory.Histos = {}
 
string plotFactory.keyHisto = tag+"_"
 
tuple plotFactory.parser = OptionParser(usage=usage,add_help_option=True,description=description,epilog=epilog)
 
 plotFactory.passH = False
 
string plotFactory.path = pathInFile+tag+"_"
 
list plotFactory.perfAll_keys = []
 
dictionary plotFactory.perfAll_Ref = {}
 
dictionary plotFactory.perfAll_Val = {}
 
dictionary plotFactory.ratios = {}
 
tuple plotFactory.ratiosList = createRatioFromGraph(valHistos[keyHisto],refHistos[keyHisto])
 
dictionary plotFactory.refHistos = {}
 
string plotFactory.usage = """%prog [options]"""
 
dictionary plotFactory.valHistos = {}