-
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
fix direct access to tau ID container #30106
fix direct access to tau ID container #30106
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-30106/15864
|
A new Pull Request was created by @swozniewski for master. It involves the following packages: PhysicsTools/PatAlgos @perrotta, @andrius-k, @kmaeshima, @schneiml, @cmsbuild, @jfernan2, @fioriNTU, @slava77, @santocch can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins. |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
please test |
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1 |
type bugfix |
+1 |
merge |
+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 be automatically merged. |
PR description:
This PR fixes the index mapping for direct access to tau ID containers. The functionality is only for private use and test purposes and does not concern existing workflows.
The fixed lines can be compared to the regular workflows some lines above, which are using provenance, e.g. https://github.com/cms-sw/cmssw/blob/master/PhysicsTools/PatAlgos/plugins/PATTauProducer.cc#L405-L409 and are supposed to follow the same logic of the internal index mapping.
PR validation:
compiles, no further checks run due to simplicity of changes