-
Notifications
You must be signed in to change notification settings - Fork 4.4k
HLT menu development for 15_0_X
(2/N) [15_1_X
]
#47529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HLT menu development for 15_0_X
(2/N) [15_1_X
]
#47529
Conversation
These updates correspond to the changes accumulated in the 15_0_X release cycle before the "V1.0" GRun menu for the 2025 pp data-taking period was released. This update includes the integration of the following JIRA tickets: - [CMSHLT-3427](https://its.cern.ch/jira/browse/CMSHLT-3427) [TSG/FOG] Adding MinBias Paths to "FirstCollisions" menu (Run2025A) - [CMSHLT-3434](https://its.cern.ch/jira/browse/CMSHLT-3434) [TSG] Move OutputModules from FinalPaths to EndPaths
cms-bot internal usage |
type hlt-integration |
@cms-sw/core-l2 FYI |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47529/43988 |
A new Pull Request was created by @mmusich for master. It involves the following packages:
@Martin-Grunewald, @cmsbuild, @mmusich can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
Thanks! Just to make it clear, (referring to the discussion in cms-sw/hlt-confdb#103) is it that after this PR you'd want the
? |
Yes, I think this is a possible way forward (the tools I am talking about are mostly these two: cmssw/HLTrigger/Configuration/scripts/hltDumpStream Lines 144 to 147 in b1fb00e
and cmssw/HLTrigger/Configuration/scripts/hltListPaths Lines 72 to 76 in b1fb00e
I might have missed others, though) |
+1 Size: This PR adds an extra 1444KB to repository Comparison SummarySummary:
|
+hlt |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @rappoccio, @sextonkennedy, @antoniovilela, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
Thanks, although I'm now a bit confused. Those tools will start to fail after we remove the |
let's say I was hoping you would remove the dependency from your side when you remove support. I can provide a commit in case. I am reluctant to remove them now. |
+1 |
Thanks for the clarification. We can remove dependencies that we can easily find with |
Done in #47546 |
PR description:
Development of HLT menus for
CMSSW_15_0_X
(branchCMSSW_15_1_X
):GRun
menu for the 2025 pp data-taking period was released.This update includes the integration of the following JIRA tickets:
FirstCollisions
" menu (Run2025A)OutputModules
fromFinalPaths
toEndPaths
The latter ticket is in the response of a discussion happened at the Core-S/W meeting on Jan-28, 2025.
FinalPath
(see this cmsTalk).EndPath
s again, rather thanFinalPath
s, while still supporting existing HLT configs that are usingFinalPath
s (see for more details going back to usingEndPath
s instead ofFinalPath
s in HLT configs hlt-confdb#101 and its solution placeOutputModule
s onEndPath
s (notFinalPath
s) in HLT configs hlt-confdb#103 ).side note: some TSG tools in
HLTrigger/Configuration
still need to remove support forFinalPaths
. This will be done at a second time, whence the core support for it will be cut out from the core-S/W group.PR validation:
TSG Integration tests.
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Not a backport, but it will be backported to CMSSW_15_0_X.