Skip to content

Commit

Permalink
Merge pull request #62 from uhh-cms/datasets/hh_nano_v13
Browse files Browse the repository at this point in the history
hh2bbvv dataset update
  • Loading branch information
pkausw authored Nov 11, 2024
2 parents 2731b76 + 3468cd1 commit ab34aed
Show file tree
Hide file tree
Showing 18 changed files with 2,870 additions and 138 deletions.
2 changes: 1 addition & 1 deletion cmsdb/campaigns/run2_2017_nano_v9/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
import cmsdb.campaigns.run2_2017_nano_v9.qcd # noqa
import cmsdb.campaigns.run2_2017_nano_v9.higgs # noqa
import cmsdb.campaigns.run2_2017_nano_v9.hh2bbtautau # noqa
import cmsdb.campaigns.run2_2017_nano_v9.hh2bbww # noqa
import cmsdb.campaigns.run2_2017_nano_v9.hh2bbvv # noqa
import cmsdb.campaigns.run2_2017_nano_v9.mttbar # noqa
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
],
n_files=26,
n_events=392598,
aux={"allow_uppercase_name": True},
)

cpn.add_dataset(
Expand All @@ -32,7 +31,6 @@
],
n_files=24,
n_events=399994,
aux={"allow_uppercase_name": True},
)

cpn.add_dataset(
Expand All @@ -44,7 +42,6 @@
],
n_files=40,
n_events=399996,
aux={"allow_uppercase_name": True},
)

cpn.add_dataset(
Expand All @@ -56,7 +53,6 @@
],
n_files=28,
n_events=395996,
aux={"allow_uppercase_name": True},
)

#
Expand All @@ -72,7 +68,6 @@
],
n_files=15,
n_events=400000,
aux={"allow_uppercase_name": True},
)

cpn.add_dataset(
Expand All @@ -84,7 +79,6 @@
],
n_files=23,
n_events=395000,
aux={"allow_uppercase_name": True},
)

cpn.add_dataset(
Expand All @@ -96,7 +90,6 @@
],
n_files=26,
n_events=397398,
aux={"allow_uppercase_name": True},
)

cpn.add_dataset(
Expand All @@ -108,7 +101,6 @@
],
n_files=22,
n_events=399999,
aux={"allow_uppercase_name": True},
)

#
Expand All @@ -124,7 +116,6 @@
],
n_files=4,
n_events=396993,
aux={"allow_uppercase_name": True},
)

cpn.add_dataset(
Expand All @@ -136,7 +127,6 @@
],
n_files=14,
n_events=389995,
aux={"allow_uppercase_name": True},
)

cpn.add_dataset(
Expand All @@ -148,7 +138,6 @@
],
n_files=7,
n_events=399997,
aux={"allow_uppercase_name": True},
)

cpn.add_dataset(
Expand All @@ -160,7 +149,6 @@
],
n_files=18,
n_events=399993,
aux={"allow_uppercase_name": True},
)

cpn.add_dataset(
Expand All @@ -172,7 +160,6 @@
],
n_files=2,
n_events=399997,
aux={"allow_uppercase_name": True},
)

cpn.add_dataset(
Expand All @@ -184,7 +171,6 @@
],
n_files=3,
n_events=399998,
aux={"allow_uppercase_name": True},
)

cpn.add_dataset(
Expand All @@ -196,7 +182,6 @@
],
n_files=1,
n_events=399998,
aux={"allow_uppercase_name": True},
)

#
Expand All @@ -212,7 +197,6 @@
],
n_files=20,
n_events=396000,
aux={"allow_uppercase_name": True},
)

cpn.add_dataset(
Expand All @@ -224,7 +208,6 @@
],
n_files=2,
n_events=399999,
aux={"allow_uppercase_name": True},
)

cpn.add_dataset(
Expand All @@ -236,7 +219,6 @@
],
n_files=10,
n_events=395998,
aux={"allow_uppercase_name": True},
)

cpn.add_dataset(
Expand All @@ -248,7 +230,6 @@
],
n_files=2,
n_events=400000,
aux={"allow_uppercase_name": True},
)

cpn.add_dataset(
Expand All @@ -260,7 +241,6 @@
],
n_files=7,
n_events=395998,
aux={"allow_uppercase_name": True},
)

cpn.add_dataset(
Expand All @@ -272,7 +252,6 @@
],
n_files=1,
n_events=400000,
aux={"allow_uppercase_name": True},
)

cpn.add_dataset(
Expand All @@ -284,7 +263,6 @@
],
n_files=18,
n_events=397998,
aux={"allow_uppercase_name": True},
)

#
Expand Down
2 changes: 1 addition & 1 deletion cmsdb/campaigns/run3_2022_postEE_nano_v12/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
import cmsdb.campaigns.run3_2022_postEE_nano_v12.ewk # noqa
import cmsdb.campaigns.run3_2022_postEE_nano_v12.qcd # noqa
import cmsdb.campaigns.run3_2022_postEE_nano_v12.higgs # noqa
import cmsdb.campaigns.run3_2022_postEE_nano_v12.hh2bbww # noqa
import cmsdb.campaigns.run3_2022_postEE_nano_v12.hh2bbvv # noqa
Loading

0 comments on commit ab34aed

Please sign in to comment.