Variables | |
tuple | _style = Style.Style() |
string | action = "store_true" |
dictionary | c = {} |
string | description = """A simple script to generate validation plots""" |
string | epilog |
tuple | fileRef = TFile(options.refPath,"READ") |
tuple | fileVal = TFile(options.valPath,"READ") |
dictionary | h_Ref = {} |
dictionary | h_Val = {} |
string | help = "Read input file for sample to validated" |
dictionary | Histos = {} |
string | keyHisto = tag+"_" |
tuple | parser = OptionParser(usage=usage,add_help_option=True,description=description,epilog=epilog) |
passH = False | |
string | path = pathInFile+tag+"_" |
list | perfAll_keys = [] |
dictionary | perfAll_Ref = {} |
dictionary | perfAll_Val = {} |
dictionary | ratios = {} |
tuple | ratiosList = createRatioFromGraph(valHistos[keyHisto],refHistos[keyHisto]) |
dictionary | refHistos = {} |
string | usage = """%prog [options]""" |
dictionary | valHistos = {} |
tuple plotFactory._style = Style.Style() |
Definition at line 55 of file plotFactory.py.
string plotFactory.action = "store_true" |
Definition at line 34 of file plotFactory.py.
dictionary plotFactory.c = {} |
Definition at line 62 of file plotFactory.py.
Definition at line 16 of file plotFactory.py.
string plotFactory.epilog |
Definition at line 17 of file plotFactory.py.
tuple plotFactory.fileRef = TFile(options.refPath,"READ") |
Definition at line 51 of file plotFactory.py.
tuple plotFactory.fileVal = TFile(options.valPath,"READ") |
Definition at line 50 of file plotFactory.py.
dictionary plotFactory.h_Ref = {} |
Definition at line 85 of file plotFactory.py.
dictionary plotFactory.h_Val = {} |
Definition at line 84 of file plotFactory.py.
Definition at line 22 of file plotFactory.py.
dictionary plotFactory.Histos = {} |
Definition at line 68 of file plotFactory.py.
tuple plotFactory.keyHisto = tag+"_" |
Definition at line 80 of file plotFactory.py.
Referenced by DTDataIntegrityTask.bookHistosROS(), DTDataIntegrityTask.bookHistosuROS(), and DTDataIntegrityTask.processuROS().
tuple plotFactory.parser = OptionParser(usage=usage,add_help_option=True,description=description,epilog=epilog) |
Definition at line 20 of file plotFactory.py.
plotFactory.passH = False |
Definition at line 86 of file plotFactory.py.
tuple plotFactory.path = pathInFile+tag+"_" |
Definition at line 88 of file plotFactory.py.
list plotFactory.perfAll_keys = [] |
Definition at line 65 of file plotFactory.py.
dictionary plotFactory.perfAll_Ref = {} |
Definition at line 64 of file plotFactory.py.
dictionary plotFactory.perfAll_Val = {} |
Definition at line 63 of file plotFactory.py.
dictionary plotFactory.ratios = {} |
Definition at line 69 of file plotFactory.py.
Referenced by MaterialEffects.MaterialEffects().
Definition at line 119 of file plotFactory.py.
dictionary plotFactory.refHistos = {} |
Definition at line 67 of file plotFactory.py.
string plotFactory.usage = """%prog [options]""" |
Definition at line 15 of file plotFactory.py.
dictionary plotFactory.valHistos = {} |
Definition at line 66 of file plotFactory.py.