Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/LPC-HH/boostedhh
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Feb 17, 2025
2 parents 51d84f2 + 8c46007 commit 2a21094
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
--durations=20
- name: Upload coverage report
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
5 changes: 4 additions & 1 deletion src/boostedhh/hh_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,10 @@
}

bbtt_sigs = {
"bbtt": "GluGlutoHHto2B2Tau_kl-1p00_kt-1p00_c2-0p00_LHEweights_TuneCP5_13p6TeV_powheg-pythia8",
"bbtt": {
"2022": "GluGlutoHHto2B2Tau_kl-1p00_kt-1p00_c2-0p00_LHEweights_TuneCP5_13p6TeV_powheg-pythia8",
"2022EE": "GluGlutoHHto2B2Tau_kl-1p00_kt-1p00_c2-0p00_TuneCP5_13p6TeV_powheg-pythia8",
}
}

samples_run3 = {
Expand Down
2 changes: 2 additions & 0 deletions src/boostedhh/submit_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ def init_args(args):
proxy = "/home/users/rkansal/x509up_u31735"
elif username == "dprimosc":
proxy = "/tmp/x509up_u150012" # "/home/users/dprimosc/x509up_u150012"
elif username == "lumori":
proxy = "/tmp/x509up_u81981"
else:
raise ValueError(f"Invalid site {args.site}")

Expand Down
7 changes: 7 additions & 0 deletions src/boostedhh/xsecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,13 @@
xsecs[f"{tkey}_TSG_Pu60"] = tvalue



### TO UPDATE ###

xsecs["GluGlutoHHto2B2Tau_kl-1p00_kt-1p00_c2-0p00_TuneCP5_13p6TeV_powheg-pythia8"] = 34.13e-3 * (
2 * BR_HBB * BR_HTauTau
)

# VBF HH
# From F. Monti: VBF HH SM: 1.873758517 fb
# scale uncertainty: +0.048%/-0.032%
Expand Down

0 comments on commit 2a21094

Please sign in to comment.