Skip to content

Commit

Permalink
Added postEE campaign, updated colors of the processes, included dy s…
Browse files Browse the repository at this point in the history
…plitted into ee, mumu and tautau
  • Loading branch information
Stepan Zakharov committed Nov 13, 2024
1 parent afb888b commit e7e755e
Show file tree
Hide file tree
Showing 8 changed files with 376 additions and 34 deletions.
27 changes: 27 additions & 0 deletions cmsdb/campaigns/run3_2022_postEE_v1_nano_tau_v14/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
from order import Campaign
#
# campaign
#

campaign_run3_2022_postEE_v1_nano_tau_v14 = Campaign(
name="run3_2022_postEE_v1_nano_tau_v14",
id=20221434, # 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_v1_nano_tau_v14",
"creator": "desy",
"location": "/eos/cms/store/group/phys_higgs/HLepRare/skim_2024_v1/Run3_2022EE"
},
},
)

import cmsdb.campaigns.run3_2022_postEE_v1_nano_tau_v14.ewk
import cmsdb.campaigns.run3_2022_postEE_v1_nano_tau_v14.data
import cmsdb.campaigns.run3_2022_postEE_v1_nano_tau_v14.top
#import cmsdb.campaigns.run3_2022_preEE_nano_tau_v12.signal
104 changes: 104 additions & 0 deletions cmsdb/campaigns/run3_2022_postEE_v1_nano_tau_v14/data.py
Original file line number Diff line number Diff line change
@@ -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_v1_nano_tau_v14 import campaign_run3_2022_postEE_v1_nano_tau_v14 as cpn

cpn.add_dataset(
name="data_e_E",
id=220156080,
is_data=True,
processes=[procs.data_e],
keys=["/EGamma_Run2022E",],
n_files=31,
n_events=148661479,
aux={"era": "e"},
)

cpn.add_dataset(
name="data_e_F",
id=220173217,
is_data=True,
processes=[procs.data_e],
keys=["/EGamma_Run2022F",],
n_files=105,
n_events=464077454,
aux={"era": "f"},
)

cpn.add_dataset(
name="data_e_G",
id=220170974,
is_data=True,
processes=[procs.data_e],
keys=["/EGamma_Run2022G",],
n_files=18,
n_events=76724231,
aux={"era": "g"},
)

cpn.add_dataset(
name="data_mu_E",
id=220178126,
is_data=True,
processes=[procs.data_mu],
keys=["/Muon_Run2022E",],
n_files=29,
n_events=141480973,
aux={"era": "e"},
)

cpn.add_dataset(
name="data_mu_F",
id=220140406,
is_data=True,
processes=[procs.data_mu],
keys=["/Muon_Run2022F",],
n_files=102,
n_events=449185088,
aux={"era": "f"},
)

cpn.add_dataset(
name="data_mu_G",
id=220154444,
is_data=True,
processes=[procs.data_mu],
keys=["/Muon_Run2022G",],
n_files=18,
n_events=76689396,
aux={"era": "g"},
)

cpn.add_dataset(
name="data_tau_E",
id=220188559,
is_data=True,
processes=[procs.data_tau],
keys=["/Tau_Run2022E",],
n_files=11,
n_events=30520481,
aux={"era": "e"},
)

cpn.add_dataset(
name="data_tau_F",
id=220137395,
is_data=True,
processes=[procs.data_tau],
keys=["/Tau_Run2022F",],
n_files=43,
n_events=115472800,
aux={"era": "f"},
)

cpn.add_dataset(
name="data_tau_G",
id=220121946,
is_data=True,
processes=[procs.data_tau],
keys=["/Tau_Run2022G",],
n_files=7,
n_events=17838713,
aux={"era": "g"},
)
61 changes: 61 additions & 0 deletions cmsdb/campaigns/run3_2022_postEE_v1_nano_tau_v14/ewk.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
"""
CMS TAUPOG skimmed datasets from the 2022 data-taking campaign
"""
import cmsdb.processes as procs
from cmsdb.campaigns.run3_2022_postEE_v1_nano_tau_v14 import campaign_run3_2022_postEE_v1_nano_tau_v14 as cpn

cpn.add_dataset(
name="dy_incl_m10_50",
id=220119662,
is_mc=True,
processes=[procs.dy_lep],
keys=["/DYto2L_M-10to50_madgraphMLM",],
n_files=101,
n_events=520125461,
)

cpn.add_dataset(
name="dy_incl_m50",
id=220119663,
is_mc=True,
processes=[procs.dy_lep],
keys=["/DYto2L_M-50_madgraphMLM","DYto2L_M-50_madgraphMLM_ext1"],
n_files=103+108,
n_events=240687634+254153530,
)

cpn.add_dataset(
name='wj_incl',
id=220119664,
processes=[procs.wj],
keys=["WtoLNu_madgraphMLM","WtoLNu_madgraphMLM_ext1"],
n_files=80+81
n_events=342750582+341334203
)

