HiggsAnalysis-KITHiggsToTauTau
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
makePlots_shapeUncertainties.py File Reference

Namespaces

 makePlots_shapeUncertainties
 

Variables

tuple makePlots_shapeUncertainties.log = logging.getLogger(__name__)
 
tuple makePlots_shapeUncertainties.parser
 
string makePlots_shapeUncertainties.help = "Limit input ROOT files."
 
tuple makePlots_shapeUncertainties.args = parser.parse_args()
 
list makePlots_shapeUncertainties.plot_configs = []
 
list makePlots_shapeUncertainties.root_file_content = []
 
dictionary makePlots_shapeUncertainties.parsed_root_file_content = {}
 
tuple makePlots_shapeUncertainties.folder = os.path.dirname(path)
 
tuple makePlots_shapeUncertainties.histogram = os.path.basename(path)
 
tuple makePlots_shapeUncertainties.histogram_parts = histogram.split("_")
 
list makePlots_shapeUncertainties.process = histogram_parts[0]
 
string makePlots_shapeUncertainties.uncertainty = "_"
 
 makePlots_shapeUncertainties.index = None
 
tuple makePlots_shapeUncertainties.shift_up = uncertainty.endswith("Up")
 
tuple makePlots_shapeUncertainties.shift_down = uncertainty.endswith("Down")
 
dictionary makePlots_shapeUncertainties.config = {}
 
 makePlots_shapeUncertainties.output_dir = args.output_dir
 
tuple makePlots_shapeUncertainties.higgs_plotter = higgsplot.HiggsPlotter(list_of_config_dicts=plot_configs, list_of_args_strings=[args.args], n_processes=args.n_processes, n_plots=args.n_plots)