![]() |
![]() |
Go to the source code of this file.
Namespaces | |
namespace | 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 = "_" |
tuple | plotFactory::parser = OptionParser(usage=usage,add_help_option=True,description=description,epilog=epilog) |
plotFactory::passH = False | |
string | plotFactory::path = "_" |
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 = {} |