Functions | |
def | makePlots |
Variables | |
tuple | log = logging.getLogger(__name__) |
tuple | parser |
string | help = "Input directory. Use directory of output from correlation_SampleProducer.py" |
list | default = ["tt", "mt", "et", "em", "mm", "ee"] |
list | choices = ["ggh", "qqh", "vh", "ztt", "zll", "ttj", "vv", "wj", "data"] |
tuple | args = parser.parse_args() |
tuple | dir_path = os.path.expandvars(args.input_dir) |
string | out_path = "" |
list | config_list = [] |
parameters_list = args | |
mc_corr = None | |
data_corr = None | |
list | sample_list = [] |
list | sample_strings = [] |
string | data_sample = "" |
overall_correlations = None | |
string | category_string = "" |
tuple | info_path = os.path.join(dir_path, channel, category_string, sample, "*.root") |
def correlation_TProfilePlots.makePlots | ( | variables, | |
samples, | |||
data, | |||
dir_path, | |||
channel, | |||
category, | |||
sample_str, | |||
corr_dicts, | |||
red_plot | |||
) |
tuple correlation_TProfilePlots.args = parser.parse_args() |
tuple correlation_TProfilePlots.category_string = "" |
list correlation_TProfilePlots.choices = ["ggh", "qqh", "vh", "ztt", "zll", "ttj", "vv", "wj", "data"] |
list correlation_TProfilePlots.config_list = [] |
tuple correlation_TProfilePlots.data_corr = None |
correlation_TProfilePlots.data_sample = "" |
list correlation_TProfilePlots.default = ["tt", "mt", "et", "em", "mm", "ee"] |
tuple correlation_TProfilePlots.dir_path = os.path.expandvars(args.input_dir) |
string correlation_TProfilePlots.help = "Input directory. Use directory of output from correlation_SampleProducer.py" |
list correlation_TProfilePlots.info_path = os.path.join(dir_path, channel, category_string, sample, "*.root") |
tuple correlation_TProfilePlots.log = logging.getLogger(__name__) |
tuple correlation_TProfilePlots.mc_corr = None |
correlation_TProfilePlots.out_path = "" |
correlation_TProfilePlots.overall_correlations = None |
correlation_TProfilePlots.parameters_list = args |
tuple correlation_TProfilePlots.parser |
list correlation_TProfilePlots.sample_list = [] |
list correlation_TProfilePlots.sample_strings = [] |