Skip to content
Open
Show file tree
Hide file tree
Changes from 9 commits
Commits
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
31 changes: 29 additions & 2 deletions cmsdb/campaigns/run3_2024_nano_v15/ewk.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@
n_events=4_800_000,
)

# further ww decay modes
# qqWW decay modes (Powheg NLO)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you have a reference (mcm/fragment link) stating that this sample is indeed only qq-induced?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked for ww_dl_powheg: https://cms-pdmv-prod.web.cern.ch/mcm/public/restapi/requests/get_setup/GEN-RunIII2024Summer24wmLHEGS-00309
the gridpack's flavor list directly, and only quark-antiquark initial states show up at Born level. No gluon-gluon entries anywhere, so this sample is indeed qq-induced only.

cpn.add_dataset(
name="ww_dl_powheg",
id=15304453,
Expand Down Expand Up @@ -839,7 +839,7 @@
n_events=151_214_029,
)

# further ww decay modes with specific leptons
# ggWW dilepton decay modes (MCFM LO)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you have a reference (mcm/fragment link) stating that this sample is indeed only gg-induced?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For ww_wenu_wenu_pythia : https://cms-pdmv-prod.web.cern.ch/mcm/public/restapi/requests/get_setup/HIG-RunIII2024Summer24wmLHEGS-00775
Checked the gridpack's input card directly. It's running MCFM process 127, which is specifically the gluon-loop-induced WW process (no quark-initiated diagrams in it). So yes, this sample is gg-induced only.

cpn.add_dataset(
name="ww_wenu_wenu_pythia",
id=15349213,
Expand Down Expand Up @@ -909,6 +909,18 @@
n_events=1_999_273,
)

# same-sign WW
cpn.add_dataset(
name="wpwp_jj_ewkqcd_madgraph",
Comment thread
riga marked this conversation as resolved.
Outdated
id=15515111,
processes=[procs.wpwp_jj],
keys=[
"/WpWpJJ-EWK-QCD_TuneCP5_13p6TeV_madgraph-pythia8/RunIII2024Summer24NanoAODv15-150X_mcRun3_2024_realistic_v2-v2/NANOAODSIM", # noqa
],
n_files=17,
n_events=243_119,
)

# further wz decay modes
cpn.add_dataset(
name="wz_wlnu_zll_powheg",
Expand Down Expand Up @@ -1092,6 +1104,21 @@
n_events=2_800_000,
)

#
# V + gamma
#

cpn.add_dataset(
name="wg_lnug_amcatnlo",
Comment thread
riga marked this conversation as resolved.
Outdated
id=15467536,
processes=[procs.wg_lnug],
keys=[
"/WGtoLNuG-1Jets_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/RunIII2024Summer24NanoAODv15-150X_mcRun3_2024_realistic_v2-v2/NANOAODSIM", # noqa
],
n_files=2_424,
n_events=445_891_677,
)

#
# Triple-boson
#
Expand Down
22 changes: 21 additions & 1 deletion cmsdb/campaigns/run3_2024_nano_v15/higgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,27 @@
# tH
#

# tba
cpn.add_dataset(
name="thq_ctcvcp_madgraph",
Comment thread
riga marked this conversation as resolved.
Outdated
id=15537100,
processes=[procs.thq],
keys=[
"/THQ-4FS-ctcvcp_Par-M-125_TuneCP5_13p6TeV_madgraph-pythia8/RunIII2024Summer24NanoAODv15-150X_mcRun3_2024_realistic_v2-v2/NANOAODSIM", # noqa
],
n_files=352,
n_events=19_985_991,
)

cpn.add_dataset(
name="thw_ctcvcp_madgraph",
Comment thread
riga marked this conversation as resolved.
Outdated
id=15539363,
processes=[procs.thw],
keys=[
"/THW-5FS-ctcvcp_Par-M-125_TuneCP5_13p6TeV_madgraph-pythia8/RunIII2024Summer24NanoAODv15-150X_mcRun3_2024_realistic_v2-v2/NANOAODSIM", # noqa
],
n_files=267,
n_events=14_995_985,
)

#
# ttVH
Expand Down
52 changes: 47 additions & 5 deletions cmsdb/campaigns/run3_2024_nano_v15/top.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,50 @@
# 4 top
#

# missing
# cpn.add_dataset(
# name="tttt_amcatnlo",
# ...
# )
cpn.add_dataset(
name="tttt_amcatnlo",
id=15529183,
processes=[procs.tttt],
keys=[
"/TTTT_TuneCP5_13p6TeV_amcatnlo-pythia8/RunIII2024Summer24NanoAODv15-150X_mcRun3_2024_realistic_v2-v2/NANOAODSIM", # noqa
],
n_files=101,
n_events=9_776_800,
)

#
# top + photon
#

cpn.add_dataset(
name="ttg_amcatnlo",
id=15536929,
processes=[procs.ttg],
keys=[
"/TTG-1Jets_TuneCP5_13p6TeV_amcatnloFXFXold-pythia8/RunIII2024Summer24NanoAODv15-150X_mcRun3_2024_realistic_v2-v2/NANOAODSIM", # noqa
],
n_files=143,
n_events=19_416_271,
)

cpn.add_dataset(
name="ttg_pt100to200_amcatnlo",
id=15536699,
processes=[procs.ttg_pt100to200],
keys=[
"/TTG-1Jets_Bin-PTG-100_TuneCP5_13p6TeV_amcatnloFXFXold-pythia8/RunIII2024Summer24NanoAODv15-150X_mcRun3_2024_realistic_v2-v2/NANOAODSIM", # noqa
],
n_files=113,
n_events=10_495_130,
)

cpn.add_dataset(
name="ttg_pt200toinf_amcatnlo",
id=15536925,
processes=[procs.ttg_pt200toinf],
keys=[
"/TTG-1Jets_Bin-PTG-200_TuneCP5_13p6TeV_amcatnloFXFXold-pythia8/RunIII2024Summer24NanoAODv15-150X_mcRun3_2024_realistic_v2-v3/NANOAODSIM", # noqa
],
n_files=107,
n_events=9_630_092,
)
Loading
Loading