Skip to content

Commit

Permalink
Merge branch 'Run2_2016_HIMP_uhh_v12' of github.com:uhh-cms/cmsdb int…
Browse files Browse the repository at this point in the history
…o Run2_2016_HIMP_uhh_v12
  • Loading branch information
aalvesan committed Jan 25, 2024
2 parents baf429d + cac4f9f commit 2a0b7ed
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cmsdb/campaigns/run2_2016_HIPM_uhh_v12/DY.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
)

cpn.add_dataset(
name="THEdy_lep_2j_amcatnlo",
name="dy_lep_2j_amcatnlo",
id=14212211,
processes=[procs.dy_lep_2j],
keys=[
Expand Down
2 changes: 1 addition & 1 deletion cmsdb/campaigns/run2_2016_HIPM_uhh_v12/W.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
cpn.add_dataset(
name="w_lnu_ht200To400_madgraph",
id=14212310,
processes=[procs.w_lnu_ht200To400_madgraph],
processes=[procs.w_lnu_ht200To400],
keys=[
"/WJetsToLNu_HT-200To400_TuneCP5_13TeV-madgraphMLM-pythia8/RunIISummer20UL16MiniAODAPVv2-106X_mcRun2_asymptotic_preVFP_v11-v1/NANOAODSIM", # noqa
],
Expand Down
4 changes: 2 additions & 2 deletions cmsdb/campaigns/run2_2016_HIPM_uhh_v12/Z.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# coding: utf-8

'''
Multi boson datasets from the 2016 data-taking campaign with datasets at NanoAOD tier in
Z boson 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_2017_nano_uhh_v11 import campaign_run2_2017_nano_uhh_v11 as cpn
from cmsdb.campaigns.run2_2016_HIMP_nano_uhh_v12 import campaign_run2_2016_HIMP_nano_uhh_v12 as cpn

cpn.add_dataset(
name="z_nunu_ht600To800_madgraph",
Expand Down
8 changes: 4 additions & 4 deletions cmsdb/campaigns/run2_2016_HIPM_uhh_v12/hh2bbtautau.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
cpn.add_dataset(
name="hh_ggf_bbtautau_node6_madgraph",
id=14347302,
processes=[procs.hh_ggf_bbtautau_madgraph_node6],
processes=[procs.hh_ggf_bbtautau_node6],
keys=[
"/GluGluToHHTo2B2Tau_TuneCP5_PSWeights_node_6_13TeV-madgraph-pythia8/RunIISummer20UL16MiniAODAPVv2-106X_mcRun2_asymptotic_preVFP_v11-v2/NANOAODSIM", # noqa
],
Expand All @@ -37,7 +37,7 @@
)

cpn.add_dataset(
name="THE_NAhh_ggf_bbtautau_node9_madgraphME",
name="hh_ggf_bbtautau_node9_madgraph",
id=14359169,
processes=[procs.hh_ggf_bbtautau_node9],
keys=[
Expand Down Expand Up @@ -1045,7 +1045,7 @@
cpn.add_dataset(
name="graviton_hh_vbf_bbtautau_m700_madgraph",
id=14309734,
processes=[procs.graviton_hh_vbf_bbtautau_m700_madgraph],
processes=[procs.graviton_hh_vbf_bbtautau_m700],
keys=[
"/VBFToBulkGravitonToHHTo2B2Tau_M-700_TuneCP5_PSWeights_narrow_13TeV-madgraph-pythia8/RunIISummer20UL16MiniAODAPVv2-106X_mcRun2_asymptotic_preVFP_v11-v2/NANOAODSIM", # noqa
],
Expand Down Expand Up @@ -1243,7 +1243,7 @@
cpn.add_dataset(
name="graviton_hh_vbf_bbtautau_m1500_madgraph",
id=14309566,
processes=[procs.graviton_hh_vbf_bbtautau_m1550],
processes=[procs.graviton_hh_vbf_bbtautau_m1500],
keys=[
"/VBFToBulkGravitonToHHTo2B2Tau_M-1500_TuneCP5_PSWeights_narrow_13TeV-madgraph-pythia8/RunIISummer20UL16MiniAODAPVv2-106X_mcRun2_asymptotic_preVFP_v11-v2/NANOAODSIM", # noqa
],
Expand Down
2 changes: 1 addition & 1 deletion cmsdb/campaigns/run2_2016_HIPM_uhh_v12/ttbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
cpn.add_dataset(
name="ttww_madgraph",
id=14214929,
processes=[procs.ttw],
processes=[procs.ttww],
keys=[
"/TTWW_TuneCP5_13TeV-madgraph-pythia8/RunIISummer20UL16MiniAODAPVv2-106X_mcRun2_asymptotic_preVFP_v11-v1/NANOAODSIM", # noqa
],
Expand Down

0 comments on commit 2a0b7ed

Please sign in to comment.