Skip to content

Commit

Permalink
Merge pull request #64 from nseeba/2023_run3
Browse files Browse the repository at this point in the history
2023 hh2bbtautau, hhh4b2tau, data samples
  • Loading branch information
mafrahm authored Oct 14, 2024
2 parents e524f43 + 005331f commit ac6d4b8
Show file tree
Hide file tree
Showing 8 changed files with 438 additions and 2 deletions.
4 changes: 3 additions & 1 deletion cmsdb/campaigns/run3_2023_postBPix_nano_v12/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@
)

# trailing imports to load datasets
# import cmsdb.campaigns.run3_2023_postBPix_nano_v12.data # noqa
import cmsdb.campaigns.run3_2023_postBPix_nano_v12.data # noqa
import cmsdb.campaigns.run3_2023_postBPix_nano_v12.top # noqa
import cmsdb.campaigns.run3_2023_postBPix_nano_v12.ewk # noqa
import cmsdb.campaigns.run3_2023_postBPix_nano_v12.qcd # noqa
import cmsdb.campaigns.run3_2023_postBPix_nano_v12.higgs # noqa
import cmsdb.campaigns.run3_2023_postBPix_nano_v12.hh2bbvv # noqa
import cmsdb.campaigns.run3_2023_postBPix_nano_v12.hh2bbtautau # noqa
import cmsdb.campaigns.run3_2023_postBPix_nano_v12.hhh4b2tau # noqa
84 changes: 84 additions & 0 deletions cmsdb/campaigns/run3_2023_postBPix_nano_v12/data.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
# coding: utf-8

"""
CMS datasets from the 2023 postBPix data-taking campaign
"""

import cmsdb.processes as procs
from cmsdb.campaigns.run3_2023_postBPix_nano_v12 import campaign_run3_2023_postBPix_nano_v12 as cpn

# Add era E also?

#
# Muon
#
cpn.add_dataset(
name="data_mu_d",
id=14787686, # id from Muon0 dataset
is_data=True,
processes=[procs.data_mu],
keys=[
"/Muon0/Run2023D-22Sep2023_v2-v1/NANOAOD", # noqa
"/Muon1/Run2023D-22Sep2023_v2-v1/NANOAOD", # noqa
],
n_files=32 + 30,
n_events=21462916 + 21463645,
aux={
"era": "D",
},
)

#
# E/Gamma
#
cpn.add_dataset(
name="data_egamma_d",
id=14787876, # id from EGamma0 dataset
is_data=True,
processes=[procs.data_egamma],
keys=[
"/EGamma0/Run2023D-22Sep2023_v2-v1/NANOAOD", # noqa
"/EGamma1/Run2023D-22Sep2023_v2-v1/NANOAOD", # noqa
],
n_files=33 + 30,
n_events=22657211 + 22653287,
aux={
"era": "D",
},
)

#
# Tau
#
cpn.add_dataset(
name="data_tau_d",
id=14786907,
is_data=True,
processes=[procs.data_tau],
keys=[
"/Tau/Run2023D-22Sep2023_v2-v1/NANOAOD", # noqa
],
n_files=13,
n_events=7246202,
aux={
"era": "D",
},
)

#
# MuonEG
#
cpn.add_dataset(
name="data_muoneg_d",
id=14787200,
is_data=True,
processes=[procs.data_muoneg],
keys=[
"/MuonEG/Run2023D-22Sep2023_v2-v1/NANOAOD", # noqa
],
n_files=11,
n_events=3751587,
aux={
"era": "D",
},
)
117 changes: 117 additions & 0 deletions cmsdb/campaigns/run3_2023_postBPix_nano_v12/hh2bbtautau.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
# coding: utf-8

