Skip to content

Commit

Permalink
fixing syntax typos again
Browse files Browse the repository at this point in the history
  • Loading branch information
aalvesan committed Feb 1, 2024
1 parent d619906 commit 23bec90
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 54 deletions.
10 changes: 5 additions & 5 deletions cmsdb/campaigns/run2_2016_HIPM_uhh_v12/data.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

'''
CMS datasets from the 2016 data-taking campaign with datasets at NanoAOD tier in
version 12, created with custom content at UHH.
'''

"""CMS datasets from the 2016 data-taking campaign with datasets at NanoAOD tier in
version 12, created with custom content at UHH."""


import cmsdb.processes as procs
from cmsdb.campaigns.run2_2016_HIPM_uhh_v12 import campaigns_run2_2016_HIPM_uhh_v12 as cpn
Expand Down Expand Up @@ -317,4 +317,4 @@
aux={
"era": "F",
},
)
)
11 changes: 5 additions & 6 deletions cmsdb/campaigns/run2_2016_HIPM_uhh_v12/ewk.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# coding: utf-8

'''
Electroweak datasets from the 2016 data-taking campaign with datasets at NanoAOD tier in
version 12, created with custom content at UHH.
'''

"""Electroweak datasets from the 2016 data-taking campaign with datasets at NanoAOD tier in
version 12, created with custom content at UHH."""

import cmsdb.processes as procs
from cmsdb.campaigns.run2_2016_HIPM_uhh_v12 import campaigns_run2_2016_HIPM_uhh_v12 as cpn
Expand Down Expand Up @@ -254,7 +253,7 @@
],
n_files=5,
n_events=5072000,
)
)

# W

Expand Down Expand Up @@ -478,4 +477,4 @@
],
n_files=5,
n_events=3726992,
)
)
14 changes: 6 additions & 8 deletions cmsdb/campaigns/run2_2016_HIPM_uhh_v12/hh2bbtautau.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# coding: utf-8

'''
HH -> bbtautau datasets from the 2016 data-taking campaign with datasets at NanoAOD tier in
version 12, created with custom content at UHH.
'''

"""HH -> bbtautau datasets from the 2016 data-taking campaign with datasets at NanoAOD tier in
version 12, created with custom content at UHH."""


import cmsdb.processes as procs
from cmsdb.campaigns.run2_2016_HIPM_uhh_v12 import campaigns_run2_2016_HIPM_uhh_v12 as cpn

#####
# SM
# SM
#####

# ggF -> H -> HH
Expand Down Expand Up @@ -157,8 +157,6 @@
n_events=216000,
)



################
# BSM scenarios
################
Expand Down Expand Up @@ -1271,4 +1269,4 @@
],
n_files=1,
n_events=54000,
)
)
10 changes: 5 additions & 5 deletions cmsdb/campaigns/run2_2016_HIPM_uhh_v12/higgs.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

'''
Single Higgs datasets from the 2016 data-taking campaign with datasets at NanoAOD tier in
version 12, created with custom content at UHH.
'''

"""Single Higgs datasets from the 2016 data-taking campaign with datasets at NanoAOD tier in
version 12, created with custom content at UHH."""


import cmsdb.processes as procs
from cmsdb.campaigns.run2_2016_HIPM_uhh_v12 import campaigns_run2_2016_HIPM_uhh_v12 as cpn
Expand Down Expand Up @@ -103,4 +103,4 @@
],
n_files=6,
n_events=4622000,
)
)
15 changes: 7 additions & 8 deletions cmsdb/campaigns/run2_2016_HIPM_uhh_v12/st.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

'''
Single Top datasets from the 2016 data-taking campaign with datasets at NanoAOD tier in
version 12, created with custom content at UHH.
'''

"""Single Top datasets from the 2016 data-taking campaign with datasets at NanoAOD tier in
version 12, created with custom content at UHH."""


