HiggsAnalysis-KITHiggsToTauTau
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
makePlots_limitInputs Namespace Reference

Variables

tuple log = logging.getLogger(__name__)
 
tuple parser
 
string help = "Input directory."
 
list default = ["mt"]
 
tuple args = vars(parser.parse_args())
 
dictionary channel_renamings
 
dictionary category_renamings
 
dictionary label_renamings
 
list harry_configs = []
 
list harry_args = []
 
list systematic_shifts = [(systematics.Nominal, "", 0.0)]
 
tuple sample_settings = samples.Samples()
 
list list_of_samples = []
 
tuple name = name%channel_renamings.get(channel, channel)
 
 category = None
 
tuple config
 
tuple higgs_plotter = higgsplot.HiggsPlotter(list_of_config_dicts=harry_configs, list_of_args_strings=harry_args, n_processes=args["n_processes"], n_plots=args["n_plots"])
 
tuple root_outputs = list(set([output for output in tools.flattenList(higgs_plotter.output_filenames) if output.endswith(".root")]))
 
string command = "hadd -f %s %s"
 

Variable Documentation

tuple makePlots_limitInputs.args = vars(parser.parse_args())
makePlots_limitInputs.category = None
dictionary makePlots_limitInputs.category_renamings
Initial value:
1 = {
2  "0Jet" : "0jet",
3  "0JetLow" : "0jet_low",
4  "0JetMedium" : "0jet_medium",
5  "0JetHigh" : "0jet_high",
6  "1Jet" : "1jet",
7  "1JetLow" : "1jet_low",
8  "1JetMedium" : "1jet_medium",
9  "1JetHigh" : "1jet_high_lowhiggs",
10  "1JetHighBoost" : "1jet_high_mediumhiggs",
11  "1JetHighLargeBoost" : "1jet_high_highhiggs",
12  "2Jet" : "vbf",
13  "2JetVbfLoose" : "vbf_loose",
14  "2JetVbfTight" : "vbf_tight",
15  }
dictionary makePlots_limitInputs.channel_renamings
Initial value:
1 = {
2  #"mt" : "muTau",
3  }
string makePlots_limitInputs.command = "hadd -f %s %s"
tuple makePlots_limitInputs.config
Initial value:
1 = sample_settings.get_config(
2  samples=list_of_samples,
3  channel=channel,
4  category=category,
5  higgs_masses=args["higgs_masses"],
6  normalise_signal_to_one_pb=True
7  )
list makePlots_limitInputs.default = ["mt"]
list makePlots_limitInputs.harry_args = []
list makePlots_limitInputs.harry_configs = []
string makePlots_limitInputs.help = "Input directory."
tuple makePlots_limitInputs.higgs_plotter = higgsplot.HiggsPlotter(list_of_config_dicts=harry_configs, list_of_args_strings=harry_args, n_processes=args["n_processes"], n_plots=args["n_plots"])
dictionary makePlots_limitInputs.label_renamings
Initial value:
1 = {
2  "Data" : "data_obs",
3  "WJets" : "W",
4  "TTJ" : "TT",
5  "VBF90" : "qqH90",
6  "VBF95" : "qqH95",
7  "VBF100" : "qqH100",
8  "VBF105" : "qqH105",
9  "VBF110" : "qqH110",
10  "VBF115" : "qqH115",
11  "VBF120" : "qqH120",
12  "VBF125" : "qqH125",
13  "VBF130" : "qqH130",
14  "VBF135" : "qqH135",
15  "VBF140" : "qqH140",
16  "VBF145" : "qqH145",
17  "VBF150" : "qqH150",
18  "VBF155" : "qqH155",
19  "VBF160" : "qqH160",
20  }
list makePlots_limitInputs.list_of_samples = []
tuple makePlots_limitInputs.log = logging.getLogger(__name__)
tuple makePlots_limitInputs.name = name%channel_renamings.get(channel, channel)
tuple makePlots_limitInputs.parser
Initial value:
1 = argparse.ArgumentParser(description="Make Data-MC control plots.",
2  parents=[logger.loggingParser])
tuple makePlots_limitInputs.root_outputs = list(set([output for output in tools.flattenList(higgs_plotter.output_filenames) if output.endswith(".root")]))
tuple makePlots_limitInputs.sample_settings = samples.Samples()
list makePlots_limitInputs.systematic_shifts = [(systematics.Nominal, "", 0.0)]