Skip to content

Commit

Permalink
add new WH samples proposed by Louis
Browse files Browse the repository at this point in the history
  • Loading branch information
nprouvost committed Oct 29, 2024
1 parent 6231dac commit 77f3154
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions cmsdb/campaigns/run3_2022_preEE_nano_uhh_v12/higgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,24 @@
},
)

cpn.add_dataset(
name="wmh_wqq_hbb_powheg",
id=14798338,
processes=[procs.wmh_wqq_hbb],
keys=[
"/WminusH_Hto2B_Wto2Q_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv12UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa
"/WminusH_Hto2B_Wto2Q_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv12UHH-130X_mcRun3_2022_realistic_v5_ext1-v2/NANOAODSIM", # noqa
],
n_files=2 + 5,
n_events=1_147_965 + 3_165_352,
aux={
"merging_factors": {
"nominal": 16,
"nominal_ext1": 56,
},
},
)

cpn.add_dataset(
name="wmh_htt_powheg",
id=14926125,
Expand Down Expand Up @@ -165,6 +183,24 @@
},
)

cpn.add_dataset(
name="wph_wqq_hbb_powheg",
id=14809863,
processes=[procs.wph_wqq_hbb],
keys=[
"/WplusH_Hto2B_Wto2Q_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv12UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa
"/WplusH_Hto2B_Wto2Q_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv12UHH-130X_mcRun3_2022_realistic_v5_ext1-v2/NANOAODSIM", # noqa
],
n_files=2 + 5,
n_events=1_199_214 + 3_184_502,
aux={
"merging_factors": {
"nominal": 15,
"nominal_ext1": 42,
},
},
)

cpn.add_dataset(
name="wph_htt_powheg",
id=14925459,
Expand Down

0 comments on commit 77f3154

Please sign in to comment.