GitXplorerGitXplorer
m

cls_calculator

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

These packages will provide a tool for CLs calculations. Use cls_analysis.py (see its documentation) to run the code.

Overview of files: cls_analysis.py: Runs everything. Has optional flags for input.

StandardHypoTestInvDemo.C: Performs the actual calculations. Needs a specially formatted workspace passed to it.

workspace_preparer.C: Prepares this specially formatted workspace. Uses input histograms as the signal / background / data.

config_reader.C: Helps the workspace_preparer.C read values from a config file that contains physical specifications of the model.

config file: contains declarations of variables such as luminosity, etc.

Other files: The unibin_*****.root files contain sample data that the code will run on. The config.cfg file is currently set up for this data. The run.sh file shows how the sample data can be run.