-
Notifications
You must be signed in to change notification settings - Fork 4.6k
PPS pixel topology #32868
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 pixel topology #32868
Conversation
|
@jan-kaspar @mundim FYI |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32868/21097
|
|
A new Pull Request was created by @fabferro (Fabrizio Ferro) for master. It involves the following packages: CalibPPS/ESProducers @andrius-k, @chayanit, @wajidalikhan, @ianna, @kpedro88, @ggovi, @tlampen, @pohsun, @perrotta, @civanch, @yuanchao, @makortel, @ErnestaP, @ahmad3213, @cmsbuild, @Dr15Jones, @cvuosalo, @mdhildreth, @jfernan2, @slava77, @jpata, @francescobrivio, @malbouis, @jordan-martins, @kmaeshima, @christopheralanwest, @srimanob, @rvenditti 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-43d24f/12831/summary.html Comparison SummarySummary:
|
|
+reconstruction
|
|
+1 |
|
+1 |
|
+Upgrade Please make sure to cross-check when pre4 relvals will be available (validation vs pre3). |
|
@silviodonato : hoping this PR can be merged soon, so that I can proceed with the implementation of the new Run3 geometry. Thanks! |
|
@cms-sw/pdmv-l2 @cms-sw/db-l2 do you have any comments? |
|
+1 |
|
merge |
PR description:
The PPS Pixel topology (internal sensor segmentation) was hardwired in the code and prevented the coexistence in the same release of different types of pixel detectors (eg. Run2 and Run3 ones). For testing and validation puposes it's important for PPS to be able to process both Run2 and Run3 data and simulation. This PR removes the old files and allows to manage the detector topology via the EventSetup, so that the same code can be used to processed data taken or simulated with different pixel detectors. The corresponding setup is chosen by means of the Era mechanism.
No changes in the output are expected.
This PR will be followed by the implementation of the new (Run3) detector Geometry.
PR validation:
Private tests with real data and simulation show no difference in the output of PPS detectors.
runTheMatrix tests are successful.
No backport is expected.