Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding L1 projections for all HH datasets. #31

Closed
wants to merge 35 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
e6475bb
Updated 8 TeV theory files
LucaMantani Oct 21, 2024
cd74123
Updated 13 TeV theory files ttbar
LucaMantani Oct 21, 2024
78fdf37
Fixed bug first bin in CMS asy
LucaMantani Oct 23, 2024
491af78
Fixed scale
LucaMantani Oct 23, 2024
6f5cdac
Updated best_sm
LucaMantani Oct 23, 2024
1732d3e
Missing singlet interferences in NLO
LucaMantani Oct 23, 2024
d35144d
Merge branch 'main' into ttbar-theory-update
LucaMantani Oct 24, 2024
cd95eaf
Improved high mass bins
LucaMantani Oct 29, 2024
4caf8a7
Fixed bug
LucaMantani Oct 29, 2024
53900af
Recomputed L0 and L1 projections since best_sm has changed for this d…
LucaMantani Oct 29, 2024
09868de
added validation reports
LucaMantani Oct 30, 2024
33782ef
updated validation reports quad
LucaMantani Oct 30, 2024
fad9267
fixed bug in 5th bin
LucaMantani Oct 30, 2024
20c35f3
update reports
LucaMantani Oct 30, 2024
e6bf814
improved LO numbers
LucaMantani Nov 3, 2024
11d479b
Added LIN LO reports
LucaMantani Nov 3, 2024
5130e50
Added QUAD LO reports
LucaMantani Nov 3, 2024
15ee0f1
renamed file
LucaMantani Nov 3, 2024
2a3efc9
Run pre-commit hooks
LucaMantani Nov 5, 2024
cc1c36e
Merge branch 'main' into ttbar-theory-update
LucaMantani Nov 5, 2024
ebdf9a4
adding pre-commit action
jacoterh Nov 5, 2024
b556cad
reformatting with yamlfmt
jacoterh Nov 5, 2024
329e58d
removing action on PR
jacoterh Nov 5, 2024
0cec1d4
Merge pull request #27 from LHCfitNikhef/pre-commit-action
jacoterh Nov 5, 2024
8c4daef
adding metadata to LEP commondata
jacoterh Nov 6, 2024
cb0f8ad
running precommit
jacoterh Nov 6, 2024
da24ea9
adding metadata for FCC-ee and CEPC Z pole
ecelada Nov 6, 2024
50e1f30
Added HL-LHC theory tables
LucaMantani Nov 14, 2024
029f142
Added HLLHC projections
LucaMantani Nov 14, 2024
90ff73f
Added metadata
LucaMantani Nov 14, 2024
80eca53
Typo
LucaMantani Nov 14, 2024
cb3500e
Merge pull request #28
jacoterh Nov 20, 2024
ae23600
removed validation reports
LucaMantani Nov 20, 2024
32bff4c
Merge pull request #24 from LHCfitNikhef/ttbar-theory-update
LucaMantani Nov 20, 2024
a5544e7
Adding L1 projections for all HH datasets.
arossia94 Nov 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# .github/workflows/pre-commit.yml
name: Pre-commit
on: [push]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pre-commit/[email protected]
with:
extra_args: '--all-files'
2 changes: 1 addition & 1 deletion commondata/CEPC_Zdata.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dataset_name: CEPC_Zdata
units: pb,GeV
description: EWPOs
description: The order corresponds to the observables GammaZ, SigmaHad, Re, Rmu, Rtau, Ae, Amu, Atau, Rb, Rc, Ab, Ac
luminosity: 100000
num_data: 12
num_sys: 12
Expand Down
2 changes: 1 addition & 1 deletion commondata/FCCee_Zdata.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dataset_name: FCCee_EWPOs
units: pb/GeV
description: EWPOs
description: The order corresponds to the observables GammaZ, SigmaHad, Re, Rmu, Rtau, Ae, Amu, Atau, Rb, Rc, Ab, Ac
luminosity: 300000
num_data: 12
num_sys: 12
Expand Down
1 change: 1 addition & 0 deletions commondata/LEP1_EWPOs_2006.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dataset_name: LEP1_EWPOs_2006
num_data: 19
num_sys: 19
description: The order corresponds to the observables GammaZ, SigmaHad, Re, Rmu, Rtau, AFBe, AFBmu, AFBtau, AeSLD, AmuSLD, AtauSLD, AtauPT, AePT, Rb, Rc, AFBb, AFBc, Ab, Ac
data_central:
- 2.4952
- 41541.0
Expand Down
16 changes: 16 additions & 0 deletions commondata/LHC_HH_14TeV.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
dataset_name: LHC_HH_14TeV
description: HH inclusive signal strengths predictions for 14 TeV and HL-LHC luminosity.
arxiv: 1902.00134
doi: https://doi.org/10.23731/CYRM-2019-007.221
location: Table 53, last line.
units: None
luminosity: 3000
num_data: 1
num_sys: 1
data_central: 1.0000
statistical_error:
- 0.31
systematics:
- 0.2528
sys_names: UNCORR
sys_type: ADD
12 changes: 6 additions & 6 deletions commondata_projections_L0/CMS_tt_13TeV_asy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ units: none
description: charge asymmetry differential in mtt
luminosity: 138
data_central:
- 0.005711
- 0.01728
- 0.009642
- 0.006751
- 0.006667
- 0.006854
num_data: 3
num_sys: 2
statistical_error:
- 0.00412431737941612
- 0.005677421296925344
- 0.010575783658906796
- 0.004484149177508912
- 0.003526504813989413
- 0.008916636137019386
sys_names:
- UNCORR
- UNCORR
Expand Down
12 changes: 6 additions & 6 deletions commondata_projections_L0/CMS_tt_13TeV_asy_proj.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ units: none
description: charge asymmetry differential in mtt
luminosity: 138
data_central:
- 0.005711
- 0.01728
- 0.009642
- 0.006751
- 0.006667
- 0.006854
num_data: 3
num_sys: 2
statistical_error:
- 0.0008845675310133631
- 0.0012176712112914334
- 0.002268252895953183
- 0.000961742853845599
- 0.0007563510199253804
- 0.0019124053963529802
sys_names:
- UNCORR
- UNCORR
Expand Down
Loading