-
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
revert PR 40443 w/o introducing bricked pixels #42454
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42454/36458
|
A new Pull Request was created by @emiglior (Ernesto Migliore) for master. It involves the following packages:
@perrotta, @consuegs, @Dr15Jones, @bsunanda, @makortel, @civanch, @mdhildreth, @cmsbuild, @AdrianoDee, @srimanob, @saumyaphor4252, @tvami, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild , please test |
@emiglior this is already failing the addOnTests
I guess you need to add an appropriate |
-1 Failed Tests: RelVals-INPUT AddOn RelVals-INPUTThe relvals timed out after 4 hours. AddOn Tests
Expand to see more addon errors ...Comparison SummarySummary:
|
Hmm, the addOnTests for HLT are Run3, not Phase2 - why are they affected by this Phase-2 PR? |
because this is NOT a phase-2 PR. |
Well, then the PR description is misleading and should be improved.... |
it's a draft... |
Thanks @mmusich for the feedback. What is the suggested way to test it? |
yep, something like: and should do it.
run |
Milestone for this pull request has been moved to CMSSW_14_0_X.Please open a backport if it should also go in to CMSSW_13_3_X. |
Hi @smuzaffar |
@emiglior , its up to you or L2's to decide. Today we opened |
what is the plan about this PR? |
We started to work on proto-code to have a full description of big pixels from geometry-topology to local reco, as my understanding was that a broader overview of the development was envisaged. |
perhaps this can be closed and re-opened when a more realistic implementation is presented. |
PR description:
This PR is the first step towards the description of the so-called big pixels for the phase-2 InnerTracker as proposed in
https://indico.cern.ch/event/1242584/contributions/5517916/attachments/2691752/4671198/em20230728.pdf
The plan is to describe the phase-2 big pixels in the file pixelStructureTopology.xml or by using the TrackerAdditionalParametersPerDet rcd for geometries loaded from DB.
The goal of this PR is to put back the changes of the infrastructure needed for using the TrackerAdditionalParametersPerDet rcd, introduced for the bricked pixels and then removed with PR#40443 (but without reintroducing the functions related to bricked pixels).
NOTE (similar to PR#34120): the record PTrackerAdditionalParametersPerDetRcd is consumed by the TrackerGeomBuilderFromGeometricDet, which is the same for Runs 2&3 and Phase 2. Therefore, this PR also modifies Runs 2&3, by including the new record. Anyway, for the moment no new parameters are introduced. We will take care setting the new parameters describing big pixels to dummy values for the geometries before phase-2.
PR validation:
If 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:
This PR is not a backport and no backport needed
(related PR#42448 targeting 13_2_X can be dismissed)
@tvami @mmusich @adewit @gbardell