Skip to content

Commit

Permalink
updating results to match the ones of latest version of combine
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarecazzaniga committed Sep 16, 2024
1 parent baecc6c commit e843d7d
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions docs/abcd_rooparametrichist_tutorial/rooparametrichist_exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ combine -M FitDiagnostics combined_mPhi_1500_2018.txt -m 1500 --saveShapes --sav

```
--- FitDiagnostics ---
Best fit r: 2.4196e-05 -2.4196e-05/+0.276209 (68% CL)
Best fit r: 1.25367e-06 -1.25367e-06/+0.278001 (68% CL)
```
</details>
Expand All @@ -444,14 +444,26 @@ python3 $CMSSW_BASE/src/HiggsAnalysis/CombinedLimit/test/mlfitNormsToText.py fit
```
Channel Process Pre-fit S+B Fit B-Only Fit
---------------------------------------------------------------------------------------------------------------------------------
ch1 mPhi_1500 594.749 0.014 0.000
ch2 mPhi_1500 605.251 0.015 0.000
ch3 mPhi_1500 245.161 0.006 0.000
ch4 mPhi_1500 1541.786 0.037 0.000
ch1 Bkg 236222.924 236226.197 236225.436
ch2 Bkg 235703.859 235707.150 235706.383
ch3 Bkg 381479.390 381476.382 381476.614
ch4 Bkg 145963.042 146873.518 146873.251
ch1 mPhi_1500 594.749 0.001 0.000
ch2 mPhi_1500 605.251 0.001 0.000
ch3 mPhi_1500 245.161 0.000 0.000
ch4 mPhi_1500 1541.786 0.002 0.000
ch1 Bkg 236222.924 236225.827 236225.566
ch2 Bkg 235703.859 235706.772 235706.507
ch3 Bkg 381479.390 381476.654 381476.592
ch4 Bkg 145963.042 146872.863 146873.546
ch1 total 236817.673 236225.828 236225.566
ch1 total_signal 594.749 0.001 0.000
ch1 total_background 236222.924 236225.827 236225.566
ch2 total 236309.110 235706.773 235706.507
ch2 total_signal 605.251 0.001 0.000
ch2 total_background 235703.859 235706.772 235706.507
ch3 total 381724.551 381476.654 381476.592
ch3 total_signal 245.161 0.000 0.000
ch3 total_background 381479.390 381476.654 381476.592
ch4 total 147504.828 146872.865 146873.546
ch4 total_signal 1541.786 0.002 0.000
ch4 total_background 145963.042 146872.863 146873.546
```
</details>
Expand Down

0 comments on commit e843d7d

Please sign in to comment.