-
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
Added scintillator information to RecHitTools #34391
Added scintillator information to RecHitTools #34391
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34391/23786
|
A new Pull Request was created by @jkiesele (Jan Kieseler) for master. It involves the following packages: RecoLocalCalo/HGCalRecAlgos (upgrade, reconstruction) @perrotta, @kpedro88, @cmsbuild, @srimanob, @slava77, @jpata 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-31c801/16591/summary.html Comparison SummarySummary:
|
this seems related to the discussion in cms-sw/cmsdist#7112 (comment) @makortel @davidlange6 |
It certainly confirms that something unexpected is going on. I'll try to investigate as well. |
Co-authored-by: Slava Krutelyov <[email protected]>
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34391/23807
|
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-31c801/16613/summary.html Comparison SummarySummary:
|
+reconstruction
|
+Upgrade |
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. @silviodonato, @dpiparo, @qliphy, @perrotta (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR implements a new feature for the RecHitTools to conveniently access the size of individual HGCAL scintillator cells through their detID. While in the current geometry the size is constant for all cells, this implementation avoids hard-coding the size and is transparent w.r.t. geometry changes.
This feature is useful to study shower densities on truth level, and possibly for studying clustering algorithms.
The addition was discussed in the HGCAL DPG meeting: https://indico.cern.ch/event/1055901/
PR validation:
The code has been validated to produce the right sizes in eta and phi. It is also stable against wrong detID inputs.
Since it implements a new feature, there are no downstream dependencies.