"""
HH -> bbtautau datasets for the 2023 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.run3_2023_postBPix_nano_v12 import campaign_run3_2023_postBPix_nano_v12 as cpn

#
# ggF -> H -> HH
#

# SM
cpn.add_dataset(
name="hh_ggf_hbb_htt_kl1_kt1_powheg",
id=14931120,
processes=[procs.hh_ggf_hbb_htt_kl1_kt1],
keys=[
"/GluGlutoHHto2B2Tau_kl-1p00_kt-1p00_c2-0p00_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixNanoAODv12-tsg_130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM", # noqa
],
n_files=32,
n_events=494000,
)

# BSM
cpn.add_dataset(
name="hh_ggf_hbb_htt_kl0_kt1_c21_powheg",
id=14930533,
processes=[procs.hh_ggf_hbb_htt_kl0_kt1_c21],
keys=[
"/GluGlutoHHto2B2Tau_kl-0p00_kt-1p00_c2-1p00_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM", # noqa
],
n_files=16,
n_events=490000,
)
cpn.add_dataset(
name="hh_ggf_hbb_htt_kl1_kt1_c23_powheg",
id=14931408,
processes=[procs.hh_ggf_hbb_htt_kl1_kt1_c23],
keys=[
"/GluGlutoHHto2B2Tau_kl-1p00_kt-1p00_c2-3p00_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM", # noqa
],
n_files=22,
n_events=496000,
)
cpn.add_dataset(
name="hh_ggf_hbb_htt_kl5_kt1_powheg",
id=14931619,
processes=[procs.hh_ggf_hbb_htt_kl5_kt1],
keys=[
"/GluGlutoHHto2B2Tau_kl-5p00_kt-1p00_c2-0p00_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM", # noqa
],
n_files=23,
n_events=496000,
)
cpn.add_dataset(
name="hh_ggf_hbb_htt_kl1_kt1_c2m2_powheg",
id=14930980,
processes=[procs.hh_ggf_hbb_htt_kl1_kt1_c2m2],
keys=[
"/GluGlutoHHto2B2Tau_kl-1p00_kt-1p00_c2-m2p00_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM", # noqa
],
n_files=20,
n_events=498000,
)
cpn.add_dataset(
name="hh_ggf_hbb_htt_kl0_kt1_powheg",
id=14931073,
processes=[procs.hh_ggf_hbb_htt_kl0_kt1],
keys=[
"/GluGlutoHHto2B2Tau_kl-0p00_kt-1p00_c2-0p00_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM", # noqa
],
n_files=34,
n_events=492000,
)
cpn.add_dataset(
name="hh_ggf_hbb_htt_kl1_kt1_c20p35_powheg",
id=14931113,
processes=[procs.hh_ggf_hbb_htt_kl1_kt1_c20p35],
keys=[
"/GluGlutoHHto2B2Tau_kl-1p00_kt-1p00_c2-0p35_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM", # noqa
],
n_files=27,
n_events=496000,
)
cpn.add_dataset(
name="hh_ggf_hbb_htt_kl1_kt1_c20p10_powheg",
id=14930917,
processes=[procs.hh_ggf_hbb_htt_kl1_kt1_c20p10],
keys=[
"/GluGlutoHHto2B2Tau_kl-1p00_kt-1p00_c2-0p10_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM", # noqa
],
n_files=35,
n_events=496409,
)
cpn.add_dataset(
name="hh_ggf_hbb_htt_kl2p45_kt1_powheg",
id=14930553,
processes=[procs.hh_ggf_hbb_htt_kl2p45_kt1],
keys=[
"/GluGlutoHHto2B2Tau_kl-2p45_kt-1p00_c2-0p00_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM", # noqa
],
n_files=29,
n_events=499198,
)
cpn.add_dataset(
name="hh_ggf_hbb_htt_kl2p45_kt1_lheweights_powheg",
id=14943641,
processes=[procs.hh_ggf_hbb_htt_kl2p45_kt1],
keys=[
"/GluGlutoHHto2B2Tau_kl-2p45_kt-1p00_c2-0p00_LHEweights_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM", # noqa
],
n_files=148,
n_events=1497480,
)
16 changes: 16 additions & 0 deletions cmsdb/campaigns/run3_2023_postBPix_nano_v12/hhh4b2tau.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# coding: utf-8

import cmsdb.processes as procs
from cmsdb.campaigns.run3_2023_postBPix_nano_v12 import campaign_run3_2023_postBPix_nano_v12 as cpn

# SM sample
cpn.add_dataset(
name="hhh_4b2tau_c30_d40_amcatnlo",
id=14846187,
processes=[procs.hhh_4b2tau_c30_d40],
keys=[
"/HHHto4B2Tau_c3-0_d4-0_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v2-v2/NANOAODSIM", # noqa
],
n_files=50,
n_events=4968000,
)
4 changes: 3 additions & 1 deletion cmsdb/campaigns/run3_2023_preBPix_nano_v12/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@


# trailing imports to load datasets
# import cmsdb.campaigns.run3_2023_preBPix_nano_v12.data # noqa
import cmsdb.campaigns.run3_2023_preBPix_nano_v12.data # noqa
import cmsdb.campaigns.run3_2023_preBPix_nano_v12.top # noqa
import cmsdb.campaigns.run3_2023_preBPix_nano_v12.ewk # noqa
import cmsdb.campaigns.run3_2023_preBPix_nano_v12.qcd # noqa
import cmsdb.campaigns.run3_2023_preBPix_nano_v12.higgs # noqa
import cmsdb.campaigns.run3_2023_preBPix_nano_v12.hh2bbvv # noqa
import cmsdb.campaigns.run3_2023_preBPix_nano_v12.hh2bbtautau # noqa
import cmsdb.campaigns.run3_2023_preBPix_nano_v12.hhh4b2tau # noqa
82 changes: 82 additions & 0 deletions cmsdb/campaigns/run3_2023_preBPix_nano_v12/data.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
# coding: utf-8

"""
CMS datasets from the 2023 preBPix data-taking campaign
"""

import cmsdb.processes as procs
from cmsdb.campaigns.run3_2023_preBPix_nano_v12 import campaign_run3_2023_preBPix_nano_v12 as cpn

#
# Muon
#
cpn.add_dataset(
name="data_mu_c",
id=14786982,
is_data=True,
processes=[procs.data_mu],
keys=[
"/Muon0/Run2023C-22Sep2023_v4-v1/NANOAOD", # noqa
"/Muon1/Run2023C-22Sep2023_v4-v2/NANOAOD", # noqa
],
n_files=165 + 108,
n_events=138943783 + 138912262,
aux={
"era": "C",
},
)

#
# E/Gamma
#
cpn.add_dataset(
name="data_egamma_c",
id=14786977,
is_data=True,
processes=[procs.data_egamma],
keys=[
"/EGamma0/Run2023C-22Sep2023_v4-v1/NANOAOD", # noqa
"/EGamma1/Run2023C-22Sep2023_v4-v1/NANOAOD", # noqa
],
n_files=168 + 177,
n_events=160108119 + 160049621,
aux={
"era": "C",
},
)

#
# Tau
#
cpn.add_dataset(
name="data_tau_c",
id=14786972,
is_data=True,
processes=[procs.data_tau],
keys=[
"/Tau/Run2023C-22Sep2023_v4-v1/NANOAOD", # noqa
],
n_files=70,
n_events=45176805,
aux={
"era": "C",
},
)

#
# MuonEG
#
cpn.add_dataset(
name="data_muoneg_c",
id=14784848,
is_data=True,
processes=[procs.data_muoneg],
keys=[
"/MuonEG/Run2023C-22Sep2023_v4-v1/NANOAOD", # noqa
],
n_files=41,
n_events=24205121,
aux={
"era": "C",
},
)
Loading

0 comments on commit ac6d4b8

Please sign in to comment.