GitXplorerGitXplorer
m

cls_calculator

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
494369295f0f1b94e6a5e698a9d8211d048adb3c

update2

mmchorton committed 12 years ago
Unverified
1d9b19faa5c104ffc3052573d45b195f03ce8d46

update 1

mmchorton committed 12 years ago
Unverified
453ee528b83dce73b7da57886c89cca5333c639b

first commit

mmchorton committed 12 years ago

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.