-
Notifications
You must be signed in to change notification settings - Fork 4.6k
PPS strings --> InputTag #32971
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
PPS strings --> InputTag #32971
Conversation
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32971/21209 ERROR: Build errors found during clang-tidy run. |
|
Just adding @jan-kaspar @fabferro to the list of people informed of the PR |
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32971/21212 ERROR: Build errors found during clang-tidy run. |
|
|
||
| desc.add<std::string>("label", "ctppsPixelRecHits") | ||
| desc.add<edm::InputTag>("label", edm::InputTag("ctppsPixelRecHits")) | ||
| ->setComment("label of the RecHits input for the tracking algorithm"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strictly speaking, this is not a "label" any more: perhaps "tag"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, it would be definitely clearer to read. I'm updating it.
|
It's not clear to me why are the checks failing: RecoPPS/Local/interface/RPixClusterToHit.h has not been touched by the PR. Is there anything I should do about it? |
It has been touched by #32868, merged a few hours ago. |
Thank you very much. I'll wait for it and check how to do it exactly. |
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32971/21213 ERROR: Build errors found during clang-tidy run. |
|
code-checks |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32971/21231
|
|
A new Pull Request was created by @AndreaBellora for master. It involves the following packages: RecoPPS/Local @perrotta, @jpata, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-32fdec/13057/summary.html Comparison SummarySummary:
|
|
+1
|
|
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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
This PR is only to make the input variables of the producers consistent across the board and get the flexibility provided by InputTags. It has been tested both with the reco and PPS direct simulation workflows.