-
Notifications
You must be signed in to change notification settings - Fork 4.4k
[L1T] Restructure handling of Calorimeter input to Correlator Layer-1 + new TkElectrons in barrel (Phase-2) #48002
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
base: master
Are you sure you want to change the base?
Conversation
cms-bot internal usage |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48002/44675 ERROR: Unable to merge PR. See log https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48002/44675/cms-checkout-topic.log |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48002/44696 ERROR: Unable to merge PR. See log https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48002/44696/cms-checkout-topic.log |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48002/44698
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48002/44699
|
A new Pull Request was created by @cerminar for master. It involves the following packages:
@BenjaminRS, @Moanwar, @cmsbuild, @quinnanm, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48002/44769
|
Pull request #48002 was updated. @BenjaminRS, @Moanwar, @cmsbuild, @quinnanm, @srimanob, @subirsarkar can you please check and sign again. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48002/44799
|
Pull request #48002 was updated. @BenjaminRS, @Moanwar, @cmsbuild, @quinnanm, @srimanob, @subirsarkar can you please check and sign again. |
Following up on the menu MET (thanks @RobertJWard ) rates at the DPG we discovered a missing commit in the rebase to 151X. The issue is now addressed. Short summary: no showstoppers. More detailed summary: big increase in efficiency for most of e/g objects at the price of some increase in rate (some of the menu WPs will need to be changed). Some increase in rate of PUPPI-MET. Seems related to a change in scale of the barrel. This change is related to the new GCT emulated egamma clusters and it was already seen in previous studies: |
please test |
+1 Size: This PR adds an extra 16KB to repository Comparison SummarySummary:
|
PR description:
This PR rewrites the Correlator Layer-1 emulator code handling the Calorimeter input objects, enabling more realistic treatment of barrel and endcap data.
In particular:
PFCluster
, moving all needed manipulations (deserialization, calibrations and ID models to the Layer-1 emulator.PFCluster
collections directly from the CTL1 emulator AFTER the decoding storing bit-wise accurate information across the whole calorimenter. This allows acessing data in the final precision for performance studies and ML model trainingPFCluster
data-format to store digitized objects in packed format. This allows retrieving quantized quantities in the ntuplization stepse-gamma L1T:
PR validation:
We will soon post some comparison plots.