cpn.add_dataset(
name="zz",
id=220140873,
processes=[procs.zz],
keys=["/ZZ",],
n_files=2,
n_events=4043040,
)

cpn.add_dataset(
name="wz",
id=220153410,
processes=[procs.wz],
keys=["/WZ",],
n_files=8,
n_events=27003640,
)

cpn.add_dataset(
name="ww",
id=220190280,
processes=[procs.ww],
keys=["/WW",],
n_files=16,
n_events=53112080,
)
20 changes: 20 additions & 0 deletions cmsdb/campaigns/run3_2022_postEE_v1_nano_tau_v14/higgs.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
"""
CMS TAUPOG skimmed datasets from the 2022 data-taking campaign
"""
import cmsdb.processes as procs
from cmsdb.campaigns.run3_2022_postEE_v1_nano_tau_v14 import campaign_run3_2022_postEE_v1_nano_tau_v14 as cpn

cpn.add_dataset(
name="h_ggf_htt_uncor_unfiltered",
id=14805985,
processes=[procs.h_ggf_htt],
info=dict(
nominal=DatasetInfo(
keys=[
"/GluGluHTo2Tau_UncorrelatedDecay_UnFiltered",
],
n_files=1,
n_events=499966,
),
),
)
118 changes: 118 additions & 0 deletions cmsdb/campaigns/run3_2022_postEE_v1_nano_tau_v14/top.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
"""
CMS TAUPOG skimmed datasets from the 2022 data-taking campaign
"""
import cmsdb.processes as procs
from cmsdb.campaigns.run3_2022_postEE_v1_nano_tau_v14 import campaign_run3_2022_postEE_v1_nano_tau_v14 as cpn
### SINGLE TOP ###

cpn.add_dataset(
name='st_tchannel_t',
id=22120118,
processes=[procs.st_tchannel_t],
keys=['/ST_t-channel_top_4f_InclusiveDecays'],
n_files=5,
n_events=9368799,
aux=None
)

cpn.add_dataset(
name='st_tchannel_tbar',
id=22120119,
processes=[procs.st_tchannel_tbar],
keys=['/ST_t-channel_antitop_4f_InclusiveDecays'],
n_files=3,
n_events=4794814,
aux=None
)

cpn.add_dataset(
name='st_twchannel_t_sl',
id=22120120,
processes=[procs.st_twchannel_t_sl],
keys=['/ST_tW_top_LNu2Q', '/ST_tW_top_LNu2Q_ext1'],
n_files=13+13,
n_events=16686824+15824984,
aux=None
)

cpn.add_dataset(
name='st_twchannel_t_dl',
id=22120121,
processes=[procs.st_twchannel_t_dl],
keys=['/ST_tW_top_2L2Nu', '/ST_tW_top_2L2Nu_ext1'],
n_files=7+8,
n_events=8065066+8510272,
aux=None
)

cpn.add_dataset(
name='st_twchannel_t_fh',
id=22120122,
processes=[procs.st_twchannel_t_fh],
keys=['/ST_tW_top_4Q', '/ST_tW_top_4Q_ext1'],
n_files=7+7,
n_events=13459714+13999444,
aux=None
)

cpn.add_dataset(
name='st_twchannel_tbar_sl',
id=22120123,
processes=[procs.st_twchannel_tbar_sl],
keys=['/ST_tW_antitop_LNu2Q', '/ST_tW_antitop_LNu2Q_ext1'],
n_files=13+14,
n_events=16485400+17271609,
aux=None
)

cpn.add_dataset(
name='st_twchannel_tbar_dl',
id=22120124,
processes=[procs.st_twchannel_tbar_dl],
keys=['/ST_tW_antitop_2L2Nu', '/ST_tW_antitop_2L2Nu_ext1'],
n_files=7+8,
n_events=8259727+8522476,
aux=None
)

cpn.add_dataset(
name='st_twchannel_tbar_fh',
id=22120125,
processes=[procs.st_twchannel_tbar_fh],
keys=['/ST_tW_antitop_4Q', '/ST_tW_antitop_4Q_ext1'],
n_files=7+7,
n_events=13447400+12556124,
aux=None
)

### TT SAMPLES ###
cpn.add_dataset(
name='tt_sl',
id=22120115,
processes=[procs.tt_sl],
keys=['/TTtoLNu2Q', '/TTtoLNu2Q_ext1'],
n_files=82+71,
n_events= 88730729+76380270,
aux=None
)

cpn.add_dataset(
name='tt_dl',
id=22120116,
processes=[procs.tt_dl],
keys=['/TTto2L2Nu', '/TTto2L2Nu_ext1'],
n_files=84+83,
n_events=84124365+84236946,
aux=None
)

cpn.add_dataset(
name='tt_fh',
id=22120117,
processes=[procs.tt_fh],
keys=['/TTto4Q', '/TTto4Q_ext1'],
n_files=107+112,
n_events=178208417.0+186029697.0,
aux=None
)

Loading

0 comments on commit e7e755e

Please sign in to comment.