-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
get rid of Phase2TrackerRecHit1D::CluRef
#40601
get rid of Phase2TrackerRecHit1D::CluRef
#40601
Conversation
test parameters:
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40601/33857
|
A new Pull Request was created by @mmusich (Marco Musich) for master. It involves the following packages:
@cmsbuild, @civanch, @mandrenguyen, @clacaputo, @mdhildreth can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
-1 Failed Tests: RelVals-INPUT
RelVals-INPUTThe relvals timed out after 4 hours. Comparison SummarySummary:
|
test parameters:
|
looks like DAS queries are failing for wf 20818.9: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-165f79/30141/dasqueries/failed_workflows.log Let's re-try without it. |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-165f79/30159/summary.html Comparison SummarySummary:
|
+reconstruction |
+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. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
In #40323
Phase2TrackerRecHit1D::ClusterRef
had to be introduced in order to resolve this line:cmssw/CommonTools/RecoAlgos/src/ClusterStorer.cc
Line 108 in 79e79bd
correctly when
HitType
is aPhase2TrackerRecHit1D
.This PR drops the preexisting typedef
Phase2TrackerRecHit1D::CluRef
in favour of the new one, making the nomenclature uniform among different tracking rechit types.PR validation:
cmssw
compilesIf this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
N/A