-
Notifications
You must be signed in to change notification settings - Fork 26
Ensure cluster ecal_eta/phi are set when not running CombinedCaloLinker. #1124
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 cluster ecal_eta/phi are set when not running CombinedCaloLinker. #1124
Conversation
|
Hello, I'm triggerDoctor. @aloeliger is testing this script for L1T offline software validation. Attempts to compile this PR failed. The following is the stderr of the compilation attempt:
|
gpetruc
left a comment
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.
Ok for me
|
@aloeliger @epalencia The trigger doctor is complaining about changes in files not touched/affected by this PR, and also in code maintained by the track finder. Do we need to fix them here or not? |
|
Hello, I'm triggerDoctor. @aloeliger is testing this script for L1T offline software validation. Attempts to compile this PR succeeded!
|
|
Hello, I'm triggerDoctor. @aloeliger is testing this script for L1T offline software validation. I found no issues with the code checks!
I found no issues with the headers!
|
|
Hello, I'm triggerDoctor. @aloeliger is testing this script for L1T offline software validation. I found no files with code format issues!
|
|
This one could also be ready for merge, it's merged in cmssw |
|
Corresponds to cms-sw#41697 |
|
tagged as |
PR description:
This PR fixes the issue described in #1113. The
cluster.ecal_eta/phivariables are set tocluster.eta/phiwhen we aren't running theCombinedCaloLinker. Perhaps there is a nicer way to fix this, but I believe the calo linking will ultimately be superseded by the developments in #1095.PR validation:
A before/after comparison for jet eta/phi:


Blue/yellow line - tag before/after the bug was introduced
Green line - after applying the fix on the latest tag of the integration branch.
@gpetruc