Skip to content

Commit

Permalink
Fix nano 23 v13 prefixes and tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Dec 16, 2024
1 parent effa0c1 commit 757f8d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Database of physics processes, cross sections and scientific constants as well a
| [`run3_2022_postEE_nano_v11`](./cmsdb/campaigns/run3_2022_postEE_nano_v11) | `"EE"` | `{"postEE", "EE"}` |
| [`run3_2022_postEE_nano_v12`](./cmsdb/campaigns/run3_2022_postEE_nano_v12) | `"EE"` | `{"postEE", "EE"}` |
| [`run3_2022_postEE_nano_uhh_v12`](./cmsdb/campaigns/run3_2022_postEE_nano_uhh_v12) | `"EE"` | `{"postEE", "EE"}` |
| [`run3_2023_preBPix_nano_v13`](./cmsdb/campaigns/run3_2023_preBPix_nano_v13) | `""` | `{"preBPix"}` |
| [`run3_2023_postBPix_nano_v13`](./cmsdb/campaigns/run3_2023_postBPix_nano_v13) | `"BPix"` | `{"postBPix", "BPix"}` |
| [`run3_2023_preBPix_nano_uhh_v14`](./cmsdb/campaigns/run3_2023_preBPix_nano_uhh_v14) | `""` | `{"preBPix"}` |
| [`run3_2023_postBPix_nano_uhh_v14`](./cmsdb/campaigns/run3_2023_postBPix_nano_uhh_v14) | `"BPix"` | `{"postBPix", "BPix"}` |

Expand Down
3 changes: 2 additions & 1 deletion cmsdb/campaigns/run3_2023_postBPix_nano_v13/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@
"run": 3,
"year": 2023,
"version": 13,
"postfix": "",
"postfix": "BPix",
},
tags={"postBPix"},
tags={"postBPix", "BPix"},
)


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

0 comments on commit 757f8d8

Please sign in to comment.