Skip to content

Commit 38642c4

Browse files
committed
Moved campaigns that are not used to a separate dir
1 parent 8193174 commit 38642c4

84 files changed

Lines changed: 35957 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cmsdb/campaigns/run2_2016_HIPM_nano_uhh_v12/__init__.py renamed to cmsdb/campaigns/old_campaigns/run2_2016_HIPM_nano_uhh_v12/__init__.py

File renamed without changes.

cmsdb/campaigns/run2_2016_HIPM_nano_uhh_v12/data.py renamed to cmsdb/campaigns/old_campaigns/run2_2016_HIPM_nano_uhh_v12/data.py

File renamed without changes.

cmsdb/campaigns/old_campaigns/run2_2016_HIPM_nano_uhh_v12/ewk.py

Lines changed: 484 additions & 0 deletions
Large diffs are not rendered by default.

cmsdb/campaigns/old_campaigns/run2_2016_HIPM_nano_uhh_v12/hh2bbtautau.py

Lines changed: 1404 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
# coding: utf-8
2+
3+
4+
"""Single Higgs datasets from the 2016 data-taking campaign with datasets at NanoAOD tier in
5+
version 12, created with custom content at UHH."""
6+
7+
8+
import cmsdb.processes as procs # noqa
9+
from cmsdb.campaigns.run2_2016_HIPM_nano_uhh_v12 import campaign_run2_2016_HIPM_nano_uhh_v12 as cpn # noqa
10+
11+
# ggf
12+
13+
# cpn.add_dataset(
14+
# name="h_ggf_htt_powheg",
15+
# id=14314017,
16+
# processes=[procs.h_ggf_htt],
17+
# keys=[
18+
# "/GluGluHToTauTau_M125_TuneCP5_13TeV-powheg-pythia8/RunIISummer20UL16MiniAODAPVv2-106X_mcRun2_asymptotic_preVFP_v11-v2/NANOAODSIM", # noqa
19+
# ],
20+
# n_files=4,
21+
# n_events=6430000,
22+
# )
23+
24+
# vbf
25+
26+
# cpn.add_dataset(
27+
# name="h_vbf_htt_powheg",
28+
# id=14346935,
29+
# processes=[procs.h_vbf_htt],
30+
# keys=[
31+
# "/VBFHToTauTau_M125_TuneCP5_13TeV-powheg-pythia8/RunIISummer20UL16MiniAODAPVv2-106X_mcRun2_asymptotic_preVFP_v11-v2/NANOAODSIM", # noqa
32+
# ],
33+
# n_files=2,
34+
# n_events=1395000,
35+
# )
36+
37+
# H radiation
38+
39+
# cpn.add_dataset(
40+
# name="zh_htt_powheg",
41+
# id=14284521,
42+
# processes=[procs.zh_htt],
43+
# keys=[
44+
# "/ZHToTauTau_M125_CP5_13TeV-powheg-pythia8_ext1/RunIISummer20UL16MiniAODAPVv2-106X_mcRun2_asymptotic_preVFP_v11-v2/NANOAODSIM", # noqa
45+
# ],
46+
# n_files=2,
47+
# n_events=2481740,
48+
# )
49+
50+
# cpn.add_dataset(
51+
# name="wph_htt_powheg",
52+
# id=14337370,
53+
# processes=[procs.wph_htt],
54+
# keys=[
55+
# "/WplusHToTauTau_M125_TuneCP5_13TeV-powheg-pythia8/RunIISummer20UL16MiniAODAPVv2-106X_mcRun2_asymptotic_preVFP_v11-v2/NANOAODSIM", # noqa
56+
# ],
57+
# n_files=2,
58+
# n_events=1915820,
59+
# )
60+
61+
# cpn.add_dataset(
62+
# name="wmh_htt_powheg",
63+
# id=14335155,
64+
# processes=[procs.wmh_htt],
65+
# keys=[
66+
# "/WminusHToTauTau_M125_TuneCP5_13TeV-powheg-pythia8/RunIISummer20UL16MiniAODAPVv2-106X_mcRun2_asymptotic_preVFP_v11-v2/NANOAODSIM", # noqa
67+
# ],
68+
# n_files=2,
69+
# n_events=1976651,
70+
# )
71+
72+
73+
# ttH
74+
75+
# cpn.add_dataset(
76+
# name="tth_htt_powheg",
77+
# id=14340599,
78+
# processes=[procs.tth_htt],
79+
# keys=[
80+
# "/ttHToTauTau_M125_TuneCP5_13TeV-powheg-pythia8/RunIISummer20UL16MiniAODAPVv2-106X_mcRun2_asymptotic_preVFP_v11-v2/NANOAODSIM", # noqa
81+
# ],
82+
# n_files=15,
83+
# n_events=10865700,
84+
# )
85+
86+
# cpn.add_dataset(
87+
# name="tth_hnonbb_powheg",
88+
# id=14278195,
89+
# processes=[procs.tth_hnonbb],
90+
# keys=[
91+
# "/ttHToNonbb_M125_TuneCP5_13TeV-powheg-pythia8/RunIISummer20UL16MiniAODAPVv2-106X_mcRun2_asymptotic_preVFP_v11-v2/NANOAODSIM", # noqa
92+
# ],
93+
# n_files=3,
94+
# n_events=1977996,
95+
# )
96+
97+
# cpn.add_dataset(
98+
# name="tth_hbb_powheg",
99+
# id=14284890,
100+
# processes=[procs.tth_hbb],
101+
# keys=[
102+
# "/ttHTobb_M125_TuneCP5_13TeV-powheg-pythia8/RunIISummer20UL16MiniAODAPVv2-106X_mcRun2_asymptotic_preVFP_v11-v2/NANOAODSIM", # noqa
103+
# ],
104+
# n_files=6,
105+
# n_events=4622000,
106+
# )
Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
# coding: utf-8
2+
3+
4+
"""
5+
Single Top datasets from the 2016 data-taking campaign with datasets at NanoAOD tier in
6+
version 12, created with custom content at UHH.
7+
"""
8+
9+
10+
import cmsdb.processes as procs
11+
from cmsdb.campaigns.run2_2016_HIPM_nano_uhh_v12 import campaign_run2_2016_HIPM_nano_uhh_v12 as cpn
12+
from order import DatasetInfo
13+
14+
# ST_tW_top
15+
cpn.add_dataset(
16+
name="st_twchannel_t_powheg",
17+
id=14213957,
18+
processes=[procs.st_twchannel_t],
19+
keys=[
20+
"/ST_tW_top_5f_inclusiveDecays_TuneCP5_13TeV-powheg-pythia8/RunIISummer20UL16MiniAODAPVv2_NanoAODv12UHH-106X_mcRun2_asymptotic_preVFP_v11-v1/NANOAODSIM", # noqa
21+
],
22+
n_files=35,
23+
n_events=2_300_000,
24+
)
25+
26+
# ST_tW_antitop
27+
cpn.add_dataset(
28+
name="st_twchannel_tbar_powheg",
29+
id=14212973,
30+
processes=[procs.st_twchannel_tbar],
31+
keys=[
32+
"/ST_tW_antitop_5f_inclusiveDecays_TuneCP5_13TeV-powheg-pythia8/RunIISummer20UL16MiniAODAPVv2_NanoAODv12UHH-106X_mcRun2_asymptotic_preVFP_v11-v1/NANOAODSIM", # noqa
33+
],
34+
n_files=33,
35+
n_events=2_300_000,
36+
)
37+
38+
39+
# ST_t-channel_antitop
40+
cpn.add_dataset(
41+
name="st_tchannel_tbar_4f_powheg",
42+
id=14225486,
43+
processes=[procs.st_tchannel_tbar],
44+
info=dict(
45+
nominal=DatasetInfo(
46+
keys=[
47+
"/ST_t-channel_antitop_4f_InclusiveDecays_TuneCP5_13TeV-powheg-madspin-pythia8/RunIISummer20UL16MiniAODAPVv2_NanoAODv12UHH-106X_mcRun2_asymptotic_preVFP_v11-v3/NANOAODSIM", # noqa
48+
],
49+
n_files=580,
50+
n_events=31_024_000,
51+
),
52+
tune_down=DatasetInfo(
53+
keys=[
54+
"/ST_t-channel_antitop_4f_InclusiveDecays_TuneCP5down_13TeV-powheg-madspin-pythia8/RunIISummer20UL16MiniAODAPVv2_NanoAODv12UHH-106X_mcRun2_asymptotic_preVFP_v11-v3/NANOAODSIM", # noqa
55+
],
56+
n_files=196,
57+
n_events=10_854_000,
58+
),
59+
tune_up=DatasetInfo(
60+
keys=[
61+
"/ST_t-channel_antitop_4f_InclusiveDecays_TuneCP5up_13TeV-powheg-madspin-pythia8/RunIISummer20UL16MiniAODAPVv2_NanoAODv12UHH-106X_mcRun2_asymptotic_preVFP_v11-v3/NANOAODSIM", # noqa
62+
],
63+
n_files=196,
64+
n_events=10_715_000,
65+
),
66+
mtop_down=DatasetInfo(
67+
keys=[
68+
"/ST_t-channel_antitop_4f_InclusiveDecays_mtop1715_TuneCP5_13TeV-powheg-madspin-pythia8/RunIISummer20UL16MiniAODAPVv2_NanoAODv12UHH-106X_mcRun2_asymptotic_preVFP_v11-v3/NANOAODSIM", # noqa
69+
],
70+
n_files=240,
71+
n_events=10_626_000,
72+
),
73+
mtop_up=DatasetInfo(
74+
keys=[
75+
"/ST_t-channel_antitop_4f_InclusiveDecays_mtop1735_TuneCP5_13TeV-powheg-madspin-pythia8/RunIISummer20UL16MiniAODAPVv2_NanoAODv12UHH-106X_mcRun2_asymptotic_preVFP_v11-v3/NANOAODSIM", # noqa
76+
],
77+
n_files=256,
78+
n_events=11_101_000,
79+
),
80+
),
81+
)
82+
83+
84+
# ST_t-channel_top
85+
cpn.add_dataset(
86+
name="st_tchannel_t_4f_powheg",
87+
id=14224840,
88+
processes=[procs.st_tchannel_t],
89+
info=dict(
90+
nominal=DatasetInfo(
91+
keys=[
92+
"/ST_t-channel_top_4f_InclusiveDecays_TuneCP5_13TeV-powheg-madspin-pythia8/RunIISummer20UL16MiniAODAPVv2_NanoAODv12UHH-106X_mcRun2_asymptotic_preVFP_v11-v3/NANOAODSIM", # noqa
93+
],
94+
n_files=908,
95+
n_events=55_961_000,
96+
),
97+
tune_down=DatasetInfo(
98+
keys=[
99+
"/ST_t-channel_top_4f_InclusiveDecays_TuneCP5down_13TeV-powheg-madspin-pythia8/RunIISummer20UL16MiniAODAPVv2_NanoAODv12UHH-106X_mcRun2_asymptotic_preVFP_v11-v3/NANOAODSIM", # noqa
100+
],
101+
n_files=366,
102+
n_events=22_073_000,
103+
),
104+
tune_up=DatasetInfo(
105+
keys=[
106+
"/ST_t-channel_top_4f_InclusiveDecays_TuneCP5up_13TeV-powheg-madspin-pythia8/RunIISummer20UL16MiniAODAPVv2_NanoAODv12UHH-106X_mcRun2_asymptotic_preVFP_v11-v3/NANOAODSIM", # noqa
107+
],
108+
n_files=374,
109+
n_events=21_927_000,
110+
),
111+
mtop_down=DatasetInfo(
112+
keys=[
113+
"/ST_t-channel_top_4f_InclusiveDecays_mtop1715_TuneCP5_13TeV-powheg-madspin-pythia8/RunIISummer20UL16MiniAODAPVv2_NanoAODv12UHH-106X_mcRun2_asymptotic_preVFP_v11-v3/NANOAODSIM", # noqa
114+
],
115+
n_files=452,
116+
n_events=22_239_000,
117+
),
118+
mtop_up=DatasetInfo(
119+
keys=[
120+
"/ST_t-channel_top_4f_InclusiveDecays_mtop1735_TuneCP5_13TeV-powheg-madspin-pythia8/RunIISummer20UL16MiniAODAPVv2_NanoAODv12UHH-106X_mcRun2_asymptotic_preVFP_v11-v3/NANOAODSIM", # noqa
121+
],
122+
n_files=461,
123+
n_events=22_499_000,
124+
),
125+
),
126+
)

0 commit comments

Comments
 (0)