Functions | |
| def | clear_output_dir |
| def | do_limits |
| def | do_p_values |
| def | do_cv_cf_scan |
| def | annotate_lumi |
Variables | |
| tuple | log = logging.getLogger(__name__) |
| tuple | parser |
| list | default = ["mt", "et"] |
| string | help = "Channels. [Default: %(default)s]" |
| tuple | args = parser.parse_args() |
| string | channels = " " |
| list | plot_configs = [] |
| tuple | output_dir = os.path.join(args.output_dir, "8TeV") |
| string | command = "SMLegacyDatacards {channels} --output {output_dir} --asimov --asimov-mass 125" |
| dictionary | cv_cf_scan_plot_configs |
| l = lumi | |
| def makePlots_13TeVProjections.annotate_lumi | ( | output_dir, | |
| lumi, | |||
print_only = False |
|||
| ) |
| def makePlots_13TeVProjections.clear_output_dir | ( | output_dir, | |
print_only = False |
|||
| ) |
| def makePlots_13TeVProjections.do_cv_cf_scan | ( | output_dir, | |
mass = "125", |
|||
print_only = False |
|||
| ) |
| def makePlots_13TeVProjections.do_limits | ( | output_dir, | |
print_only = False |
|||
| ) |
| def makePlots_13TeVProjections.do_p_values | ( | output_dir, | |
print_only = False |
|||
| ) |
| tuple makePlots_13TeVProjections.args = parser.parse_args() |
| makePlots_13TeVProjections.channels = " " |
| string makePlots_13TeVProjections.command = "SMLegacyDatacards {channels} --output {output_dir} --asimov --asimov-mass 125" |
| list makePlots_13TeVProjections.cv_cf_scan_plot_configs |
| list makePlots_13TeVProjections.default = ["mt", "et"] |
| string makePlots_13TeVProjections.help = "Channels. [Default: %(default)s]" |
| makePlots_13TeVProjections.l = lumi |
| tuple makePlots_13TeVProjections.log = logging.getLogger(__name__) |
| tuple makePlots_13TeVProjections.output_dir = os.path.join(args.output_dir, "8TeV") |
| tuple makePlots_13TeVProjections.parser |
| list makePlots_13TeVProjections.plot_configs = [] |