diff --git a/cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/__init__.py b/cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/__init__.py new file mode 100644 index 0000000..395a418 --- /dev/null +++ b/cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/__init__.py @@ -0,0 +1,40 @@ +# coding: utf-8 + +""" +Custom campaign for Run 3 2022 postEE nanoAOD v14 production. +""" + +from order import Campaign + + +# +# campaign +# + +campaign_run3_2022_postEE_nano_uhh_v14 = Campaign( + name="run3_2022_postEE_nano_uhh_v14", + id=320222141, # (run)3(year)2022(part)2(version)14(prod)1 + ecm=13.6, + bx=25, + aux={ + "tier": "NanoAOD", + "run": 3, + "year": 2022, + "version": 14, + "postfix": "EE", + "custom": { + "name": "run3_2022_postEE_nano_uhh_v14", + "creator": "uhh", + "location": "davs://dcache-cms-webdav-wan.desy.de:2880/pnfs/desy.de/cms/tier2/store/user/aalvesan/nanogen_store/MergeNano/config_22post_v14/prod1", # noqa + }, + }, + tags={"EE", "postEE"}, +) + + +# trailing imports to load datasets +import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v12.data # noqa +import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v12.top # noqa +import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v12.ewk # noqa +import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v12.higgs # noqa +import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v12.hh2bbtautau # noqa diff --git a/cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/data.py b/cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/data.py new file mode 100644 index 0000000..d572850 --- /dev/null +++ b/cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/data.py @@ -0,0 +1,32 @@ +# coding: utf-8 + +""" +CMS datasets from the 2022 post-EE data-taking campaign. +""" + +# import cmsdb.processes as procs +# from cmsdb.campaigns.run3_2022_postEE_nano_uhh_v14 import campaign_run3_2022_postEE_nano_uhh_v14 as cpn + +# +# E/Gamma +# + +# tba + +# +# Muon +# + +# tba + +# +# Tau +# + +# tba + +# +# MET +# + +# tba diff --git a/cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/ewk.py b/cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/ewk.py new file mode 100644 index 0000000..01de85e --- /dev/null +++ b/cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/ewk.py @@ -0,0 +1,40 @@ +# coding: utf-8 + +""" +Electroweak datasets for the 2022 postEE data-taking campaign with datasets at NanoAOD tier in +version 14, created with custom content at UHH. +""" + +# import cmsdb.processes as procs +# from cmsdb.campaigns.run3_2022_postEE_nano_uhh_v14 import campaign_run3_2022_postEE_nano_uhh_v14 as cpn + + +# +# Drell-Yan +# + +# tba + +# +# Z to qq +# + +# tba + +# +# W boson production +# + +# tba + +# +# Di-boson +# + +# tba + +# +# Triple-boson +# + +# tba diff --git a/cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/hh2bbtautau.py b/cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/hh2bbtautau.py new file mode 100644 index 0000000..01911c9 --- /dev/null +++ b/cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/hh2bbtautau.py @@ -0,0 +1,34 @@ +# coding: utf-8 + +""" +HH -> bbtautau datasets for the 2022 postEE data-taking campaign with datasets at NanoAOD tier in +version 14, created with custom content at UHH. +""" + +# import cmsdb.processes as procs +# from cmsdb.campaigns.run3_2022_postEE_nano_uhh_v14 import campaign_run3_2022_postEE_nano_uhh_v14 as cpn + + +# +# ggF -> HH +# + +# tba + +# +# VBF -> HH +# + +# tba + +# +# ggf -> graviton -> HH +# + +# tba + +# +# ggf -> radion -> HH +# + +# tba diff --git a/cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/higgs.py b/cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/higgs.py new file mode 100644 index 0000000..96f79c5 --- /dev/null +++ b/cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/higgs.py @@ -0,0 +1,16 @@ +# coding: utf-8 + +""" +Higgs datasets for the 2022 postEE data-taking campaign with datasets at NanoAOD tier in +version 14, created with custom content at UHH. +""" + +# import cmsdb.processes as procs +# from cmsdb.campaigns.run3_2022_postEE_nano_uhh_v14 import campaign_run3_2022_postEE_nano_uhh_v14 as cpn + + +# +# single Higgs +# + +# tba diff --git a/cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/top.py b/cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/top.py new file mode 100644 index 0000000..8c7d291 --- /dev/null +++ b/cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/top.py @@ -0,0 +1,36 @@ +# coding: utf-8 + +""" +Top quark related datasets for the 2022 postEE data-taking campaign with datasets at NanoAOD tier in +version 14, created with custom content at UHH. +""" + +# from order import DatasetInfo + +# import cmsdb.processes as procs +# from cmsdb.campaigns.run3_2022_postEE_nano_uhh_v14 import campaign_run3_2022_postEE_nano_uhh_v14 as cpn + + +# +# ttbar +# + +# tba + +# +# ttbar + 1 vector boson +# + +# tba + +# +# ttbar + 2 vector bosons +# + +# tba + +# +# single top +# + +# tba diff --git a/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/__init__.py b/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/__init__.py new file mode 100644 index 0000000..90e7e62 --- /dev/null +++ b/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/__init__.py @@ -0,0 +1,41 @@ +# coding: utf-8 + +""" +Custom campaign for Run 3 2022 preEE nanoAOD v14 production. +""" + +from order import Campaign + + +# +# campaign +# + +campaign_run3_2022_preEE_nano_uhh_v14 = Campaign( + name="run3_2022_preEE_nano_uhh_v14", + id=320221141, # (run)3(year)2022(part)1(version)14(prod)1 + ecm=13.6, + bx=25, + aux={ + "tier": "NanoAOD", + "run": 3, + "year": 2022, + "version": 14, + "postfix": "", + "custom": { + "name": "run3_2022_preEE_nano_uhh_v14", + "creator": "uhh", + "location": "davs://dcache-cms-webdav-wan.desy.de:2880/pnfs/desy.de/cms/tier2/store/user/nprouvos/nanogen_store/MergeNano/config_22pre_v14/prod1", # noqa + }, + }, + tags={"preEE"}, +) + + +# trailing imports to load datasets +import cmsdb.campaigns.run3_2022_preEE_nano_uhh_v14.data # noqa +import cmsdb.campaigns.run3_2022_preEE_nano_uhh_v14.top # noqa +import cmsdb.campaigns.run3_2022_preEE_nano_uhh_v14.ewk # noqa +import cmsdb.campaigns.run3_2022_preEE_nano_uhh_v14.higgs # noqa +import cmsdb.campaigns.run3_2022_preEE_nano_uhh_v14.hh2bbtautau # noqa +import cmsdb.campaigns.run3_2022_preEE_nano_uhh_v14.hhh4b2tau # noqa diff --git a/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/data.py b/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/data.py new file mode 100644 index 0000000..312a65d --- /dev/null +++ b/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/data.py @@ -0,0 +1,172 @@ +# coding: utf-8 + +""" +Recorded datasets for the 2022 preEE data-taking campaign with datasets at NanoAOD tier in +version 14, created with custom content at UHH. +""" + +import cmsdb.processes as procs +from cmsdb.campaigns.run3_2022_preEE_nano_uhh_v14 import campaign_run3_2022_preEE_nano_uhh_v14 as cpn + + +# +# Muon +# + +cpn.add_dataset( + name="data_mu_c", + id=14784103, + is_data=True, + processes=[procs.data_mu], + keys=[ + "/SingleMuon/Run2022C-22Sep2023_NanoAODv14UHH-v1/NANOAOD", + "/Muon/Run2022C-22Sep2023_NanoAODv14UHH-v1/NANOAOD", + ], + n_files=16 + 89, + n_events=20_162_441 + 138_329_693, + aux={ + "merging_factors": { + "nominal": 16, + "nominal_ext1": 20, + }, + "era": "C", + }, +) + +cpn.add_dataset( + name="data_mu_d", + id=14783356, + is_data=True, + processes=[procs.data_mu], + keys=[ + "/Muon/Run2022D-22Sep2023_NanoAODv14UHH-v1/NANOAOD", + ], + n_files=56, + n_events=75_440_027, + aux={ + "merging_factors": { + "nominal": 18, + }, + "era": "D", + }, +) + +# +# E/Gamma +# + +cpn.add_dataset( + name="data_e_c", + id=14784139, + is_data=True, + processes=[procs.data_e], + keys=[ + "/EGamma/Run2022C-22Sep2023_NanoAODv14UHH-v1/NANOAOD", + ], + n_files=187, + n_events=263_549_470, + aux={ + "merging_factors": { + "nominal": 18, + }, + "era": "C", + }, +) + +cpn.add_dataset( + name="data_e_d", + id=14783296, + is_data=True, + processes=[procs.data_e], + keys=[ + "/EGamma/Run2022D-22Sep2023_NanoAODv14UHH-v1/NANOAOD", + ], + n_files=82, + n_events=89_134_996, + aux={ + "merging_factors": { + "nominal": 15, + }, + "era": "D", + }, +) + +# +# Tau +# + +cpn.add_dataset( + name="data_tau_c", + id=14784152, + is_data=True, + processes=[procs.data_tau], + keys=[ + "/Tau/Run2022C-22Sep2023_NanoAODv14UHH-v1/NANOAOD", + ], + n_files=25, + n_events=25_903_135, + aux={ + "merging_factors": { + "nominal": 15, + }, + "era": "C", + }, +) + +cpn.add_dataset( + name="data_tau_d", + id=14783293, + is_data=True, + processes=[procs.data_tau], + keys=[ + "/Tau/Run2022D-22Sep2023_NanoAODv14UHH-v1/NANOAOD", + ], + n_files=17, + n_events=16_686_692, + aux={ + "merging_factors": { + "nominal": 15, + }, + "era": "D", + }, +) + +# +# Jet/MET +# + +cpn.add_dataset( + name="data_met_c", + id=14784128, + is_data=True, + processes=[procs.data_met], + keys=[ + "/JetMET/Run2022C-22Sep2023_NanoAODv14UHH-v1/NANOAOD", + ], + n_files=162, + n_events=169_113_266, + aux={ + "merging_factors": { + "nominal": 15, + }, + "era": "C", + }, +) + +cpn.add_dataset( + name="data_met_d", + id=14809044, + is_data=True, + processes=[procs.data_met], + keys=[ + "/JetMET/Run2022D-22Sep2023_NanoAODv14UHH-v1/NANOAOD", + ], + n_files=122, + n_events=100_853_361, + aux={ + "merging_factors": { + "nominal": 12, + }, + "era": "D", + }, +) diff --git a/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/ewk.py b/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/ewk.py new file mode 100644 index 0000000..9c84f6e --- /dev/null +++ b/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/ewk.py @@ -0,0 +1,756 @@ +# coding: utf-8 + +""" +Electroweak datasets for the 2022 preEE data-taking campaign with datasets at NanoAOD tier in +version 14, created with custom content at UHH. +""" + +import cmsdb.processes as procs +from cmsdb.campaigns.run3_2022_preEE_nano_uhh_v14 import campaign_run3_2022_preEE_nano_uhh_v14 as cpn + + +# +# Drell-Yan +# + +cpn.add_dataset( + name="dy_m4to10_amcatnlo", + id=14950079, + processes=[procs.dy_m4to10], + keys=[ + "/DYto2L-2Jets_MLL-4to10_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=58, + n_events=99_060_810, + aux={ + "merging_factors": { + "nominal": 34, + }, + }, +) + +cpn.add_dataset( + name="dy_m10to50_amcatnlo", + id=14803896, + processes=[procs.dy_m10to50], + keys=[ + "/DYto2L-2Jets_MLL-10to50_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + "/DYto2L-2Jets_MLL-10to50_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext1-v1/NANOAODSIM", # noqa + ], + n_files=47 + 32, + n_events=70_087_610 + 48_841_388, + aux={ + "merging_factors": { + "nominal": 20, + "nominal_ext1": 21, + }, + }, +) + +cpn.add_dataset( + name="dy_m50toinf_amcatnlo", + id=14796025, + processes=[procs.dy_m50toinf], + keys=[ + "/DYto2L-2Jets_MLL-50_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + "/DYto2L-2Jets_MLL-50_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext1-v1/NANOAODSIM", # noqa + "/DYto2L-2Jets_MLL-50_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext2-v2/NANOAODSIM", # noqa + ], + n_files=88 + 124 + 124, + n_events=72_913_933 + 100_280_322 + 103_042_871, + aux={ + "merging_factors": { + "nominal": 14, + "nominal_ext1": 15, + "nominal_ext2": 21, + }, + }, +) + +cpn.add_dataset( + name="dy_m50toinf_0j_amcatnlo", + id=14791239, + processes=[procs.dy_m50toinf_0j], + keys=[ + "/DYto2L-2Jets_MLL-50_0J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=92, + n_events=87_955_912, + aux={ + "merging_factors": { + "nominal": 16, + }, + }, +) + +cpn.add_dataset( + name="dy_m50toinf_1j_amcatnlo", + id=14791368, + processes=[procs.dy_m50toinf_1j], + keys=[ + "/DYto2L-2Jets_MLL-50_1J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=127, + n_events=96_932_233, + aux={ + "merging_factors": { + "nominal": 13, + }, + }, +) + +cpn.add_dataset( + name="dy_m50toinf_2j_amcatnlo", + id=14790842, + processes=[procs.dy_m50toinf_2j], + keys=[ + "/DYto2L-2Jets_MLL-50_2J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=114, + n_events=71_990_957, + aux={ + "merging_factors": { + "nominal": 11, + }, + }, +) + +cpn.add_dataset( + name="dy_m50toinf_1j_pt40to100_amcatnlo", + id=14825012, + processes=[procs.dy_m50toinf_1j_pt40to100], + keys=[ + "/DYto2L-2Jets_MLL-50_PTLL-40to100_1J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=72, + n_events=50_272_820, + aux={ + "merging_factors": { + "nominal": 14, + }, + }, +) + +cpn.add_dataset( + name="dy_m50toinf_1j_pt100to200_amcatnlo", + id=14824884, + processes=[procs.dy_m50toinf_1j_pt100to200], + keys=[ + "/DYto2L-2Jets_MLL-50_PTLL-100to200_1J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=31, + n_events=18_682_106, + aux={ + "merging_factors": { + "nominal": 15, + }, + }, +) + +cpn.add_dataset( + name="dy_m50toinf_1j_pt200to400_amcatnlo", + id=14826002, + processes=[procs.dy_m50toinf_1j_pt200to400], + keys=[ + "/DYto2L-2Jets_MLL-50_PTLL-200to400_1J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=4, + n_events=1_939_721, + aux={ + "merging_factors": { + "nominal": 16, + }, + }, +) + +cpn.add_dataset( + name="dy_m50toinf_1j_pt400to600_amcatnlo", + id=14822087, + processes=[procs.dy_m50toinf_1j_pt400to600], + keys=[ + "/DYto2L-2Jets_MLL-50_PTLL-400to600_1J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=1, + n_events=503_786, + aux={ + "merging_factors": { + "nominal": 28, + }, + }, +) + +cpn.add_dataset( + name="dy_m50toinf_1j_pt600toinf_amcatnlo", + id=14830407, + processes=[procs.dy_m50toinf_1j_pt600toinf], + keys=[ + "/DYto2L-2Jets_MLL-50_PTLL-600_1J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=508_646, + aux={ + "merging_factors": { + "nominal": 28, + }, + }, +) + +cpn.add_dataset( + name="dy_m50toinf_2j_pt40to100_amcatnlo", + id=14822136, + processes=[procs.dy_m50toinf_2j_pt40to100], + keys=[ + "/DYto2L-2Jets_MLL-50_PTLL-40to100_2J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=32, + n_events=19_307_377, + aux={ + "merging_factors": { + "nominal": 13, + }, + }, +) + +cpn.add_dataset( + name="dy_m50toinf_2j_pt100to200_amcatnlo", + id=14825259, + processes=[procs.dy_m50toinf_2j_pt100to200], + keys=[ + "/DYto2L-2Jets_MLL-50_PTLL-100to200_2J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=37, + n_events=19_139_796, + aux={ + "merging_factors": { + "nominal": 13, + }, + }, +) + +cpn.add_dataset( + name="dy_m50toinf_2j_pt200to400_amcatnlo", + id=14824840, + processes=[procs.dy_m50toinf_2j_pt200to400], + keys=[ + "/DYto2L-2Jets_MLL-50_PTLL-200to400_2J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=9, + n_events=3_651_560, + aux={ + "merging_factors": { + "nominal": 13, + }, + }, +) + +cpn.add_dataset( + name="dy_m50toinf_2j_pt400to600_amcatnlo", + id=14822163, + processes=[procs.dy_m50toinf_2j_pt400to600], + keys=[ + "/DYto2L-2Jets_MLL-50_PTLL-400to600_2J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=2, + n_events=488_707, + aux={ + "merging_factors": { + "nominal": 18, + }, + }, +) + +cpn.add_dataset( + name="dy_m50toinf_2j_pt600toinf_amcatnlo", + id=14825895, + processes=[procs.dy_m50toinf_2j_pt600toinf], + keys=[ + "/DYto2L-2Jets_MLL-50_PTLL-600_2J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=2, + n_events=474_576, + aux={ + "merging_factors": { + "nominal": 20, + }, + }, +) + +# +# W boson production +# + +cpn.add_dataset( + name="w_lnu_amcatnlo", + id=14803849, + processes=[procs.w_lnu], + keys=[ + "/WtoLNu-2Jets_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=86, + n_events=87_502_461, + aux={ + "merging_factors": { + "nominal": 13, + }, + }, +) + +cpn.add_dataset( + name="w_lnu_0j_amcatnlo", + id=14848502, + processes=[procs.w_lnu_0j], + keys=[ + "/WtoLNu-2Jets_0J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=161, + n_events=191_268_400, + aux={ + "merging_factors": { + "nominal": 27, + }, + }, +) + +cpn.add_dataset( + name="w_lnu_1j_amcatnlo", + id=14850193, + processes=[procs.w_lnu_1j], + keys=[ + "/WtoLNu-2Jets_1J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=156, + n_events=141_411_157, + aux={ + "merging_factors": { + "nominal": 22, + }, + }, +) + +cpn.add_dataset( + name="w_lnu_2j_amcatnlo", + id=14850095, + processes=[procs.w_lnu_2j], + keys=[ + "/WtoLNu-2Jets_2J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=144, + n_events=102_668_792, + aux={ + "merging_factors": { + "nominal": 19, + }, + }, +) + +cpn.add_dataset( + name="w_lnu_1j_pt40to100_amcatnlo", + id=14823511, + processes=[procs.w_lnu_1j_pt40to100], + keys=[ + "/WtoLNu-2Jets_PTLNu-40to100_1J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=104, + n_events=93_802_769, + aux={ + "merging_factors": { + "nominal": 16, + }, + }, +) + +cpn.add_dataset( + name="w_lnu_1j_pt100to200_amcatnlo", + id=14826852, + processes=[procs.w_lnu_1j_pt100to200], + keys=[ + "/WtoLNu-2Jets_PTLNu-100to200_1J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=55, + n_events=40_296_254, + aux={ + "merging_factors": { + "nominal": 14, + }, + }, +) + +cpn.add_dataset( + name="w_lnu_1j_pt200to400_amcatnlo", + id=14850711, + processes=[procs.w_lnu_1j_pt200to400], + keys=[ + "/WtoLNu-2Jets_PTLNu-200to400_1J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=5, + n_events=3_031_278, + aux={ + "merging_factors": { + "nominal": 34, + }, + }, +) + +cpn.add_dataset( + name="w_lnu_1j_pt400to600_amcatnlo", + id=14821860, + processes=[procs.w_lnu_1j_pt400to600], + keys=[ + "/WtoLNu-2Jets_PTLNu-400to600_1J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=1, + n_events=485_577, + aux={ + "merging_factors": { + "nominal": 21, + }, + }, +) + +cpn.add_dataset( + name="w_lnu_1j_pt600toinf_amcatnlo", + id=14825295, + processes=[procs.w_lnu_1j_pt600toinf], + keys=[ + "/WtoLNu-2Jets_PTLNu-600_1J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=1, + n_events=472_466, + aux={ + "merging_factors": { + "nominal": 20, + }, + }, +) + +cpn.add_dataset( + name="w_lnu_2j_pt40to100_amcatnlo", + id=14847376, + processes=[procs.w_lnu_2j_pt40to100], + keys=[ + "/WtoLNu-2Jets_PTLNu-40to100_2J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=132, + n_events=96_227_072, + aux={ + "merging_factors": { + "nominal": 23, + }, + }, +) + +cpn.add_dataset( + name="w_lnu_2j_pt100to200_amcatnlo", + id=14826687, + processes=[procs.w_lnu_2j_pt100to200], + keys=[ + "/WtoLNu-2Jets_PTLNu-100to200_2J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=74, + n_events=46_710_602, + aux={ + "merging_factors": { + "nominal": 13, + }, + }, +) + +cpn.add_dataset( + name="w_lnu_2j_pt200to400_amcatnlo", + id=14826710, + processes=[procs.w_lnu_2j_pt200to400], + keys=[ + "/WtoLNu-2Jets_PTLNu-200to400_2J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=12, + n_events=5_488_647, + aux={ + "merging_factors": { + "nominal": 12, + }, + }, +) + +cpn.add_dataset( + name="w_lnu_2j_pt400to600_amcatnlo", + id=14831405, + processes=[procs.w_lnu_2j_pt400to600], + keys=[ + "/WtoLNu-2Jets_PTLNu-400to600_2J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=1, + n_events=467_510, + aux={ + "merging_factors": { + "nominal": 23, + }, + }, +) + +cpn.add_dataset( + name="w_lnu_2j_pt600toinf_amcatnlo", + id=14826832, + processes=[procs.w_lnu_2j_pt600toinf], + keys=[ + "/WtoLNu-2Jets_PTLNu-600_2J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=1, + n_events=458_648, + aux={ + "merging_factors": { + "nominal": 23, + }, + }, +) + +# +# Z boson production (non-DY) +# + +cpn.add_dataset( + name="z_qq_1j_pt100to200_amcatnlo", + id=14821998, + processes=[procs.z_qq_1j_pt100to200], + keys=[ + "/Zto2Q-2Jets_PTQQ-100to200_1J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=14, + n_events=10_154_543, + aux={ + "merging_factors": { + "nominal": 17, + }, + }, +) + +cpn.add_dataset( + name="z_qq_1j_pt200to400_amcatnlo", + id=14819696, + processes=[procs.z_qq_1j_pt200to400], + keys=[ + "/Zto2Q-2Jets_PTQQ-200to400_1J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=9, + n_events=4_474_590, + aux={ + "merging_factors": { + "nominal": 15, + }, + }, +) + +cpn.add_dataset( + name="z_qq_1j_pt400to600_amcatnlo", + id=14819096, + processes=[procs.z_qq_1j_pt400to600], + keys=[ + "/Zto2Q-2Jets_PTQQ-400to600_1J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=1, + n_events=481_551, + aux={ + "merging_factors": { + "nominal": 32, + }, + }, +) + +cpn.add_dataset( + name="z_qq_1j_pt600toinf_amcatnlo", + id=14831037, + processes=[procs.z_qq_1j_pt600toinf], + keys=[ + "/Zto2Q-2Jets_PTQQ-600_1J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=519_778, + aux={ + "merging_factors": { + "nominal": 20, + }, + }, +) + +cpn.add_dataset( + name="z_qq_2j_pt100to200_amcatnlo", + id=14819477, + processes=[procs.z_qq_2j_pt100to200], + keys=[ + "/Zto2Q-2Jets_PTQQ-100to200_2J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=16, + n_events=8_995_099, + aux={ + "merging_factors": { + "nominal": 15, + }, + }, +) + +cpn.add_dataset( + name="z_qq_2j_pt200to400_amcatnlo", + id=14815862, + processes=[procs.z_qq_2j_pt200to400], + keys=[ + "/Zto2Q-2Jets_PTQQ-200to400_2J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=22, + n_events=9_816_008, + aux={ + "merging_factors": { + "nominal": 11, + }, + }, +) + +cpn.add_dataset( + name="z_qq_2j_pt400to600_amcatnlo", + id=14825756, + processes=[procs.z_qq_2j_pt400to600], + keys=[ + "/Zto2Q-2Jets_PTQQ-400to600_2J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=2, + n_events=710_337, + aux={ + "merging_factors": { + "nominal": 10, + }, + }, +) + +cpn.add_dataset( + name="z_qq_2j_pt600toinf_amcatnlo", + id=14824862, + processes=[procs.z_qq_2j_pt600toinf], + keys=[ + "/Zto2Q-2Jets_PTQQ-600_2J_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=2, + n_events=540_869, + aux={ + "merging_factors": { + "nominal": 14, + }, + }, +) + +# +# Di-boson +# + +cpn.add_dataset( + name="ww_pythia", + id=14800066, + processes=[procs.ww], + keys=[ + "/WW_TuneCP5_13p6TeV_pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", + ], + n_files=19, + n_events=15_405_496, + aux={ + "merging_factors": { + "nominal": 13, + }, + }, +) + +cpn.add_dataset( + name="wz_pythia", + id=14803893, + processes=[procs.wz], + keys=[ + "/WZ_TuneCP5_13p6TeV_pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", + ], + n_files=9, + n_events=7_479_528, + aux={ + "merging_factors": { + "nominal": 17, + }, + }, +) + +cpn.add_dataset( + name="zz_pythia", + id=14807788, + processes=[procs.zz], + keys=[ + "/ZZ_TuneCP5_13p6TeV_pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", + ], + n_files=2, + n_events=1_181_750, + aux={ + "merging_factors": { + "nominal": 16, + }, + }, +) + +# +# Triple-boson +# + +cpn.add_dataset( + name="www_4f_amcatnlo", + id=14797810, + processes=[procs.www], + keys=[ + "/WWW_4F_TuneCP5_13p6TeV_amcatnlo-madspin-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=450_000, + aux={ + "merging_factors": { + "nominal": 26, + }, + }, +) + +cpn.add_dataset( + name="wwz_4f_amcatnlo", + id=14792468, + processes=[procs.wwz], + keys=[ + "/WWZ_4F_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=4, + n_events=1_950_044, + aux={ + "merging_factors": { + "nominal": 15, + }, + }, +) + +cpn.add_dataset( + name="wzz_amcatnlo", + id=14792148, + processes=[procs.wzz], + keys=[ + "/WZZ_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=4, + n_events=1_987_058, + aux={ + "merging_factors": { + "nominal": 12, + }, + }, +) + +cpn.add_dataset( + name="zzz_amcatnlo", + id=14798395, + processes=[procs.zzz], + keys=[ + "/ZZZ_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=4, + n_events=1_970_234, + aux={ + "merging_factors": { + "nominal": 13, + }, + }, +) diff --git a/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/hh2bbtautau.py b/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/hh2bbtautau.py new file mode 100644 index 0000000..6c9513a --- /dev/null +++ b/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/hh2bbtautau.py @@ -0,0 +1,1066 @@ +# coding: utf-8 + +""" +HH -> bbtautau datasets for the 2022 preEE data-taking campaign with datasets at NanoAOD tier in +version 14, created with custom content at UHH. +""" + +import cmsdb.processes as procs +from cmsdb.campaigns.run3_2022_preEE_nano_uhh_v14 import campaign_run3_2022_preEE_nano_uhh_v14 as cpn + + +# +# ggF -> H -> HH +# + +cpn.add_dataset( + name="hh_ggf_hbb_htt_kl1_kt1_powheg", + id=14875846, + processes=[procs.hh_ggf_hbb_htt_kl1_kt1], + keys=[ + "/GluGlutoHHto2B2Tau_kl-1p00_kt-1p00_c2-0p00_LHEweights_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=2, + n_events=913_840, + aux={ + "merging_factors": { + "nominal": 59, + }, + }, +) + +cpn.add_dataset( + name="hh_ggf_hbb_htt_kl0_kt1_powheg", + id=14796367, + processes=[procs.hh_ggf_hbb_htt_kl0_kt1], + keys=[ + "/GluGlutoHHto2B2Tau_kl-0p00_kt-1p00_c2-0p00_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=98_380, + aux={ + "merging_factors": { + "nominal": 3, + }, + }, +) + +cpn.add_dataset( + name="hh_ggf_hbb_htt_kl2p45_kt1_powheg", + id=14805257, + processes=[procs.hh_ggf_hbb_htt_kl2p45_kt1], + keys=[ + "/GluGlutoHHto2B2Tau_kl-2p45_kt-1p00_c2-0p00_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=97_635, + aux={ + "merging_factors": { + "nominal": 2, + }, + }, +) + +cpn.add_dataset( + name="hh_ggf_hbb_htt_kl5_kt1_powheg", + id=14803776, + processes=[procs.hh_ggf_hbb_htt_kl5_kt1], + keys=[ + "/GluGlutoHHto2B2Tau_kl-5p00_kt-1p00_c2-0p00_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=99_647, + aux={ + "merging_factors": { + "nominal": 2, + }, + }, +) + +cpn.add_dataset( + name="hh_ggf_hbb_htt_kl0_kt1_c21_powheg", + id=14802513, + processes=[procs.hh_ggf_hbb_htt_kl0_kt1_c21], + keys=[ + "/GluGlutoHHto2B2Tau_kl-0p00_kt-1p00_c2-1p00_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=98_902, + aux={ + "merging_factors": { + "nominal": 4, + }, + }, +) + +cpn.add_dataset( + name="hh_ggf_hbb_htt_kl1_kt1_c20p10_powheg", + id=14808587, + processes=[procs.hh_ggf_hbb_htt_kl1_kt1_c20p10], + keys=[ + "/GluGlutoHHto2B2Tau_kl-1p00_kt-1p00_c2-0p10_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=98_551, + aux={ + "merging_factors": { + "nominal": 3, + }, + }, +) + +cpn.add_dataset( + name="hh_ggf_hbb_htt_kl1_kt1_c20p35_powheg", + id=14802756, + processes=[procs.hh_ggf_hbb_htt_kl1_kt1_c20p35], + keys=[ + "/GluGlutoHHto2B2Tau_kl-1p00_kt-1p00_c2-0p35_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=98_705, + aux={ + "merging_factors": { + "nominal": 3, + }, + }, +) + +cpn.add_dataset( + name="hh_ggf_hbb_htt_kl1_kt1_c23_powheg", + id=14800332, + processes=[procs.hh_ggf_hbb_htt_kl1_kt1_c23], + keys=[ + "/GluGlutoHHto2B2Tau_kl-1p00_kt-1p00_c2-3p00_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=100_000, + aux={ + "merging_factors": { + "nominal": 2, + }, + }, +) + +cpn.add_dataset( + name="hh_ggf_hbb_htt_kl1_kt1_c2m2_powheg", + id=14797893, + processes=[procs.hh_ggf_hbb_htt_kl1_kt1_c2m2], + keys=[ + "/GluGlutoHHto2B2Tau_kl-1p00_kt-1p00_c2-m2p00_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=100_000, + aux={ + "merging_factors": { + "nominal": 2, + }, + }, +) + +# +# vbf -> H -> HH +# + +cpn.add_dataset( + name="hh_vbf_hbb_htt_kv1_k2v1_kl1_madgraph", + id=14790613, + processes=[procs.hh_vbf_hbb_htt_kv1_k2v1_kl1], + keys=[ + "/VBFHHto2B2Tau_CV_1_C2V_1_C3_1_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=2, + n_events=981_154, + aux={ + "merging_factors": { + "nominal": 17, + }, + }, +) + +cpn.add_dataset( + name="hh_vbf_hbb_htt_kv1_k2v1_kl2_madgraph", + id=14788949, + processes=[procs.hh_vbf_hbb_htt_kv1_k2v1_kl2], + keys=[ + "/VBFHHto2B2Tau_CV-1_C2V-1_C3-2_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=100_000, + aux={ + "merging_factors": { + "nominal": 3, + }, + }, +) + +cpn.add_dataset( + name="hh_vbf_hbb_htt_kv1_k2v2_kl1_madgraph", + id=14805327, + processes=[procs.hh_vbf_hbb_htt_kv1_k2v2_kl1], + keys=[ + "/VBFHHto2B2Tau_CV-1_C2V-2_C3-1_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=100_000, + aux={ + "merging_factors": { + "nominal": 3, + }, + }, +) + +cpn.add_dataset( + name="hh_vbf_hbb_htt_kv1_k2v0_kl1_madgraph", + id=14792505, + processes=[procs.hh_vbf_hbb_htt_kv1_k2v0_kl1], + keys=[ + "/VBFHHto2B2Tau_CV_1_C2V_0_C3_1_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=3, + n_events=988_736, + aux={ + "merging_factors": { + "nominal": 10, + }, + }, +) + +cpn.add_dataset( + name="hh_vbf_hbb_htt_kv1p74_k2v1p37_kl14p4_madgraph", + id=14870775, + processes=[procs.hh_vbf_hbb_htt_kv1p74_k2v1p37_kl14p4], + keys=[ + "/VBFHHto2B2Tau_CV-1p74_C2V-1p37_C3-14p4_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=2, + n_events=994_424, + aux={ + "merging_factors": { + "nominal": 32, + }, + }, +) + +cpn.add_dataset( + name="hh_vbf_hbb_htt_kvm0p012_k2v0p03_kl10p2_madgraph", + id=14874480, + processes=[procs.hh_vbf_hbb_htt_kvm0p012_k2v0p03_kl10p2], + keys=[ + "/VBFHHto2B2Tau_CV-m0p012_C2V-0p030_C3-10p2_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=3, + n_events=994_967, + aux={ + "merging_factors": { + "nominal": 22, + }, + }, +) + +cpn.add_dataset( + name="hh_vbf_hbb_htt_kvm0p758_k2v1p44_klm19p3_madgraph", + id=14878149, + processes=[procs.hh_vbf_hbb_htt_kvm0p758_k2v1p44_klm19p3], + keys=[ + "/VBFHHto2B2Tau_CV-m0p758_C2V-1p44_C3-m19p3_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=3, + n_events=998_602, + aux={ + "merging_factors": { + "nominal": 15, + }, + }, +) + +cpn.add_dataset( + name="hh_vbf_hbb_htt_kvm0p962_k2v0p959_klm1p43_madgraph", + id=14873950, + processes=[procs.hh_vbf_hbb_htt_kvm0p962_k2v0p959_klm1p43], + keys=[ + "/VBFHHto2B2Tau_CV-m0p962_C2V-0p959_C3-m1p43_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=2, + n_events=996_515, + aux={ + "merging_factors": { + "nominal": 31, + }, + }, +) + +cpn.add_dataset( + name="hh_vbf_hbb_htt_kvm1p21_k2v1p94_klm0p94_madgraph", + id=14876058, + processes=[procs.hh_vbf_hbb_htt_kvm1p21_k2v1p94_klm0p94], + keys=[ + "/VBFHHto2B2Tau_CV-m1p21_C2V-1p94_C3-m0p94_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=3, + n_events=995_107, + aux={ + "merging_factors": { + "nominal": 17, + }, + }, +) + +cpn.add_dataset( + name="hh_vbf_hbb_htt_kvm1p6_k2v2p72_klm1p36_madgraph", + id=14870882, + processes=[procs.hh_vbf_hbb_htt_kvm1p6_k2v2p72_klm1p36], + keys=[ + "/VBFHHto2B2Tau_CV-m1p60_C2V-2p72_C3-m1p36_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=2, + n_events=995_824, + aux={ + "merging_factors": { + "nominal": 29, + }, + }, +) + +cpn.add_dataset( + name="hh_vbf_hbb_htt_kvm1p83_k2v3p57_klm3p39_madgraph", + id=14961165, + processes=[procs.hh_vbf_hbb_htt_kvm1p83_k2v3p57_klm3p39], + keys=[ + "/VBFHHto2B2Tau_CV-m1p83_C2V-3p57_C3-m3p39_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=220_000, + aux={ + "merging_factors": { + "nominal": 13, + }, + }, +) + +cpn.add_dataset( + name="hh_vbf_hbb_htt_kvm2p12_k2v3p87_klm5p96_madgraph", + id=14877633, + processes=[procs.hh_vbf_hbb_htt_kvm2p12_k2v3p87_klm5p96], + keys=[ + "/VBFHHto2B2Tau_CV-m2p12_C2V-3p87_C3-m5p96_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=2, + n_events=979_120, + aux={ + "merging_factors": { + "nominal": 32, + }, + }, +) + +# +# ggf -> graviton -> HH +# + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m250_madgraph", + id=14856827, + processes=[procs.graviton_hh_ggf_hbb_htt_m250], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-250_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=88_000, + aux={ + "merging_factors": { + "nominal": 3, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m260_madgraph", + id=14873688, + processes=[procs.graviton_hh_ggf_hbb_htt_m260], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-260_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=84_490, + aux={ + "merging_factors": { + "nominal": 21, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m270_madgraph", + id=14858113, + processes=[procs.graviton_hh_ggf_hbb_htt_m270], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-270_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=88_000, + aux={ + "merging_factors": { + "nominal": 7, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m280_madgraph", + id=14867634, + processes=[procs.graviton_hh_ggf_hbb_htt_m280], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-280_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=88_000, + aux={ + "merging_factors": { + "nominal": 21, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m300_madgraph", + id=14867934, + processes=[procs.graviton_hh_ggf_hbb_htt_m300], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-300_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=87_304, + aux={ + "merging_factors": { + "nominal": 21, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m350_madgraph", + id=14868051, + processes=[procs.graviton_hh_ggf_hbb_htt_m350], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-350_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=87_303, + aux={ + "merging_factors": { + "nominal": 17, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m450_madgraph", + id=14857139, + processes=[procs.graviton_hh_ggf_hbb_htt_m450], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-450_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=88_000, + aux={ + "merging_factors": { + "nominal": 7, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m550_madgraph", + id=14875152, + processes=[procs.graviton_hh_ggf_hbb_htt_m550], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-550_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=87_312, + aux={ + "merging_factors": { + "nominal": 20, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m600_madgraph", + id=14858155, + processes=[procs.graviton_hh_ggf_hbb_htt_m600], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-600_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=88_000, + aux={ + "merging_factors": { + "nominal": 8, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m650_madgraph", + id=14856595, + processes=[procs.graviton_hh_ggf_hbb_htt_m650], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-650_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=88_000, + aux={ + "merging_factors": { + "nominal": 3, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m700_madgraph", + id=14872537, + processes=[procs.graviton_hh_ggf_hbb_htt_m700], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-700_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=87_310, + aux={ + "merging_factors": { + "nominal": 20, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m800_madgraph", + id=14856808, + processes=[procs.graviton_hh_ggf_hbb_htt_m800], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-800_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=88_000, + aux={ + "merging_factors": { + "nominal": 3, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m1000_madgraph", + id=14854546, + processes=[procs.graviton_hh_ggf_hbb_htt_m1000], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-1000_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=88_000, + aux={ + "merging_factors": { + "nominal": 7, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m1200_madgraph", + id=14872343, + processes=[procs.graviton_hh_ggf_hbb_htt_m1200], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-1200_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=21_332, + aux={ + "merging_factors": { + "nominal": 12, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m1400_madgraph", + id=14856666, + processes=[procs.graviton_hh_ggf_hbb_htt_m1400], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-1400_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=22_000, + aux={ + "merging_factors": { + "nominal": 2, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m1600_madgraph", + id=14856941, + processes=[procs.graviton_hh_ggf_hbb_htt_m1600], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-1600_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=22_000, + aux={ + "merging_factors": { + "nominal": 10, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m1800_madgraph", + id=14858127, + processes=[procs.graviton_hh_ggf_hbb_htt_m1800], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-1800_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=22_000, + aux={ + "merging_factors": { + "nominal": 5, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m2000_madgraph", + id=14854608, + processes=[procs.graviton_hh_ggf_hbb_htt_m2000], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-2000_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=22_000, + aux={ + "merging_factors": { + "nominal": 3, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m2500_madgraph", + id=14865095, + processes=[procs.graviton_hh_ggf_hbb_htt_m2500], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-2500_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=22_000, + aux={ + "merging_factors": { + "nominal": 14, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m3000_madgraph", + id=14858129, + processes=[procs.graviton_hh_ggf_hbb_htt_m3000], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-3000_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=22_000, + aux={ + "merging_factors": { + "nominal": 2, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m4000_madgraph", + id=14885096, + processes=[procs.graviton_hh_ggf_hbb_htt_m4000], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-4000_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v4/NANOAODSIM", # noqa + ], + n_files=1, + n_events=21_342, + aux={ + "merging_factors": { + "nominal": 9, + }, + }, +) + +cpn.add_dataset( + name="graviton_hh_ggf_hbb_htt_m5000_madgraph", + id=14857131, + processes=[procs.graviton_hh_ggf_hbb_htt_m5000], + keys=[ + "/GluGlutoBulkGravitontoHHto2B2Tau_M-5000_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=22_000, + aux={ + "merging_factors": { + "nominal": 10, + }, + }, +) + +# +# ggf -> radion -> HH +# + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m250_madgraph", + id=14857343, + processes=[procs.radion_hh_ggf_hbb_htt_m250], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-250_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=85_196, + aux={ + "merging_factors": { + "nominal": 17, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m260_madgraph", + id=14856713, + processes=[procs.radion_hh_ggf_hbb_htt_m260], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-260_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=87_279, + aux={ + "merging_factors": { + "nominal": 6, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m270_madgraph", + id=14865091, + processes=[procs.radion_hh_ggf_hbb_htt_m270], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-270_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=87_298, + aux={ + "merging_factors": { + "nominal": 17, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m280_madgraph", + id=14853129, + processes=[procs.radion_hh_ggf_hbb_htt_m280], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-280_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=88_000, + aux={ + "merging_factors": { + "nominal": 19, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m300_madgraph", + id=14856618, + processes=[procs.radion_hh_ggf_hbb_htt_m300], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-300_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=88_000, + aux={ + "merging_factors": { + "nominal": 5, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m350_madgraph", + id=14865104, + processes=[procs.radion_hh_ggf_hbb_htt_m350], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-350_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=88_000, + aux={ + "merging_factors": { + "nominal": 16, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m450_madgraph", + id=14856872, + processes=[procs.radion_hh_ggf_hbb_htt_m450], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-450_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=88_000, + aux={ + "merging_factors": { + "nominal": 3, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m550_madgraph", + id=14852999, + processes=[procs.radion_hh_ggf_hbb_htt_m550], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-550_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=85_915, + aux={ + "merging_factors": { + "nominal": 16, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m600_madgraph", + id=14857113, + processes=[procs.radion_hh_ggf_hbb_htt_m600], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-600_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=88_000, + aux={ + "merging_factors": { + "nominal": 5, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m650_madgraph", + id=14856968, + processes=[procs.radion_hh_ggf_hbb_htt_m650], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-650_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=88_000, + aux={ + "merging_factors": { + "nominal": 5, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m700_madgraph", + id=14855971, + processes=[procs.radion_hh_ggf_hbb_htt_m700], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-700_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=88_000, + aux={ + "merging_factors": { + "nominal": 6, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m800_madgraph", + id=14856917, + processes=[procs.radion_hh_ggf_hbb_htt_m800], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-800_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=88_000, + aux={ + "merging_factors": { + "nominal": 3, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m1000_madgraph", + id=14856932, + processes=[procs.radion_hh_ggf_hbb_htt_m1000], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-1000_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=88_000, + aux={ + "merging_factors": { + "nominal": 6, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m1200_madgraph", + id=14856857, + processes=[procs.radion_hh_ggf_hbb_htt_m1200], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-1200_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=22_000, + aux={ + "merging_factors": { + "nominal": 3, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m1400_madgraph", + id=14856881, + processes=[procs.radion_hh_ggf_hbb_htt_m1400], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-1400_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=22_000, + aux={ + "merging_factors": { + "nominal": 2, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m1600_madgraph", + id=14872393, + processes=[procs.radion_hh_ggf_hbb_htt_m1600], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-1600_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=21_345, + aux={ + "merging_factors": { + "nominal": 13, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m1800_madgraph", + id=14856885, + processes=[procs.radion_hh_ggf_hbb_htt_m1800], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-1800_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=22_000, + aux={ + "merging_factors": { + "nominal": 2, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m2000_madgraph", + id=14854659, + processes=[procs.radion_hh_ggf_hbb_htt_m2000], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-2000_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=22_000, + aux={ + "merging_factors": { + "nominal": 15, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m2500_madgraph", + id=14874111, + processes=[procs.radion_hh_ggf_hbb_htt_m2500], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-2500_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=22_000, + aux={ + "merging_factors": { + "nominal": 14, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m3000_madgraph", + id=14874977, + processes=[procs.radion_hh_ggf_hbb_htt_m3000], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-3000_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=22_000, + aux={ + "merging_factors": { + "nominal": 17, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m4000_madgraph", + id=14856844, + processes=[procs.radion_hh_ggf_hbb_htt_m4000], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-4000_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=22_000, + aux={ + "merging_factors": { + "nominal": 4, + }, + }, +) + +cpn.add_dataset( + name="radion_hh_ggf_hbb_htt_m5000_madgraph", + id=14854551, + processes=[procs.radion_hh_ggf_hbb_htt_m5000], + keys=[ + "/GluGlutoRadiontoHHto2B2Tau_M-5000_narrow_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=22_000, + aux={ + "merging_factors": { + "nominal": 4, + }, + }, +) diff --git a/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/hhh4b2tau.py b/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/hhh4b2tau.py new file mode 100644 index 0000000..1e3a4c3 --- /dev/null +++ b/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/hhh4b2tau.py @@ -0,0 +1,190 @@ +# coding: utf-8 + +""" +HHH -> bbbbtautau datasets for the 2022 preEE data-taking campaign with datasets at NanoAOD tier in +version 14, created with custom content at UHH. +""" + +import cmsdb.processes as procs +from cmsdb.campaigns.run3_2022_preEE_nano_uhh_v14 import campaign_run3_2022_preEE_nano_uhh_v14 as cpn + + +# +# ggF -> H -> HH +# + +cpn.add_dataset( + name="hhh_4b2tau_c31_d40_amcatnlo", + id=14805288, + processes=[procs.hhh_4b2tau_c31_d40], + keys=[ + "/HHHto4B2Tau_c3-1_d4-0_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=395_878, + aux={ + "merging_factors": { + "nominal": 19, + }, + }, +) + +cpn.add_dataset( + name="hhh_4b2tau_c34_d49_amcatnlo", + id=14885953, + processes=[procs.hhh_4b2tau_c34_d49], + keys=[ + "/HHHto4B2Tau_c3-4_d4-9_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=1, + n_events=262_292, + aux={ + "merging_factors": { + "nominal": 15, + }, + }, +) + +cpn.add_dataset( + name="hhh_4b2tau_c3m1_d40_amcatnlo", + id=14795194, + processes=[procs.hhh_4b2tau_c3m1_d40], + keys=[ + "/HHHto4B2Tau_c3-minus1_d4-0_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=384_245, + aux={ + "merging_factors": { + "nominal": 25, + }, + }, +) + +cpn.add_dataset( + name="hhh_4b2tau_c31_d42_amcatnlo", + id=14797469, + processes=[procs.hhh_4b2tau_c31_d42], + keys=[ + "/HHHto4B2Tau_c3-1_d4-2_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=2, + n_events=407_634, + aux={ + "merging_factors": { + "nominal": 11, + }, + }, +) + +cpn.add_dataset( + name="hhh_4b2tau_c32_d4m1_amcatnlo", + id=14794613, + processes=[procs.hhh_4b2tau_c32_d4m1], + keys=[ + "/HHHto4B2Tau_c3-2_d4-minus1_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=396_595, + aux={ + "merging_factors": { + "nominal": 23, + }, + }, +) + +cpn.add_dataset( + name="hhh_4b2tau_c30_d40_amcatnlo", + id=14791313, + processes=[procs.hhh_4b2tau_c30_d40], + keys=[ + "/HHHto4B2Tau_c3-0_d4-0_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=26, + n_events=9_399_560, + aux={ + "merging_factors": { + "nominal": 9, + }, + }, +) + +cpn.add_dataset( + name="hhh_4b2tau_c30_d499_amcatnlo", + id=14802797, + processes=[procs.hhh_4b2tau_c30_d499], + keys=[ + "/HHHto4B2Tau_c3-0_d4-99_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=387_652, + aux={ + "merging_factors": { + "nominal": 21, + }, + }, +) + +cpn.add_dataset( + name="hhh_4b2tau_c30_d4m1_amcatnlo", + id=14796290, + processes=[procs.hhh_4b2tau_c30_d4m1], + keys=[ + "/HHHto4B2Tau_c3-0_d4-minus1_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=393_610, + aux={ + "merging_factors": { + "nominal": 23, + }, + }, +) + +cpn.add_dataset( + name="hhh_4b2tau_c319_d419_amcatnlo", + id=14805828, + processes=[procs.hhh_4b2tau_c319_d419], + keys=[ + "/HHHto4B2Tau_c3-19_d4-19_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=393_190, + aux={ + "merging_factors": { + "nominal": 20, + }, + }, +) + +cpn.add_dataset( + name="hhh_4b2tau_c3m1_d4m1_amcatnlo", + id=14791288, + processes=[procs.hhh_4b2tau_c3m1_d4m1], + keys=[ + "/HHHto4B2Tau_c3-minus1_d4-minus1_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=398_634, + aux={ + "merging_factors": { + "nominal": 20, + }, + }, +) + +cpn.add_dataset( + name="hhh_4b2tau_c3m1p5_d4m0p5_amcatnlo", + id=14792134, + processes=[procs.hhh_4b2tau_c3m1p5_d4m0p5], + keys=[ + "/HHHto4B2Tau_c3-minus1p5_d4-minus0p5_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=406_138, + aux={ + "merging_factors": { + "nominal": 26, + }, + }, +) diff --git a/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/higgs.py b/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/higgs.py new file mode 100644 index 0000000..0091c44 --- /dev/null +++ b/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/higgs.py @@ -0,0 +1,304 @@ +# coding: utf-8 + +""" +Higgs datasets for the 2022 preEE data-taking campaign with datasets at NanoAOD tier in +version 14, created with custom content at UHH. +""" + +import cmsdb.processes as procs +from cmsdb.campaigns.run3_2022_preEE_nano_uhh_v14 import campaign_run3_2022_preEE_nano_uhh_v14 as cpn + + +# +# Single Higgs +# + +cpn.add_dataset( + name="h_ggf_htt_powheg", + id=14802020, + processes=[procs.h_ggf_htt], + keys=[ + "/GluGluHToTauTau_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=295_722, + aux={ + "merging_factors": { + "nominal": 16, + }, + }, +) + +cpn.add_dataset( + name="h_vbf_htt_powheg", + id=14792119, + processes=[procs.h_vbf_htt], + keys=[ + "/VBFHToTauTau_M125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=299_337, + aux={ + "merging_factors": { + "nominal": 12, + }, + }, +) + +cpn.add_dataset( + name="vh_hnonbb_amcatnlo", + id=14836666, + processes=[procs.vh_hnonbb], + keys=[ + "/VH_HtoNonbb_M-125_TuneCP5_13p6TeV_amcatnloFXFX-madspin-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=1, + n_events=147_250, + aux={ + "merging_factors": { + "nominal": 6, + }, + }, +) + +cpn.add_dataset( + name="wmh_wlnu_hbb_powheg", + id=14805243, + processes=[procs.wmh_wlnu_hbb], + keys=[ + "/WminusH_Hto2B_WtoLNu_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + "/WminusH_Hto2B_WtoLNu_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext1-v2/NANOAODSIM", # noqa + ], + n_files=1 + 8, + n_events=590_044 + 4_400_000, + aux={ + "merging_factors": { + "nominal": 24, + "nominal_ext1": 34, + }, + }, +) + +cpn.add_dataset( + name="wph_wlnu_hbb_powheg", + id=14802236, + processes=[procs.wph_wlnu_hbb], + keys=[ + "/WplusH_Hto2B_WtoLNu_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + "/WplusH_Hto2B_WtoLNu_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext1-v2/NANOAODSIM", # noqa + ], + n_files=1 + 8, + n_events=565_746 + 4_186_150, + aux={ + "merging_factors": { + "nominal": 25, + "nominal_ext1": 32, + }, + }, +) + +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_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + "/WplusH_Hto2B_Wto2Q_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext1-v2/NANOAODSIM", # noqa + ], + n_files=2 + 6, + n_events=1_199_214 + 3_184_502, + aux={ + "merging_factors": { + "nominal": 15, + "nominal_ext1": 35, + }, + }, +) + +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_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + "/WminusH_Hto2B_Wto2Q_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext1-v2/NANOAODSIM", # noqa + ], + n_files=2 + 6, + n_events=1_147_965 + 3_165_352, + aux={ + "merging_factors": { + "nominal": 16, + "nominal_ext1": 47, + }, + }, +) + +cpn.add_dataset( + name="wph_htt_powheg", + id=14925459, + processes=[procs.wph_htt], + keys=[ + "/WplusHTo2TauUncorrelatedDecay_M-125_TuneCP5_13p6TeV_powheg-minnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=30_000, + aux={ + "merging_factors": { + "nominal": 14, + }, + }, +) + +cpn.add_dataset( + name="wmh_htt_powheg", + id=14926125, + processes=[procs.wmh_htt], + keys=[ + "/WminusHTo2TauUncorrelatedDecay_M-125_TuneCP5_13p6TeV_powheg-minnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=29_387, + aux={ + "merging_factors": { + "nominal": 11, + }, + }, +) + +cpn.add_dataset( + name="zh_zll_hbb_powheg", + id=14805330, + processes=[procs.zh_zll_hbb], + keys=[ + "/ZH_Hto2B_Zto2L_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + "/ZH_Hto2B_Zto2L_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext1-v2/NANOAODSIM", # noqa + ], + n_files=2 + 9, + n_events=599_100 + 4_363_648, + aux={ + "merging_factors": { + "nominal": 20, + "nominal_ext1": 20, + }, + }, +) + +cpn.add_dataset( + name="zh_zqq_hbb_powheg", + id=14803771, + processes=[procs.zh_zqq_hbb], + keys=[ + "/ZH_Hto2B_Zto2Q_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + "/ZH_Hto2B_Zto2Q_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext1-v3/NANOAODSIM", # noqa + ], + n_files=2 + 6, + n_events=1_144_560 + 3_177_722, + aux={ + "merging_factors": { + "nominal": 16, + "nominal_ext1": 22, + }, + }, +) + +cpn.add_dataset( + name="zh_htt_powheg", + id=14927153, + processes=[procs.zh_htt], + keys=[ + "/ZHto2TauUncorrelatedDecay_M-125_CP5_13p6TeV_powheg-minnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=28_992, + aux={ + "merging_factors": { + "nominal": 22, + }, + }, +) + +cpn.add_dataset( + name="zh_gg_zll_hbb_powheg", + id=14801535, + processes=[procs.zh_gg_zll_hbb], + keys=[ + "/ggZH_Hto2B_Zto2L_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + "/ggZH_Hto2B_Zto2L_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext1-v3/NANOAODSIM", # noqa + ], + n_files=2 + 9, + n_events=582_250 + 3_782_190, + aux={ + "merging_factors": { + "nominal": 13, + "nominal_ext1": 16, + }, + }, +) + +cpn.add_dataset( + name="zh_gg_zqq_hbb_powheg", + id=14803209, + processes=[procs.zh_gg_zqq_hbb], + keys=[ + "/ggZH_Hto2B_Zto2Q_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + "/ggZH_Hto2B_Zto2Q_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext1-v3/NANOAODSIM", # noqa + ], + n_files=2 + 8, + n_events=578_672 + 3_796_788, + aux={ + "merging_factors": { + "nominal": 13, + "nominal_ext1": 16, + }, + }, +) + +cpn.add_dataset( + name="zh_gg_znunu_hbb_powheg", + id=14805531, + processes=[procs.zh_gg_znunu_hbb], + keys=[ + "/ggZH_Hto2B_Zto2Nu_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + "/ggZH_Hto2B_Zto2Nu_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext1-v3/NANOAODSIM", # noqa + ], + n_files=1 + 6, + n_events=581_016 + 3_785_194, + aux={ + "merging_factors": { + "nominal": 22, + "nominal_ext1": 19, + }, + }, +) + +cpn.add_dataset( + name="tth_hbb_powheg", + id=14857728, + processes=[procs.tth_hbb], + keys=[ + "/TTHto2B_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v3/NANOAODSIM", # noqa + ], + n_files=10, + n_events=3_180_918, + aux={ + "merging_factors": { + "nominal": 13, + }, + }, +) + +cpn.add_dataset( + name="tth_hnonbb_powheg", + id=14849148, + processes=[procs.tth_hnonbb], + keys=[ + "/TTHtoNon2B_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v4/NANOAODSIM", # noqa + ], + n_files=13, + n_events=3_958_795, + aux={ + "merging_factors": { + "nominal": 12, + }, + }, +) diff --git a/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/top.py b/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/top.py new file mode 100644 index 0000000..edba7bf --- /dev/null +++ b/cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/top.py @@ -0,0 +1,834 @@ +# coding: utf-8 + +""" +Top quark related datasets for the 2022 preEE data-taking campaign with datasets at NanoAOD tier in +version 14, created with custom content at UHH. +""" + +from order import DatasetInfo + +import cmsdb.processes as procs +from cmsdb.campaigns.run3_2022_preEE_nano_uhh_v14 import campaign_run3_2022_preEE_nano_uhh_v14 as cpn + + +# +# ttbar +# + +cpn.add_dataset( + name="tt_sl_powheg", + id=14791247, + processes=[procs.tt_sl], + info=dict( + nominal=DatasetInfo( + keys=[ + "/TTtoLNu2Q_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + "/TTtoLNu2Q_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext1-v2/NANOAODSIM", # noqa + ], + n_files=149 + 172, + n_events=66_502_405 + 77_002_090, + ), + hdamp_down=DatasetInfo( + keys=[ + "/TTtoLNu2Q_Hdamp-158_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=73, + n_events=32_008_786, + ), + hdamp_up=DatasetInfo( + keys=[ + "/TTtoLNu2Q_Hdamp-418_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=73, + n_events=31_628_880, + ), + mtop_down=DatasetInfo( + keys=[ + "/TTtoLNu2Q_MT-171p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=68, + n_events=32_577_200, + ), + mtop_up=DatasetInfo( + keys=[ + "/TTtoLNu2Q_MT-173p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=67, + n_events=31_244_178, + ), + tune_down=DatasetInfo( + keys=[ + "/TTtoLNu2Q_TuneCP5Down_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=71, + n_events=32_337_000, + ), + tune_up=DatasetInfo( + keys=[ + "/TTtoLNu2Q_TuneCP5Up_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=69, + n_events=31_647_140, + ), + ), + aux={ + "merging_factors": { + "nominal": 8, + "nominal_ext1": 16, + "hdamp_down": 8, + "hdamp_up": 9, + "mtop_down": 9, + "mtop_up": 9, + "tune_down": 8, + "tune_up": 11, + }, + }, +) + +cpn.add_dataset( + name="tt_dl_powheg", + id=14803338, + processes=[procs.tt_dl], + info=dict( + nominal=DatasetInfo( + keys=[ + "/TTto2L2Nu_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + "/TTto2L2Nu_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext1-v2/NANOAODSIM", # noqa + ], + n_files=54 + 53, + n_events=23_802_613 + 24_084_800, + ), + hdamp_down=DatasetInfo( + keys=[ + "/TTto2L2Nu_Hdamp-158_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=21, + n_events=9_793_943, + ), + hdamp_up=DatasetInfo( + keys=[ + "/TTto2L2Nu_Hdamp-418_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=21, + n_events=9_795_550, + ), + mtop_down=DatasetInfo( + keys=[ + "/TTto2L2Nu_MT-171p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=22, + n_events=9_728_780, + ), + mtop_up=DatasetInfo( + keys=[ + "/TTto2L2Nu_MT-173p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=21, + n_events=9_410_032, + ), + tune_down=DatasetInfo( + keys=[ + "/TTto2L2Nu_TuneCP5Down_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=22, + n_events=9_891_000, + ), + tune_up=DatasetInfo( + keys=[ + "/TTto2L2Nu_TuneCP5Up_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=22, + n_events=9_793_728, + ), + ), + aux={ + "merging_factors": { + "nominal": 8, + "nominal_ext1": 19, + "hdamp_down": 12, + "hdamp_up": 11, + "mtop_down": 11, + "mtop_up": 12, + "tune_down": 9, + "tune_up": 12, + }, + }, +) + +cpn.add_dataset( + name="tt_fh_powheg", + id=14808369, + processes=[procs.tt_fh], + info=dict( + nominal=DatasetInfo( + keys=[ + "/TTto4Q_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + "/TTto4Q_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext1-v2/NANOAODSIM", # noqa + ], + n_files=115 + 121, + n_events=53_475_524 + 52_573_597, + ), + hdamp_down=DatasetInfo( + keys=[ + "/TTto4Q_Hdamp-158_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=52, + n_events=23_150_671, + ), + hdamp_up=DatasetInfo( + keys=[ + "/TTto4Q_Hdamp-418_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=49, + n_events=21_580_076, + ), + mtop_down=DatasetInfo( + keys=[ + "/TTto4Q_MT-171p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=52, + n_events=23_170_000, + ), + mtop_up=DatasetInfo( + keys=[ + "/TTto4Q_MT-173p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=53, + n_events=22_750_854, + ), + tune_down=DatasetInfo( + keys=[ + "/TTto4Q_TuneCP5Down_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=48, + n_events=22_159_608, + ), + tune_up=DatasetInfo( + keys=[ + "/TTto4Q_TuneCP5Up_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=51, + n_events=22_414_958, + ), + ), + aux={ + "merging_factors": { + "nominal": 11, + "nominal_ext1": 16, + "hdamp_down": 8, + "hdamp_up": 8, + "mtop_down": 9, + "mtop_up": 9, + "tune_down": 8, + "tune_up": 8, + }, + }, +) + +# +# ttbar + 1 vector boson +# + +cpn.add_dataset( + name="ttw_wlnu_amcatnlo", + id=14836091, + processes=[procs.ttw_wlnu], + keys=[ + "/TTLNu-1Jets_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v1/NANOAODSIM", # noqa + ], + n_files=1, + n_events=111_308, + aux={ + "merging_factors": { + "nominal": 3, + }, + }, +) + +cpn.add_dataset( + name="ttz_zqq_amcatnlo", + id=14796231, + processes=[procs.ttz_zqq], + keys=[ + "/TTZ-ZtoQQ-1Jets_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=376_687, + aux={ + "merging_factors": { + "nominal": 26, + }, + }, +) + +cpn.add_dataset( + name="ttz_zll_m4to50_amcatnlo", + id=14790832, + processes=[procs.ttz_zll_m4to50], + keys=[ + "/TTLL_MLL-4to50_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=300_000, + aux={ + "merging_factors": { + "nominal": 25, + }, + }, +) + +cpn.add_dataset( + name="ttz_zll_m50toinf_amcatnlo", + id=14791117, + processes=[procs.ttz_zll_m50toinf], + keys=[ + "/TTLL_MLL-50_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=2, + n_events=400_000, + aux={ + "merging_factors": { + "nominal": 15, + }, + }, +) + +cpn.add_dataset( + name="ttz_znunu_amcatnlo", + id=14881328, + processes=[procs.ttz_znunu], + keys=[ + "/TTNuNu_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=2, + n_events=498_544, + aux={ + "merging_factors": { + "nominal": 18, + }, + }, +) + +# +# ttbar + 2 vector bosons +# + +cpn.add_dataset( + name="ttww_madgraph", + id=14792013, + processes=[procs.ttww], + keys=[ + "/TTWW_TuneCP5_13p6TeV_madgraph-madspin-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=2, + n_events=450_000, + aux={ + "merging_factors": { + "nominal": 14, + }, + }, +) + +cpn.add_dataset( + name="ttzz_madgraph", + id=14796051, + processes=[procs.ttzz], + keys=[ + "/TTZZ_TuneCP5_13p6TeV_madgraph-madspin-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=2, + n_events=443_238, + aux={ + "merging_factors": { + "nominal": 13, + }, + }, +) + +# +# single top +# + +cpn.add_dataset( + name="st_tchannel_t_4f_powheg", + id=14801389, + processes=[procs.st_tchannel_t], + keys=[ + "/TBbarQ_t-channel_4FS_TuneCP5_13p6TeV_powheg-madspin-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=5, + n_events=2_973_675, + aux={ + "merging_factors": { + "nominal": 16, + }, + }, +) + +cpn.add_dataset( + name="st_tchannel_tbar_4f_powheg", + id=14803988, + processes=[procs.st_tchannel_tbar], + keys=[ + "/TbarBQ_t-channel_4FS_TuneCP5_13p6TeV_powheg-madspin-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=3, + n_events=1_433_215, + aux={ + "merging_factors": { + "nominal": 15, + }, + }, +) + +cpn.add_dataset( + name="st_twchannel_t_sl_powheg", + id=14798336, + processes=[procs.st_twchannel_t_sl], + info=dict( + nominal=DatasetInfo( + keys=[ + "/TWminustoLNu2Q_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + "/TWminustoLNu2Q_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext1-v2/NANOAODSIM", # noqa + ], + n_files=10 + 10, + n_events=4_743_971 + 4_900_350, + ), + hdamp_down=DatasetInfo( + keys=[ + "/TWminustoLNu2Q_Hdamp-158_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=10, + n_events=4_903_597, + ), + hdamp_up=DatasetInfo( + keys=[ + "/TWminustoLNu2Q_Hdamp-418_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=10, + n_events=4_801_624, + ), + mtop_down=DatasetInfo( + keys=[ + "/TWminustoLNu2Q_MT-171p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=10, + n_events=4_904_011, + ), + mtop_up=DatasetInfo( + keys=[ + "/TWminustoLNu2Q_MT-173p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=9, + n_events=4_522_843, + ), + tune_down=DatasetInfo( + keys=[ + "/TWminustoLNu2Q_TuneCP5Down_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=11, + n_events=5_090_154, + ), + tune_up=DatasetInfo( + keys=[ + "/TWminustoLNu2Q_TuneCP5Up_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=10, + n_events=4_902_158, + ), + ), + aux={ + "merging_factors": { + "nominal": 13, + "nominal_ext1": 23, + "hdamp_down": 14, + "hdamp_up": 13, + "mtop_down": 11, + "mtop_up": 13, + "tune_down": 11, + "tune_up": 13, + }, + }, +) + +cpn.add_dataset( + name="st_twchannel_tbar_sl_powheg", + id=14791094, + processes=[procs.st_twchannel_tbar_sl], + info=dict( + nominal=DatasetInfo( + keys=[ + "/TbarWplustoLNu2Q_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + "/TbarWplustoLNu2Q_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext1-v2/NANOAODSIM", # noqa + ], + n_files=9 + 10, + n_events=4_366_467 + 4_816_562, + ), + hdamp_down=DatasetInfo( + keys=[ + "/TbarWplustoLNu2Q_Hdamp-158_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=10, + n_events=4_930_632, + ), + hdamp_up=DatasetInfo( + keys=[ + "/TbarWplustoLNu2Q_Hdamp-418_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=10, + n_events=4_865_573, + ), + mtop_down=DatasetInfo( + keys=[ + "/TbarWplustoLNu2Q_MT-171p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=11, + n_events=5_133_770, + ), + mtop_up=DatasetInfo( + keys=[ + "/TbarWplustoLNu2Q_MT-173p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=10, + n_events=4_995_477, + ), + tune_down=DatasetInfo( + keys=[ + "/TbarWplustoLNu2Q_TuneCP5Down_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=10, + n_events=4_659_748, + ), + tune_up=DatasetInfo( + keys=[ + "/TbarWplustoLNu2Q_TuneCP5Up_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=10, + n_events=4_661_358, + ), + ), + aux={ + "merging_factors": { + "nominal": 12, + "nominal_ext1": 23, + "hdamp_down": 13, + "hdamp_up": 14, + "mtop_down": 12, + "mtop_up": 12, + "tune_down": 16, + "tune_up": 11, + }, + }, +) + +cpn.add_dataset( + name="st_twchannel_t_dl_powheg", + id=14805970, + processes=[procs.st_twchannel_t_dl], + info=dict( + nominal=DatasetInfo( + keys=[ + "/TWminusto2L2Nu_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + "/TWminusto2L2Nu_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext1-v2/NANOAODSIM", # noqa + ], + n_files=5 + 5, + n_events=2_387_056 + 2_500_000, + ), + hdamp_down=DatasetInfo( + keys=[ + "/TWminusto2L2Nu_Hdamp-158_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=5, + n_events=2_501_382, + ), + hdamp_up=DatasetInfo( + keys=[ + "/TWminusto2L2Nu_Hdamp-418_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=5, + n_events=2_538_826, + ), + mtop_down=DatasetInfo( + keys=[ + "/TWminusto2L2Nu_MT-171p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=5, + n_events=2_513_281, + ), + mtop_up=DatasetInfo( + keys=[ + "/TWminusto2L2Nu_MT-173p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=5, + n_events=2_497_924, + ), + tune_down=DatasetInfo( + keys=[ + "/TWminusto2L2Nu_TuneCP5Down_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=5, + n_events=2_361_903, + ), + tune_up=DatasetInfo( + keys=[ + "/TWminusto2L2Nu_TuneCP5Up_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=5, + n_events=2_375_416, + ), + ), + aux={ + "merging_factors": { + "nominal": 11, + "nominal_ext1": 25, + "hdamp_down": 17, + "hdamp_up": 15, + "mtop_down": 19, + "mtop_up": 20, + "tune_down": 12, + "tune_up": 16, + }, + }, +) + +cpn.add_dataset( + name="st_twchannel_tbar_dl_powheg", + id=14791318, + processes=[procs.st_twchannel_tbar_dl], + info=dict( + nominal=DatasetInfo( + keys=[ + "/TbarWplusto2L2Nu_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + "/TbarWplusto2L2Nu_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext1-v2/NANOAODSIM", # noqa + ], + n_files=5 + 5, + n_events=2_327_688 + 2_435_737, + ), + hdamp_down=DatasetInfo( + keys=[ + "/TbarWplusto2L2Nu_Hdamp-158_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=5, + n_events=2_499_291, + ), + hdamp_up=DatasetInfo( + keys=[ + "/TbarWplusto2L2Nu_Hdamp-418_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=5, + n_events=2_436_721, + ), + mtop_down=DatasetInfo( + keys=[ + "/TbarWplusto2L2Nu_MT-171p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=5, + n_events=2_524_255, + ), + mtop_up=DatasetInfo( + keys=[ + "/TbarWplusto2L2Nu_MT-173p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=5, + n_events=2_497_188, + ), + tune_down=DatasetInfo( + keys=[ + "/TbarWplusto2L2Nu_TuneCP5Down_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=5, + n_events=2_363_085, + ), + tune_up=DatasetInfo( + keys=[ + "/TbarWplusto2L2Nu_TuneCP5Up_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=5, + n_events=2_536_835, + ), + ), + aux={ + "merging_factors": { + "nominal": 11, + "nominal_ext1": 25, + "hdamp_down": 14, + "hdamp_up": 13, + "mtop_down": 15, + "mtop_up": 13, + "tune_down": 11, + "tune_up": 13, + }, + }, +) + +cpn.add_dataset( + name="st_twchannel_t_fh_powheg", + id=14791162, + processes=[procs.st_twchannel_t_fh], + info=dict( + nominal=DatasetInfo( + keys=[ + "/TWminusto4Q_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + "/TWminusto4Q_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext1-v2/NANOAODSIM", # noqa + ], + n_files=8 + 8, + n_events=3_862_005 + 3_909_550, + ), + hdamp_down=DatasetInfo( + keys=[ + "/TWminusto4Q_Hdamp-158_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=8, + n_events=3_976_914, + ), + hdamp_up=DatasetInfo( + keys=[ + "/TWminusto4Q_Hdamp-418_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=8, + n_events=3_916_606, + ), + mtop_down=DatasetInfo( + keys=[ + "/TWminusto4Q_MT-171p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=8, + n_events=4_020_863, + ), + mtop_up=DatasetInfo( + keys=[ + "/TWminusto4Q_MT-173p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=8, + n_events=3_870_500, + ), + tune_down=DatasetInfo( + keys=[ + "/TWminusto4Q_TuneCP5Down_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=8, + n_events=3_793_280, + ), + tune_up=DatasetInfo( + keys=[ + "/TWminusto4Q_TuneCP5Up_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=8, + n_events=3_853_959, + ), + ), + aux={ + "merging_factors": { + "nominal": 13, + "nominal_ext1": 19, + "hdamp_down": 12, + "hdamp_up": 11, + "mtop_down": 11, + "mtop_up": 15, + "tune_down": 14, + "tune_up": 11, + }, + }, +) + +cpn.add_dataset( + name="st_twchannel_tbar_fh_powheg", + id=14790862, + processes=[procs.st_twchannel_tbar_fh], + info=dict( + nominal=DatasetInfo( + keys=[ + "/TbarWplusto4Q_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + "/TbarWplusto4Q_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5_ext1-v2/NANOAODSIM", # noqa + ], + n_files=8 + 8, + n_events=3_762_952 + 4_000_000, + ), + hdamp_down=DatasetInfo( + keys=[ + "/TbarWplusto4Q_Hdamp-158_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=8, + n_events=3_963_854, + ), + hdamp_up=DatasetInfo( + keys=[ + "/TbarWplusto4Q_Hdamp-418_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=8, + n_events=3_895_220, + ), + mtop_down=DatasetInfo( + keys=[ + "/TbarWplusto4Q_MT-171p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=8, + n_events=3_938_484, + ), + mtop_up=DatasetInfo( + keys=[ + "/TbarWplusto4Q_MT-173p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=8, + n_events=3_898_600, + ), + tune_down=DatasetInfo( + keys=[ + "/TbarWplusto4Q_TuneCP5Down_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=8, + n_events=3_971_608, + ), + tune_up=DatasetInfo( + keys=[ + "/TbarWplusto4Q_TuneCP5Up_13p6TeV_powheg-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=8, + n_events=3_920_656, + ), + ), + aux={ + "merging_factors": { + "nominal": 10, + "nominal_ext1": 22, + "hdamp_down": 10, + "hdamp_up": 11, + "mtop_down": 13, + "mtop_up": 11, + "tune_down": 12, + "tune_up": 13, + }, + }, +) + +cpn.add_dataset( + name="st_schannel_t_lep_4f_amcatnlo", + id=14791065, + processes=[procs.st_schannel_t_lep], + keys=[ + "/TBbartoLplusNuBbar-s-channel-4FS_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=2, + n_events=1_271_280, + aux={ + "merging_factors": { + "nominal": 20, + }, + }, +) + +cpn.add_dataset( + name="st_schannel_tbar_lep_4f_amcatnlo", + id=14791008, + processes=[procs.st_schannel_tbar_lep], + keys=[ + "/TbarBtoLminusNuB-s-channel-4FS_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22MiniAODv4_NanoAODv14UHH-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa + ], + n_files=2, + n_events=785_520, + aux={ + "merging_factors": { + "nominal": 17, + }, + }, +)