Skip to content

Commit

Permalink
Merge branch 'master' into datasets/hh_nano_v13
Browse files Browse the repository at this point in the history
  • Loading branch information
mafrahm authored Sep 18, 2024
2 parents 380c3c1 + 83feb6d commit 9726cad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmsdb/campaigns/run3_2023_preBPix_nano_v12/ewk.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,8 @@
keys=[
"/WtoLNu-2Jets_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer23NanoAODv12-130X_mcRun3_2023_realistic_v15-v2/NANOAODSIM", # noqa
],
n_files=439,
n_events=193207285,
n_files=438,
n_events=192893909,
),
),
)
Expand Down
4 changes: 2 additions & 2 deletions cmsdb/processes/hh.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@

# the kappa values are defined as the N3LO cross section divided by the LO cross section as taken
# from XSDB (see link above), with all kappas at 1 (SM configuration)
hh_vbf_k_13p0 = hh_vbf_kv1_k2v1_kl1.get_xsec(13).nominal / 1.626
hh_vbf_k_13p6 = hh_vbf_kv1_k2v1_kl1.get_xsec(13.6).nominal / 1.912
hh_vbf_k_13p0 = hh_vbf_kv1_k2v1_kl1.get_xsec(13).nominal / (1.626 * 0.001)
hh_vbf_k_13p6 = hh_vbf_kv1_k2v1_kl1.get_xsec(13.6).nominal / (1.912 * 0.001)

hh_vbf_kv1_k2v1_kl0 = hh_vbf.add_process(
name="hh_vbf_kv1_k2v1_kl0",
Expand Down
1 change: 1 addition & 0 deletions cmsdb/processes/higgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@
# only in original presentation:
# https://indico.cern.ch/event/1119741/contributions/4715908/attachments/2383849/4073592/YR4_13p6_VH_update.pdf # noqa
},
label=r"$ZH_{gg}$",
aux={"production_mode_parent": vh},
)

Expand Down

0 comments on commit 9726cad

Please sign in to comment.