Classes | |
| class | AnalysisResultsInterface |
| class | Systematics |
Functions | |
| def | makeDataCardSingleBin |
| creates a datacard for combine for signal and background More... | |
| def | runCombine |
| calls and parses command for `combine' More... | |
Variables | |
| list | datafolder = environ['LOCALRT'] |
| list | configfolder = environ['LOCALRT'] |
| dictionary | mass_cut |
| list | ID = sys.argv[1] |
| string | command = " " |
| tuple | result = runCombine(command, ID) |
| def python.combineTools.makeDataCardSingleBin | ( | outfile, | |
| bin_name, | |||
| nObs, | |||
| signal_tuple, | |||
| background_tuples, | |||
| systematics | |||
| ) |
creates a datacard for combine for signal and background
| outfile | String of filename |
| bin_name | Name for bin |
| nObs | number of observed |
| signal_tuple | (sig_name, signal_rate) |
| background_tuples | list of (name, rate) for backgrounds |
| def python.combineTools.runCombine | ( | command, | |
| ID | |||
| ) |
calls and parses command for `combine'
| command | a list to pass to subprocess.check_output |
| string python.combineTools.command = " " |
| list python.combineTools.configfolder = environ['LOCALRT'] |
| list python.combineTools.datafolder = environ['LOCALRT'] |
| list python.combineTools.ID = sys.argv[1] |
| dictionary python.combineTools.mass_cut |
| tuple python.combineTools.result = runCombine(command, ID) |
1.8.5