import cmsdb.processes as procs
from cmsdb.campaigns.run2_2016_HIPM_uhh_v12 import campaigns_run2_2016_HIPM_uhh_v12 as cpn
Expand Down Expand Up @@ -37,7 +37,7 @@
# ST_t-channel_antitop
cpn.add_dataset(
name="st_tchannel_tbar_powheg",
id=14225486,
id=14225486,
is_data=False,
processes=[procs.st_tchannel_tbar],
info=dict(
Expand All @@ -46,7 +46,7 @@
"/ST_t-channel_antitop_4f_InclusiveDecays_TuneCP5_13TeV-powheg-madspin-pythia8/RunIISummer20UL16MiniAODAPVv2-106X_mcRun2_asymptotic_preVFP_v11-v3/NANOAODSIM", # noqa
],
n_files=28,
n_events=31024000,
n_events=31024000,
),
tune_up=DatasetInfo(
keys=[
Expand Down Expand Up @@ -116,7 +116,7 @@
n_events=21927000,
),
tune_down=DatasetInfo(
keys=[
keys=[
"/ST_t-channel_top_4f_InclusiveDecays_TuneCP5down_13TeV-powheg-madspin-pythia8/RunIISummer20UL16MiniAODAPVv2-106X_mcRun2_asymptotic_preVFP_v11-v3/NANOAODSIM", # noqa
],
n_files=17,
Expand Down Expand Up @@ -152,4 +152,3 @@
),
),
)

39 changes: 17 additions & 22 deletions cmsdb/campaigns/run2_2016_HIPM_uhh_v12/ttbar.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding: utf-8

'''
tt bar datasets from the 2016 data-taking campaign with datasets at NanoAOD tier in
version 12, created with custom content at UHH.
'''

"""tt bar datasets from the 2016 data-taking campaign with datasets at NanoAOD tier in
version 12, created with custom content at UHH."""


import cmsdb.processes as procs
from cmsdb.campaigns.run2_2016_HIPM_uhh_v12 import campaigns_run2_2016_HIPM_uhh_v12 as cpn
Expand Down Expand Up @@ -47,8 +47,8 @@
],
n_files=3,
n_events=2298000,
)
)
),
),
)

# TTWJetsToQQ
Expand All @@ -69,7 +69,7 @@
id=14251563,
processes=[procs.ttw_lnu],
info=dict(
nominal=DatasetInfo(
nominal=DatasetInfo(
keys=[
"/TTWJetsToLNu_TuneCP5_13TeV-amcatnloFXFX-madspin-pythia8/RunIISummer20UL16MiniAODAPVv2-106X_mcRun2_asymptotic_preVFP_v11-v2/NANOAODSIM", # noqa
],
Expand All @@ -88,9 +88,9 @@
"/TTWJetsToLNu_TuneCP5down_13TeV-amcatnloFXFX-madspin-pythia8/RunIISummer20UL16MiniAODAPVv2-106X_mcRun2_asymptotic_preVFP_v11-v2/NANOAODSIM", # noqa
],
n_files=2,
n_events=1252285,
)
)
n_events=1252285,
),
),
)

# TTWZ
Expand Down Expand Up @@ -136,7 +136,7 @@
"/TTTo2L2Nu_TuneCP5up_13TeV-powheg-pythia8/RunIISummer20UL16MiniAODAPVv2-106X_mcRun2_asymptotic_preVFP_v11-v1/NANOAODSIM", # noqa
],
n_files=10,
n_events=10381000,
n_events=10381000,
),
tune_down=DatasetInfo(
keys=[
Expand Down Expand Up @@ -172,8 +172,8 @@
],
n_files=16,
n_events=16828000,
)
)
),
),
)

# TTToHadronic
Expand Down Expand Up @@ -230,8 +230,8 @@
],
n_files=32,
n_events=32237000,
)
)
),
),
)

# TTToSemiLeptonic
Expand Down Expand Up @@ -288,11 +288,6 @@
],
n_files=53,
n_events=55256000
)
)
),
),
)





0 comments on commit 23bec90

Please sign in to comment.