-
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
Modernize Phase2TrackerDigiProducer #43647
Modernize Phase2TrackerDigiProducer #43647
Conversation
- changed to a global module - improved memory handling - avoid unnecessary recalculations
@makortel FYI |
cms-bot internal usage |
This was found as part of our review of |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43647/38306
|
please test |
A new Pull Request was created by @Dr15Jones (Chris Jones) for master. It involves the following packages:
@emeschi, @mandrenguyen, @smorovic, @jfernan2 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-88e435/36693/summary.html Comparison SummarySummary:
|
+reconstruction |
just for the record, that's expected because this module is not used in any reconstruction sequence, nor tested in any unit tests (AFAIU). |
+daq |
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. @sextonkennedy, @rappoccio, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
We are in the process of modifying the framework to require stream modules to explicitly request to handle Run and/or LuminosityBlock transitions. We are in the process of modifying the ~200 modules which need to be changed. As part of that change, we sometimes just move the work done in Run or LuminosityBlock calls to the Event call. This change started as one of those changes but I felt additional changes would improve things further. |
+1 |
PR description:
PR validation:
Code compiles.