Functions | |
| def | create_input_root_files |
| Configuring Harry plotter according to the samples and creating input root files according to the args. More... | |
| def | MaxLikelihoodFit |
| def | PrefitPostfit |
| def | PlotPolarisation |
Variables | |
| tuple | log = logging.getLogger(__name__) |
| string | HEADER = '\033[95m' |
| string | OKBLUE = '\033[94m' |
| string | OKGREEN = '\033[92m' |
| string | WARNING = '\033[93m' |
| string | FAIL = '\033[91m' |
| string | ENDC = '\033[0m' |
| string | BOLD = '\033[1m' |
| string | UNDERLINE = '\033[4m' |
| tuple | parser |
| string | help = "Input directory." |
| list | default = ["mt", "et", "tt", "em"] |
| list | choices = ["individual", "channel", "category", "combined"] |
| tuple | args = parser.parse_args() |
| tuple | datacards = CreateDatacard(args) |
| tuple | datacards_cbs = WriteDatacard(datacards, args.output_dir) |
| def makePlots_datacardsZttPolarisation_shared.create_input_root_files | ( | datacards, | |
| args | |||
| ) |
Configuring Harry plotter according to the samples and creating input root files according to the args.
| def makePlots_datacardsZttPolarisation_shared.MaxLikelihoodFit | ( | ) |
| def makePlots_datacardsZttPolarisation_shared.PlotPolarisation | ( | ) |
| def makePlots_datacardsZttPolarisation_shared.PrefitPostfit | ( | ) |
| tuple makePlots_datacardsZttPolarisation_shared.args = parser.parse_args() |
| string makePlots_datacardsZttPolarisation_shared.BOLD = '\033[1m' |
| list makePlots_datacardsZttPolarisation_shared.choices = ["individual", "channel", "category", "combined"] |
| tuple makePlots_datacardsZttPolarisation_shared.datacards = CreateDatacard(args) |
| tuple makePlots_datacardsZttPolarisation_shared.datacards_cbs = WriteDatacard(datacards, args.output_dir) |
| string makePlots_datacardsZttPolarisation_shared.default = ["mt", "et", "tt", "em"] |
| string makePlots_datacardsZttPolarisation_shared.ENDC = '\033[0m' |
| string makePlots_datacardsZttPolarisation_shared.FAIL = '\033[91m' |
| string makePlots_datacardsZttPolarisation_shared.HEADER = '\033[95m' |
| string makePlots_datacardsZttPolarisation_shared.help = "Input directory." |
| tuple makePlots_datacardsZttPolarisation_shared.log = logging.getLogger(__name__) |
| string makePlots_datacardsZttPolarisation_shared.OKBLUE = '\033[94m' |
| string makePlots_datacardsZttPolarisation_shared.OKGREEN = '\033[92m' |
| tuple makePlots_datacardsZttPolarisation_shared.parser |
| string makePlots_datacardsZttPolarisation_shared.UNDERLINE = '\033[4m' |
| string makePlots_datacardsZttPolarisation_shared.WARNING = '\033[93m' |