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

Namespaces

 makePlots_theoryUncertainties
 

Variables

tuple makePlots_theoryUncertainties.log = logging.getLogger(__name__)
 
tuple makePlots_theoryUncertainties.parser
 
string makePlots_theoryUncertainties.help = "Input directory."
 
list makePlots_theoryUncertainties.default = ["tt", "mt", "et", "em", "mm"]
 
tuple makePlots_theoryUncertainties.args = parser.parse_args()
 
list makePlots_theoryUncertainties.list_of_samples = [getattr(samples.Samples, sample) for sample in args.samples]
 
tuple makePlots_theoryUncertainties.sample_settings = samples.Samples()
 
tuple makePlots_theoryUncertainties.binnings_settings = binnings.BinningsDict()
 
list makePlots_theoryUncertainties.plot_configs = []
 
string makePlots_theoryUncertainties.global_category_string = "catHtt13TeV"
 
string makePlots_theoryUncertainties.global_cut_type = "baseline"
 
tuple makePlots_theoryUncertainties.channels_background_methods = zip(args.channels, args.background_method)
 
dictionary makePlots_theoryUncertainties.channel_config = {}
 
string makePlots_theoryUncertainties.cut_type = "mssm2016"
 
tuple makePlots_theoryUncertainties.category_string = (global_category_string + "_{channel}_{category}")
 
dictionary makePlots_theoryUncertainties.json_config = {}
 
list makePlots_theoryUncertainties.json_filenames = [os.path.join(args.json_dir, "13TeV", channel_dir, quantity + ".json") for channel_dir in [channel, "default"]]
 
tuple makePlots_theoryUncertainties.json_filename = os.path.expandvars(json_filename)
 
tuple makePlots_theoryUncertainties.quantity = json_config.pop("x_expressions", [quantity])
 
dictionary makePlots_theoryUncertainties.config_kwargs
 
tuple makePlots_theoryUncertainties.config_up
 
tuple makePlots_theoryUncertainties.config_down
 
tuple makePlots_theoryUncertainties.config_nominal
 
tuple makePlots_theoryUncertainties.config = copy.deepcopy(config_up)
 
 makePlots_theoryUncertainties.binning_string = None
 
string makePlots_theoryUncertainties.binnings_key = "{binning_string}{channel}{category}_{quantity}"
 
 makePlots_theoryUncertainties.channel = channel,
 
tuple makePlots_theoryUncertainties.category = (("_"+category) if category else "")