From f85ca3e8fdcf1ecded67fbefe5e8fa2fc22fc86a Mon Sep 17 00:00:00 2001 From: Norman Seeba Date: Tue, 3 Sep 2024 11:37:04 +0200 Subject: [PATCH] bbtautau ad data fixes --- .../campaigns/run3_2023_postBPix_nano_v12/data.py | 10 +--------- .../run3_2023_postBPix_nano_v12/hh2bbtautau.py | 14 ++------------ cmsdb/campaigns/run3_2023_preBPix_nano_v12/data.py | 10 ---------- .../run3_2023_preBPix_nano_v12/hh2bbtautau.py | 14 ++------------ 4 files changed, 5 insertions(+), 43 deletions(-) diff --git a/cmsdb/campaigns/run3_2023_postBPix_nano_v12/data.py b/cmsdb/campaigns/run3_2023_postBPix_nano_v12/data.py index 949fb1e..ad21174 100644 --- a/cmsdb/campaigns/run3_2023_postBPix_nano_v12/data.py +++ b/cmsdb/campaigns/run3_2023_postBPix_nano_v12/data.py @@ -1,7 +1,5 @@ # coding: utf-8 -# Find information from here: https://docs.google.com/presentation/d/1TjPem5jX0fzqvTGl271_nQFoVBabsrdrO0i8Qo1uD5E/edit#slide=id.g289f499aa6b_2_58 - """ CMS datasets from the 2023 postBPix data-taking campaign """ @@ -14,7 +12,6 @@ # # Muon # - cpn.add_dataset( name="data_mu_d_1", id=14787686, @@ -29,7 +26,6 @@ "era": "D", }, ) - cpn.add_dataset( name="data_mu_d_2", id=14786997, @@ -48,7 +44,6 @@ # # E/Gamma # - cpn.add_dataset( name="data_egamma_d_1", id=14787876, @@ -63,7 +58,6 @@ "era": "D", }, ) - cpn.add_dataset( name="data_egamma_d_2", id=14785166, @@ -82,7 +76,6 @@ # # Tau # - cpn.add_dataset( name="data_tau_d", id=14786907, @@ -101,7 +94,6 @@ # # MuonEG # - cpn.add_dataset( name="data_muoneg_d", id=14787200, @@ -115,4 +107,4 @@ aux={ "era": "D", }, -) \ No newline at end of file +) diff --git a/cmsdb/campaigns/run3_2023_postBPix_nano_v12/hh2bbtautau.py b/cmsdb/campaigns/run3_2023_postBPix_nano_v12/hh2bbtautau.py index efbfa3f..6346f00 100644 --- a/cmsdb/campaigns/run3_2023_postBPix_nano_v12/hh2bbtautau.py +++ b/cmsdb/campaigns/run3_2023_postBPix_nano_v12/hh2bbtautau.py @@ -1,7 +1,5 @@ # coding: utf-8 -# Find information from here: https://docs.google.com/presentation/d/1TjPem5jX0fzqvTGl271_nQFoVBabsrdrO0i8Qo1uD5E/edit#slide=id.g289f499aa6b_2_58 - """ HH -> bbtautau datasets for the 2023 data-taking campaign with datasets at NanoAOD tier in version 12, created with custom content at UHH. @@ -37,7 +35,6 @@ n_files=16, n_events=490000, ) - cpn.add_dataset( name="hh_ggf_hbb_htt_kl1_kt1_c23_powheg", id=14931408, @@ -48,7 +45,6 @@ n_files=22, n_events=496000, ) - cpn.add_dataset( name="hh_ggf_hbb_htt_kl5_kt1_powheg", id=14931619, @@ -59,7 +55,6 @@ n_files=23, n_events=496000, ) - cpn.add_dataset( name="hh_ggf_hbb_htt_kl1_kt1_c2m2_powheg", id=14930980, @@ -70,7 +65,6 @@ n_files=20, n_events=498000, ) - cpn.add_dataset( name="hh_ggf_hbb_htt_kl0_kt1_powheg", id=14931073, @@ -81,7 +75,6 @@ n_files=34, n_events=492000, ) - cpn.add_dataset( name="hh_ggf_hbb_htt_kl1_kt1_c20p35_powheg", id=14931113, @@ -92,7 +85,6 @@ n_files=27, n_events=496000, ) - cpn.add_dataset( name="hh_ggf_hbb_htt_kl1_kt1_c20p10_powheg", id=14930917, @@ -103,7 +95,6 @@ n_files=35, n_events=496409, ) - cpn.add_dataset( name="hh_ggf_hbb_htt_kl2p45_kt1_powheg", id=14930553, @@ -114,9 +105,8 @@ n_files=29, n_events=499198, ) - cpn.add_dataset( - name="hh_ggf_hbb_htt_kl2p45_kt1_LHEweights_powheg", + name="hh_ggf_hbb_htt_kl2p45_kt1_lheweights_powheg", id=14943641, processes=[procs.hh_ggf_hbb_htt_kl2p45_kt1], keys=[ @@ -124,4 +114,4 @@ ], n_files=148, n_events=1497480, -) \ No newline at end of file +) diff --git a/cmsdb/campaigns/run3_2023_preBPix_nano_v12/data.py b/cmsdb/campaigns/run3_2023_preBPix_nano_v12/data.py index e97a55e..f101838 100644 --- a/cmsdb/campaigns/run3_2023_preBPix_nano_v12/data.py +++ b/cmsdb/campaigns/run3_2023_preBPix_nano_v12/data.py @@ -1,7 +1,5 @@ # coding: utf-8 -# Find information from here: https://docs.google.com/presentation/d/1TjPem5jX0fzqvTGl271_nQFoVBabsrdrO0i8Qo1uD5E/edit#slide=id.g289f499aa6b_2_58 - """ CMS datasets from the 2023 preBPix data-taking campaign """ @@ -14,7 +12,6 @@ # # Muon # - cpn.add_dataset( name="data_mu_c_1", id=14786982, @@ -29,7 +26,6 @@ "era": "C", }, ) - cpn.add_dataset( name="data_mu_c_2", id=14787027, @@ -44,7 +40,6 @@ "era": "C", }, ) - cpn.add_dataset( name="data_mu_c_2_v2", id=14953406, @@ -63,7 +58,6 @@ # # E/Gamma # - cpn.add_dataset( name="data_egamma_c_1", id=14786977, @@ -78,7 +72,6 @@ "era": "C", }, ) - cpn.add_dataset( name="data_egamma_c_2", id=14786782, @@ -97,7 +90,6 @@ # # Tau # - cpn.add_dataset( name="data_tau_c", id=14786972, @@ -116,7 +108,6 @@ # # MuonEG # - cpn.add_dataset( name="data_muoneg_c", id=14784848, @@ -131,4 +122,3 @@ "era": "C", }, ) - diff --git a/cmsdb/campaigns/run3_2023_preBPix_nano_v12/hh2bbtautau.py b/cmsdb/campaigns/run3_2023_preBPix_nano_v12/hh2bbtautau.py index cd20d61..5b18e85 100644 --- a/cmsdb/campaigns/run3_2023_preBPix_nano_v12/hh2bbtautau.py +++ b/cmsdb/campaigns/run3_2023_preBPix_nano_v12/hh2bbtautau.py @@ -1,7 +1,5 @@ # coding: utf-8 -# Find information from here: https://docs.google.com/presentation/d/1TjPem5jX0fzqvTGl271_nQFoVBabsrdrO0i8Qo1uD5E/edit#slide=id.g289f499aa6b_2_58 - """ HH -> bbtautau datasets for the 2023 data-taking campaign with datasets at NanoAOD tier in version 12, created with custom content at UHH. @@ -37,7 +35,6 @@ n_files=47, n_events=959000, ) - cpn.add_dataset( name="hh_ggf_hbb_htt_kl0_kt1_c21_powheg", id=14931215, @@ -48,7 +45,6 @@ n_files=48, n_events=994000, ) - cpn.add_dataset( name="hh_ggf_hbb_htt_kl1_kt1_c20p10_powheg", id=14931140, @@ -59,7 +55,6 @@ n_files=37, n_events=990960, ) - cpn.add_dataset( name="hh_ggf_hbb_htt_kl1_kt1_c20p35_powheg", id=14931233, @@ -70,7 +65,6 @@ n_files=42, n_events=998174, ) - cpn.add_dataset( name="hh_ggf_hbb_htt_kl1_kt1_c23_powheg", id=14930778, @@ -81,7 +75,6 @@ n_files=25, n_events=992000, ) - cpn.add_dataset( name="hh_ggf_hbb_htt_kl1_kt1_c2m2_powheg", id=14931022, @@ -92,7 +85,6 @@ n_files=22, n_events=990000, ) - cpn.add_dataset( name="hh_ggf_hbb_htt_kl2p45_kt1_powheg", id=14931153, @@ -103,7 +95,6 @@ n_files=58, n_events=995107, ) - cpn.add_dataset( name="hh_ggf_hbb_htt_kl5_kt1_powheg", id=14930961, @@ -114,9 +105,8 @@ n_files=33, n_events=991000, ) - cpn.add_dataset( - name="hh_ggf_hbb_htt_kl2p45_kt1_LHEweights_powheg", + name="hh_ggf_hbb_htt_kl2p45_kt1_lheweights_powheg", id=14940620, processes=[procs.hh_ggf_hbb_htt_kl2p45_kt1], keys=[ @@ -124,4 +114,4 @@ ], n_files=236, n_events=2860485, -) \ No newline at end of file +)