Variables | |
tuple | log = logging.getLogger(__name__) |
tuple | parser |
string | help = "Input directory." |
list | default = ["ztt", "zl", "zj", "ttj", "vv", "wj", "qcd", "htt", "data"] |
list | choices = ["ztt", "zl", "zj", "ttj", "vv", "wj", "qcd", "ggh", "qqh", "vh", "htt", "data"] |
tuple | args = parser.parse_args() |
list | list_of_samples = [getattr(samples.Samples, sample) for sample in args.samples] |
tuple | sample_settings = samples.Samples() |
list | configs = [] |
samples = list_of_samples, | |
channel = channel, | |
category = category, | |
higgs_masses = args.higgs_masses, | |
normalise_signal_to_one_pb = False | |
tuple | higgs_plotter = higgsplot.HiggsPlotter(list_of_config_dicts=configs, list_of_args_strings=[args.args], n_processes=args.n_processes, n_plots=args.n_plots) |
tuple makePlots_htautauPlots.args = parser.parse_args() |
makePlots_htautauPlots.category = category, |
makePlots_htautauPlots.channel = channel, |
list makePlots_htautauPlots.choices = ["ztt", "zl", "zj", "ttj", "vv", "wj", "qcd", "ggh", "qqh", "vh", "htt", "data"] |
list makePlots_htautauPlots.configs = [] |
list makePlots_htautauPlots.default = ["ztt", "zl", "zj", "ttj", "vv", "wj", "qcd", "htt", "data"] |
string makePlots_htautauPlots.help = "Input directory." |
makePlots_htautauPlots.higgs_masses = args.higgs_masses, |
tuple makePlots_htautauPlots.higgs_plotter = higgsplot.HiggsPlotter(list_of_config_dicts=configs, list_of_args_strings=[args.args], n_processes=args.n_processes, n_plots=args.n_plots) |
list makePlots_htautauPlots.list_of_samples = [getattr(samples.Samples, sample) for sample in args.samples] |
tuple makePlots_htautauPlots.log = logging.getLogger(__name__) |
makePlots_htautauPlots.normalise_signal_to_one_pb = False |
tuple makePlots_htautauPlots.parser |
tuple makePlots_htautauPlots.sample_settings = samples.Samples() |
makePlots_htautauPlots.samples = list_of_samples, |