-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
update of hltDumpStream
for Run-3 HLT menus
#40223
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40223/33263
|
A new Pull Request was created by @missirol (Marino Missiroli) for master. It involves the following packages:
@cmsbuild, @missirol, @Martin-Grunewald can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
I'd suggest renaming |
Thanks for having a look. Agreed (for clarity I added 290d569, eventually I will squash). |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40223/33264
|
Pull request #40223 was updated. @cmsbuild, @missirol, @Martin-Grunewald can you please check and sign again. |
a2a56e8
to
59e74d3
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40223/33312
|
Pull request #40223 was updated. @cmsbuild, @missirol, @Martin-Grunewald can you please check and sign again. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40223/33317
|
Pull request #40223 was updated. @cmsbuild, @missirol, @Martin-Grunewald can you please check and sign again. |
8375bcc
to
d50b038
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40223/33318
|
Pull request #40223 was updated. @cmsbuild, @missirol, @Martin-Grunewald can you please check and sign again. |
please test Tested on a few more configs (Run-2 and Run-3 ones), and made a few small fixes. As of now, I don't have other changes planned for this PR. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-47e38b/29523/summary.html Comparison SummarySummary:
|
+hlt Spurious differences in wf |
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. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
resolves #37762
PR description:
This PR updates the
hltDumpStream
script, adapting it to the most recent versions of the HLT menus.Testing is still in progress, but the review could already start.
FYI: @fwyzard
Short summary of the updates below.
FinalPath
s (as opposed toEndPath
s like in Run 2).DatasetPath
s, a dataset itself can be prescaled, and smart-prescales can be applied at dataset level.FinalPath
s, might potentially be the case again in the future).hltGetConfiguration --paths [..]
).TriggerResultsFilter
, as opposed to onlyHLTL1TSeed
(we currently have corner cases likeHLT_EphemeralPhysics
, whereTriggerResultsFilter
is used to select on L1T seeds, andDST_HLTMuon_Run3_PFScoutingPixelTracking
, whereTriggerResultsFilter
is used to seed the HLT path with events selected by the Muon PD, i.e.Dataset_Muon
).A few command-line options are added, see
hltDumpStream --help
below:PR validation:
Private 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:
N/A