Functions | |
| main () | |
| Create a simple model and run statistical tests. | |
| MakeSimpleMeasurement (signal_val, background_val, data_val, signal_uncertainty=None, background_uncertainty=None, Export=False, output_prefix="Measurement") | |
| Make a simple measurement using HistFactory. | |
| makeQuickModel.main | ( | void | ) |
Create a simple model and run statistical tests.
This script can be used to make simple statistical using histfactory. It takes values for signal, background, and data as input, and can optionally take uncertainties on signal or background. The model is created and saved to an output ROOT file, and the model can be fit if requested.
Definition at line 13 of file makeQuickModel.py.
| makeQuickModel.MakeSimpleMeasurement | ( | signal_val, | |
| background_val, | |||
| data_val, | |||
| signal_uncertainty = None, | |||
| background_uncertainty = None, | |||
| Export = False, | |||
| output_prefix = "Measurement" ) |
Make a simple measurement using HistFactory.
Take in simple values for signal, background data, and potentially uncertainty on signal and background
Definition at line 101 of file makeQuickModel.py.