-
Notifications
You must be signed in to change notification settings - Fork 35
Diboson process split (ggZZ/qqZZ) and add missing Run 3 datasets #121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 9 commits
5209127
a68f02c
63be119
a70f109
94b6c53
d6e6e89
d99edd9
f689fbd
3638c58
5e5c224
0e516e1
17f0c41
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -805,7 +805,7 @@ | |
| n_events=4_800_000, | ||
| ) | ||
|
|
||
| # further ww decay modes | ||
| # qqWW decay modes (Powheg NLO) | ||
| cpn.add_dataset( | ||
| name="ww_dl_powheg", | ||
| id=15304453, | ||
|
|
@@ -839,7 +839,7 @@ | |
| n_events=151_214_029, | ||
| ) | ||
|
|
||
| # further ww decay modes with specific leptons | ||
| # ggWW dilepton decay modes (MCFM LO) | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For |
||
| cpn.add_dataset( | ||
| name="ww_wenu_wenu_pythia", | ||
| id=15349213, | ||
|
|
@@ -909,6 +909,18 @@ | |
| n_events=1_999_273, | ||
| ) | ||
|
|
||
| # same-sign WW | ||
| cpn.add_dataset( | ||
| name="wpwp_jj_ewkqcd_madgraph", | ||
|
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", | ||
|
|
@@ -1092,6 +1104,21 @@ | |
| n_events=2_800_000, | ||
| ) | ||
|
|
||
| # | ||
| # V + gamma | ||
| # | ||
|
|
||
| cpn.add_dataset( | ||
| name="wg_lnug_amcatnlo", | ||
|
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 | ||
| # | ||
|
|
||
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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-00309the 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.