-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from vukasinmilosevic/Preapp_version
Preapp version
- Loading branch information
Showing
8 changed files
with
1,396 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# makeHinvWS | ||
Combine workspace creator for H->Inv. analysis | ||
Combine workspace creator for the VBF H(Inv) analysis. | ||
|
||
```makeWS_percategory.C``` is used to create a workspace .root file starting from fast_carpetnetr inputs. It is tailored to create separate naming conventions depending on era/category. | ||
|
||
```makeWS.C``` represents the original version of the code. | ||
|
||
```all_percategory.txt``` represents the currently used datacard | ||
|
||
```plot*.py``` are plotting macros used to prepare the TF plots. | ||
|
||
```mkres.sh``` script for running the full set of results. | ||
|
||
# Instructions: | ||
|
||
Following through the analysis steps (fast_carpenter and fast_datacard), in the same directory as ```fast_datacard``` output: | ||
|
||
``` | ||
root -l makeWS_percategory.C | ||
. mkresh.sh | ||
``` | ||
|
||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.