-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from uhh-cms/uhh_23_v14
Custom UHH v14 campaigns for 2023.
- Loading branch information
Showing
33 changed files
with
11,994 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# coding: utf-8 | ||
|
||
""" | ||
Custom campaign for Run 3 2022 postEE nanoAOD v14 production. | ||
""" | ||
|
||
from order import Campaign | ||
|
||
|
||
# | ||
# campaign | ||
# | ||
|
||
campaign_run3_2022_postEE_nano_uhh_v14 = Campaign( | ||
name="run3_2022_postEE_nano_uhh_v14", | ||
id=320222141, # (run)3(year)2022(part)2(version)14(prod)1 | ||
ecm=13.6, | ||
bx=25, | ||
aux={ | ||
"tier": "NanoAOD", | ||
"run": 3, | ||
"year": 2022, | ||
"version": 14, | ||
"postfix": "EE", | ||
"custom": { | ||
"name": "run3_2022_postEE_nano_uhh_v14", | ||
"creator": "uhh", | ||
"location": "davs://dcache-cms-webdav-wan.desy.de:2880/pnfs/desy.de/cms/tier2/store/user/aalvesan/nanogen_store/MergeNano/config_22post_v14/prod1", # noqa | ||
}, | ||
}, | ||
tags={"EE", "postEE"}, | ||
) | ||
|
||
|
||
# trailing imports to load datasets | ||
import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v14.data # noqa | ||
import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v14.top # noqa | ||
import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v14.ewk # noqa | ||
import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v14.higgs # noqa | ||
import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v14.hh2bbtautau # noqa | ||
import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v14.hhh4b2tau # noqa |
Oops, something went wrong.