-
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
ensure HLTProcess
adds all (End)Path
s to the schedule [12.2.X]
#36474
ensure HLTProcess
adds all (End)Path
s to the schedule [12.2.X]
#36474
Conversation
A new Pull Request was created by @missirol (Marino Missiroli) for CMSSW_12_2_X. It involves the following packages:
@cmsbuild, @missirol, @Martin-Grunewald can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
type bugfix |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5f7f0f/21226/summary.html Comparison SummarySummary:
|
+hlt |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_2_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_3_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
backport of #36422
PR description:
This PR updates
HLTProcess
(which controls the output ofhltGetConfiguration
), ensuring that(End)Path
s appended byHLTProcess
are added to the schedule.For example, if one currently specifies
--output minimal
, the corresponding output.root
file is not produced.The issue was spotted by @silviodonato.
PR validation:
Manual tests, e.g.
If this PR is a backport, please specify the original PR and why you need to backport that PR:
#36422
Backport of a bugfix for HLT development, to include it in the next full CMSSW release, i.e.
12_2_0
.