Skip to content

Commit

Permalink
Add ewk and top entries, re-order hh entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Oct 28, 2024
1 parent c063564 commit 61ae3b6
Show file tree
Hide file tree
Showing 4 changed files with 1,281 additions and 126 deletions.
11 changes: 8 additions & 3 deletions cmsdb/campaigns/run3_2022_postEE_nano_uhh_v12/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,20 @@

campaign_run3_2022_postEE_nano_uhh_v12 = Campaign(
name="run3_2022_postEE_nano_uhh_v12",
id=320221203, # 3 2022 12 03(u)
id=320222121, # (run)3(year)2022(part)2(version)12(prod)1
ecm=13.6,
bx=25,
aux={
"tier": "NanoAOD",
"run": 3,
"year": 2022,
"version": 12,
"postfix": "postEE",
"postfix": "EE",
"custom": {
"name": "run3_2022_postEE_nano_uhh_v12",
"creator": "uhh",
"location": "davs://dcache-cms-webdav-wan.desy.de:2880/pnfs/desy.de/cms/tier2/store/user/aalvesan/nanogen_store/MergeNano/config_22post_v12/prod1", # noqa
},
},
tags={"EE", "postEE"},
)
Expand All @@ -40,6 +45,6 @@
# trailing imports to load datasets
import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v12.data # noqa
import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v12.top # noqa
# import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v12.ewk # noqa
import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v12.ewk # noqa
import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v12.higgs # noqa
import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v12.hh2bbtautau # noqa
Loading

0 comments on commit 61ae3b6

Please sign in to comment.