diff --git a/cmsdb/campaigns/run3_2022_postEE_v2_nano_tau_v14/__init__.py b/cmsdb/campaigns/run3_2022_postEE_v2_nano_tau_v14/__init__.py new file mode 100644 index 0000000..13e07bc --- /dev/null +++ b/cmsdb/campaigns/run3_2022_postEE_v2_nano_tau_v14/__init__.py @@ -0,0 +1,27 @@ +from order import Campaign +# +# campaign +# + +campaign_run3_2022_postEE_v2_nano_tau_v14 = Campaign( + name="run3_2022_postEE_v2_nano_tau_v14", + id=20221444, # run 2 year 2022 ver 14 #33 is just for separation between different configs + ecm=13.6, + bx=25, + aux={ + "tier": "NanoAOD", + "year": 2022, + "version": 14, + "tag": "postEE", + "custom": { + "name": "run3_2022_postEE_v2_nano_tau_v14", + "creator": "desy", + "location": "/eos/cms/store/group/phys_higgs/HLepRare/skim_2024_v2/Run3_2022EE", + }, + }, +) + +import cmsdb.campaigns.run3_2022_postEE_v2_nano_tau_v14.ewk +import cmsdb.campaigns.run3_2022_postEE_v2_nano_tau_v14.data +import cmsdb.campaigns.run3_2022_postEE_v2_nano_tau_v14.top +#import cmsdb.campaigns.run3_2022_preEE_nano_tau_v12.signal diff --git a/cmsdb/campaigns/run3_2022_postEE_v2_nano_tau_v14/data.py b/cmsdb/campaigns/run3_2022_postEE_v2_nano_tau_v14/data.py new file mode 100644 index 0000000..da96676 --- /dev/null +++ b/cmsdb/campaigns/run3_2022_postEE_v2_nano_tau_v14/data.py @@ -0,0 +1,104 @@ +""" +CMS TAUPOG skimmed datasets from the 2022 data-taking campaign +""" +import cmsdb.processes as procs +from cmsdb.campaigns.run3_2022_postEE_v2_nano_tau_v14 import campaign_run3_2022_postEE_v2_nano_tau_v14 as cpn + +cpn.add_dataset( + name="data_e_E", + id=220146437, + is_data=True, + processes=[procs.data_e], + keys=["/EGamma_Run2022E",], + n_files=78, + n_events=148661479, + aux={"era": "E"}, + ) + +cpn.add_dataset( + name="data_e_F", + id=220192395, + is_data=True, + processes=[procs.data_e], + keys=["/EGamma_Run2022F",], + n_files=254, + n_events=464077454, + aux={"era": "F"}, + ) + +cpn.add_dataset( + name="data_e_G", + id=220174572, + is_data=True, + processes=[procs.data_e], + keys=["/EGamma_Run2022G",], + n_files=43, + n_events=76724231, + aux={"era": "G"}, + ) + +cpn.add_dataset( + name="data_tau_E", + id=220188922, + is_data=True, + processes=[procs.data_tau], + keys=["/Tau_Run2022E",], + n_files=25, + n_events=30520481, + aux={"era": "E"}, + ) + +cpn.add_dataset( + name="data_tau_F", + id=220186813, + is_data=True, + processes=[procs.data_tau], + keys=["/Tau_Run2022F",], + n_files=95, + n_events=115472800, + aux={"era": "F"}, + ) + +cpn.add_dataset( + name="data_tau_G", + id=220169353, + is_data=True, + processes=[procs.data_tau], + keys=["/Tau_Run2022G",], + n_files=15, + n_events=17838713, + aux={"era": "G"}, + ) + +cpn.add_dataset( + name="data_mu_E", + id=220134795, + is_data=True, + processes=[procs.data_mu], + keys=["/Muon_Run2022E",], + n_files=64, + n_events=141480973, + aux={"era": "E"}, + ) + +cpn.add_dataset( + name="data_mu_F", + id=220132955, + is_data=True, + processes=[procs.data_mu], + keys=["/Muon_Run2022F",], + n_files=215, + n_events=449185088, + aux={"era": "F"}, + ) + +cpn.add_dataset( + name="data_mu_G", + id=220118007, + is_data=True, + processes=[procs.data_mu], + keys=["/Muon_Run2022G",], + n_files=38, + n_events=76689396, + aux={"era": "G"}, + ) diff --git a/cmsdb/campaigns/run3_2022_postEE_v2_nano_tau_v14/ewk.py b/cmsdb/campaigns/run3_2022_postEE_v2_nano_tau_v14/ewk.py new file mode 100644 index 0000000..c2b3a06 --- /dev/null +++ b/cmsdb/campaigns/run3_2022_postEE_v2_nano_tau_v14/ewk.py @@ -0,0 +1,147 @@ +""" +CMS TAUPOG skimmed datasets from the 2022 data-taking campaign +""" +import cmsdb.processes as procs +from cmsdb.campaigns.run3_2022_postEE_v2_nano_tau_v14 import campaign_run3_2022_postEE_v2_nano_tau_v14 as cpn + +cpn.add_dataset( + name="wj_incl_madgraph", + id=220113368, + is_mc=True, + processes=[procs.wj_incl], + keys=["/WtoLNu_madgraphMLM","/WtoLNu_madgraphMLM_ext1",], + n_files=344, + n_events=683448011, + ) + +cpn.add_dataset( + name="dy_lep_madgraph", + id=220154049, + is_mc=True, + processes=[procs.dy_lep], + keys=["/DYto2L_M_50_madgraphMLM","/DYto2L_M_50_madgraphMLM_ext1",], + n_files=464, + n_events=494841164, + ) + +cpn.add_dataset( + name="ww", + id=220144633, + is_mc=True, + processes=[procs.ww], + keys=["/WW",], + n_files=34, + n_events=53112080, + ) + +cpn.add_dataset( + name="wz", + id=220150919, + is_mc=True, + processes=[procs.wz], + keys=["/WZ",], + n_files=17, + n_events=26722782, + ) + +cpn.add_dataset( + name="zz", + id=220134326, + is_mc=True, + processes=[procs.zz], + keys=["/ZZ",], + n_files=3, + n_events=4043040, + ) + +# cpn.add_dataset( +# name="wj_1j_madgraph", +# id=220110111, +# is_mc=True, +# processes=[procs.wj_1j], +# keys=["/WtoLNu_1J_madgraphMLM",], +# n_files=25, +# n_events=42695566, +# ) + +# cpn.add_dataset( +# name="wj_2j_madgraph", +# id=220149908, +# is_mc=True, +# processes=[procs.wj_2j], +# keys=["/WtoLNu_2J_madgraphMLM",], +# n_files=29, +# n_events=36349344, +# ) + +# cpn.add_dataset( +# name="wj_3j_madgraph", +# id=220119946, +# is_mc=True, +# processes=[procs.wj_3j], +# keys=["/WtoLNu_3J_madgraphMLM",], +# n_files=28, +# n_events=27828446, +# ) + +# cpn.add_dataset( +# name="wj_4j_madgraph", +# id=220131835, +# is_mc=True, +# processes=[procs.wj_4j], +# keys=["/WtoLNu_4J_madgraphMLM",], +# n_files=7, +# n_events=4906634, +# ) + +# cpn.add_dataset( +# name="dy_lep_m10_50_madgraph", +# id=220162390, +# is_mc=True, +# processes=[procs.dy_lep_m10_50], +# keys=["/DYto2L_M_10to50_madgraphMLM",], +# n_files=215, +# n_events=520125461, +# ) + +# cpn.add_dataset( +# name="dy_lep_m50_1j_madgraph", +# id=220119413, +# is_mc=True, +# processes=[procs.dy_lep_m50_1j], +# keys=["/DYto2L_M_50_1J_madgraphMLM",], +# n_files=61, +# n_events=48939365, +# ) + +# cpn.add_dataset( +# name="dy_lep_m50_2j_madgraph", +# id=220140739, +# is_mc=True, +# processes=[procs.dy_lep_m50_2j], +# keys=["/DYto2L_M_50_2J_madgraphMLM",], +# n_files=65, +# n_events=49862030, +# ) + +# cpn.add_dataset( +# name="dy_lep_m50_3j_madgraph", +# id=220157082, +# is_mc=True, +# processes=[procs.dy_lep_m50_3j], +# keys=["/DYto2L_M_50_3J_madgraphMLM",], +# n_files=44, +# n_events=28613025, +# ) + +# cpn.add_dataset( +# name="dy_lep_m50_4j_madgraph", +# id=220153531, +# is_mc=True, +# processes=[procs.dy_lep_m50_4j], +# keys=["/DYto2L_M_50_4J_madgraphMLM",], +# n_files=18, +# n_events=9376714, +# ) + + diff --git a/cmsdb/campaigns/run3_2022_postEE_v2_nano_tau_v14/higgs.py b/cmsdb/campaigns/run3_2022_postEE_v2_nano_tau_v14/higgs.py new file mode 100644 index 0000000..585b16e --- /dev/null +++ b/cmsdb/campaigns/run3_2022_postEE_v2_nano_tau_v14/higgs.py @@ -0,0 +1,25 @@ +""" +CMS TAUPOG skimmed datasets from the 2022 data-taking campaign +""" +import cmsdb.processes as procs +from cmsdb.campaigns.run3_2022_postEE_v2_nano_tau_v14 import campaign_run3_2022_postEE_v2_nano_tau_v14 as cpn + +cpn.add_dataset( + name="h_ggf_htt_filtered", + id=220136895, + is_mc=True, + processes=[procs.h_ggf_htt], + keys=["/GluGluHTo2Tau_UncorrelatedDecay_Filtered",], + n_files=32, + n_events=21340204, + ) + +cpn.add_dataset( + name="h_ggf_htt_unfiltered", + id=220178223, + is_mc=True, + processes=[procs.h_ggf_htt], + keys=["/GluGluHTo2Tau_UncorrelatedDecay_UnFiltered",], + n_files=1, + n_events=499966, + ) \ No newline at end of file diff --git a/cmsdb/campaigns/run3_2022_postEE_v2_nano_tau_v14/top.py b/cmsdb/campaigns/run3_2022_postEE_v2_nano_tau_v14/top.py new file mode 100644 index 0000000..962c4e6 --- /dev/null +++ b/cmsdb/campaigns/run3_2022_postEE_v2_nano_tau_v14/top.py @@ -0,0 +1,125 @@ +""" +CMS TAUPOG skimmed datasets from the 2022 data-taking campaign +""" +import cmsdb.processes as procs +from cmsdb.campaigns.run3_2022_postEE_v2_nano_tau_v14 import campaign_run3_2022_postEE_v2_nano_tau_v14 as cpn + +cpn.add_dataset( + name="st_schannel_tbar_lep", + id=220177019, + is_mc=True, + processes=[procs.st_schannel_tbar_lep], + keys=["/ST_s_channel_antitop_4f_leptonDecays",], + n_files=4, + n_events=1700756, + ) + +cpn.add_dataset( + name="st_schannel_t_lep", + id=220194586, + is_mc=True, + processes=[procs.st_schannel_t_lep], + keys=["/ST_s_channel_top_4f_leptonDecays",], + n_files=5, + n_events=2685976, + ) + +cpn.add_dataset( + name="st_twchannel_tbar_dl", + id=220158817, + is_mc=True, + processes=[procs.st_twchannel_tbar_dl], + keys=["/ST_tW_antitop_2L2Nu","/ST_tW_antitop_2L2Nu_ext1",], + n_files=32, + n_events=16782203, + ) + +cpn.add_dataset( + name="st_twchannel_tbar_fh", + id=220179123, + is_mc=True, + processes=[procs.st_twchannel_tbar_fh], + keys=["/ST_tW_antitop_4Q","/ST_tW_antitop_4Q_ext1",], + n_files=29, + n_events=25974756, + ) + +cpn.add_dataset( + name="st_twchannel_t_dl", + id=220157472, + is_mc=True, + processes=[procs.st_twchannel_t_dl], + keys=["/ST_tW_top_2L2Nu","/ST_tW_top_2L2Nu_ext1",], + n_files=31, + n_events=16575338, + ) + +cpn.add_dataset( + name="st_twchannel_t_fh", + id=220124315, + is_mc=True, + processes=[procs.st_twchannel_t_fh], + keys=["/ST_tW_top_4Q","/ST_tW_top_4Q_ext1",], + n_files=31, + n_events=27459158, + ) + +cpn.add_dataset( + name="st_twchannel_t_sl", + id=220136016, + is_mc=True, + processes=[procs.st_twchannel_t_sl], + keys=["/ST_tW_top_LNu2Q","/ST_tW_top_LNu2Q_ext1",], + n_files=57, + n_events=32511808, + ) + +cpn.add_dataset( + name="st_tchannel_tbar", + id=220166551, + is_mc=True, + processes=[procs.st_tchannel_tbar], + keys=["/ST_t_channel_antitop_4f_InclusiveDecays",], + n_files=5, + n_events=4794814, + ) + +cpn.add_dataset( + name="st_tchannel_t", + id=220162147, + is_mc=True, + processes=[procs.st_tchannel_t], + keys=["/ST_t_channel_top_4f_InclusiveDecays",], + n_files=10, + n_events=9368799, + ) + +cpn.add_dataset( + name="tt_dl", + id=220131478, + is_mc=True, + processes=[procs.tt_dl], + keys=["/TTto2L2Nu","/TTto2L2Nu_ext1",], + n_files=369, + n_events=167682796, + ) + +cpn.add_dataset( + name="tt_fh", + id=220181419, + is_mc=True, + processes=[procs.tt_fh], + keys=["/TTto4Q","/TTto4Q_ext1",], + n_files=484, + n_events=363409416, + ) + +cpn.add_dataset( + name="tt_sl", + id=220168761, + is_mc=True, + processes=[procs.tt_sl], + keys=["/TTtoLNu2Q",], + n_files=534, + n_events=264626088, + )