Skip to content

Commit

Permalink
Merge pull request #7 from LPC-HH/dev-ludomori99
Browse files Browse the repository at this point in the history
add 2022EE signal & xsec, add ludovico's proxy
  • Loading branch information
rkansal47 authored Feb 14, 2025
2 parents af66db2 + 6f116d9 commit 2510262
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
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 @@ -179,6 +179,13 @@
34.13e-3 * (2 * BR_HBB * BR_HTauTau)
)


### 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 2510262

Please sign in to comment.