From 30bb27b86d4d33f66c7a9ddfb63c5137d9cf38ec Mon Sep 17 00:00:00 2001 From: "Marcel R." Date: Sat, 21 Dec 2024 10:28:50 +0100 Subject: [PATCH] Add ttbar in 23 post. --- .../run3_2023_postBPix_nano_uhh_v14/top.py | 336 +++++++++++++++++- 1 file changed, 331 insertions(+), 5 deletions(-) diff --git a/cmsdb/campaigns/run3_2023_postBPix_nano_uhh_v14/top.py b/cmsdb/campaigns/run3_2023_postBPix_nano_uhh_v14/top.py index be51f70..abf2091 100644 --- a/cmsdb/campaigns/run3_2023_postBPix_nano_uhh_v14/top.py +++ b/cmsdb/campaigns/run3_2023_postBPix_nano_uhh_v14/top.py @@ -5,9 +5,9 @@ in version 14, created with custom content at UHH. """ -# from order import DatasetInfo +from order import DatasetInfo -# import cmsdb.processes as procs +import cmsdb.processes as procs from cmsdb.campaigns.run3_2023_postBPix_nano_uhh_v14 import campaign_run3_2023_postBPix_nano_uhh_v14 as cpn # noqa @@ -15,19 +15,345 @@ # ttbar # -# tba +cpn.add_dataset( + name="tt_sl_powheg", + id=14808105, + processes=[procs.tt_sl], + info=dict( + nominal=DatasetInfo( + keys=[ + "/TTtoLNu2Q_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=142, + n_events=63_875_000, + ), + hdamp_down=DatasetInfo( + keys=[ + "/TTtoLNu2Q_Hdamp-158_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=70, + n_events=31_941_000, + ), + hdamp_up=DatasetInfo( + keys=[ + "/TTtoLNu2Q_Hdamp-418_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=74, + n_events=32_343_000, + ), + mtop_down=DatasetInfo( + keys=[ + "/TTtoLNu2Q_MT-171p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=73, + n_events=31_646_999, + ), + mtop_up=DatasetInfo( + keys=[ + "/TTtoLNu2Q_MT-173p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=77, + n_events=32_862_000, + ), + tune_down=DatasetInfo( + keys=[ + "/TTtoLNu2Q_TuneCP5Down_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=73, + n_events=32_022_000, + ), + tune_up=DatasetInfo( + keys=[ + "/TTtoLNu2Q_TuneCP5Up_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=74, + n_events=32_910_000, + ), + ), + aux={ + "merging_factors": { + "nominal": 14, + "hdamp_down": 15, + "hdamp_up": 15, + "mtop_down": 14, + "mtop_up": 13, + "tune_down": 14, + "tune_up": 14, + }, + }, +) + +cpn.add_dataset( + name="tt_dl_powheg", + id=14835872, + processes=[procs.tt_dl], + info=dict( + nominal=DatasetInfo( + keys=[ + "/TTto2L2Nu_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=54, + n_events=24_556_000, + ), + hdamp_down=DatasetInfo( + keys=[ + "/TTto2L2Nu_Hdamp-158_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=22, + n_events=9_628_000, + ), + hdamp_up=DatasetInfo( + keys=[ + "/TTto2L2Nu_Hdamp-418_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=23, + n_events=9_838_000, + ), + mtop_down=DatasetInfo( + keys=[ + "/TTto2L2Nu_MT-171p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=22, + n_events=9_871_000, + ), + mtop_up=DatasetInfo( + keys=[ + "/TTto2L2Nu_MT-173p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=23, + n_events=9_901_000, + ), + tune_down=DatasetInfo( + keys=[ + "/TTto2L2Nu_TuneCP5Down_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=23, + n_events=9_718_000, + ), + tune_up=DatasetInfo( + keys=[ + "/TTto2L2Nu_TuneCP5Up_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=21, + n_events=9_631_000, + ), + ), + aux={ + "merging_factors": { + "nominal": 13, + "hdamp_down": 12, + "hdamp_up": 14, + "mtop_down": 13, + "mtop_up": 13, + "tune_down": 12, + "tune_up": 13, + }, + }, +) + +cpn.add_dataset( + name="tt_fh_powheg", + id=14808894, + processes=[procs.tt_fh], + info=dict( + nominal=DatasetInfo( + keys=[ + "/TTto4Q_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=116, + n_events=52_849_000, + ), + hdamp_down=DatasetInfo( + keys=[ + "/TTto4Q_Hdamp-158_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=49, + n_events=22_337_000, + ), + hdamp_up=DatasetInfo( + keys=[ + "/TTto4Q_Hdamp-418_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=50, + n_events=22_109_000, + ), + mtop_down=DatasetInfo( + keys=[ + "/TTto4Q_MT-171p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=51, + n_events=22_862_000, + ), + mtop_up=DatasetInfo( + keys=[ + "/TTto4Q_MT-173p5_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=51, + n_events=22_091_000, + ), + tune_down=DatasetInfo( + keys=[ + "/TTto4Q_TuneCP5Down_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=51, + n_events=22_976_000, + ), + tune_up=DatasetInfo( + keys=[ + "/TTto4Q_TuneCP5Up_13p6TeV_powheg-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v2-v3/NANOAODSIM", # noqa + ], + n_files=53, + n_events=22_937_000, + ), + ), + aux={ + "merging_factors": { + "nominal": 15, + "hdamp_down": 15, + "hdamp_up": 16, + "mtop_down": 16, + "mtop_up": 14, + "tune_down": 16, + "tune_up": 15, + }, + }, +) # # ttbar + 1 vector boson # -# tba +cpn.add_dataset( + name="ttw_wlnu_amcatnlo", + id=15137889, + processes=[procs.ttw_wlnu], + keys=[ + "/TTLNu-1Jets_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=256_078, + aux={ + "merging_factors": { + "nominal": 7, + }, + }, +) + +cpn.add_dataset( + name="ttz_zqq_amcatnlo", + id=15139133, + processes=[procs.ttz_zqq], + keys=[ + "/TTZ-ZtoQQ-1Jets_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM", # noqa + ], + n_files=2, + n_events=388_921, + aux={ + "merging_factors": { + "nominal": 14, + }, + }, +) + +cpn.add_dataset( + name="ttz_zll_m4to50_amcatnlo", + id=14982174, + processes=[procs.ttz_zll_m4to50], + keys=[ + "/TTLL_MLL-4to50_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM", # noqa + ], + n_files=1, + n_events=294_000, + aux={ + "merging_factors": { + "nominal": 21, + }, + }, +) + +cpn.add_dataset( + name="ttz_zll_m50toinf_amcatnlo", + id=14989609, + processes=[procs.ttz_zll_m50toinf], + keys=[ + "/TTLL_MLL-50_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM", # noqa + ], + n_files=2, + n_events=400_000, + aux={ + "merging_factors": { + "nominal": 15, + }, + }, +) + +cpn.add_dataset( + name="ttz_znunu_amcatnlo", + id=14928724, + processes=[procs.ttz_znunu], + keys=[ + "/TTNuNu_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM", # noqa + ], + n_files=2, + n_events=492_000, + aux={ + "merging_factors": { + "nominal": 13, + }, + }, +) # # ttbar + 2 vector boson # -# tba +cpn.add_dataset( + name="ttww_madgraph", + id=14931912, + processes=[procs.ttww], + keys=[ + "/TTWW_TuneCP5_13p6TeV_madgraph-madspin-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM", # noqa + ], + n_files=24, + n_events=7_418_000, + aux={ + "merging_factors": { + "nominal": 13, + }, + }, +) + +cpn.add_dataset( + name="ttwz_madgraph", + id=14969071, + processes=[procs.ttwz], + keys=[ + "/TTWZ_TuneCP5_13p6TeV_madgraph-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM", # noqa + ], + n_files=2, + n_events=497_000, + aux={ + "merging_factors": { + "nominal": 8, + }, + }, +) + +cpn.add_dataset( + name="ttzz_madgraph", + id=14937859, + processes=[procs.ttzz], + keys=[ + "/TTZZ_TuneCP5_13p6TeV_madgraph-madspin-pythia8/Run3Summer23BPixMiniAODv4_NanoAODv14UHH-130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM", # noqa + ], + n_files=3, + n_events=954_000, + aux={ + "merging_factors": { + "nominal": 17, + }, + }, +) # # single top