-
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
Including per ROC histograms for Pixel Cluster Counting luminosity #44996
Conversation
cms-bot internal usage |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44996/40280
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-44996/40281
|
Pull request #44996 was updated. @perrotta, @consuegs, @jfernan2, @mandrenguyen, @saumyaphor4252 can you please check and sign again. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-bb8465/39433/summary.html Comparison SummarySummary:
|
+1 |
+alca |
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. @rappoccio, @antoniovilela, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
@duff-ae @cms-sw/alca-l2 do we need a backport for data-taking of this PR? |
It would be nice to backport. Yes please |
@duff-ae @cms-sw/alca-l2 are you going to take care of creating the backport? |
Backport prepared in #45054 |
This PR is the apparent cause of #45306 |
type changes-dataformats |
PR description:
The modules affected:
Calibration/LumiAlCaRecoProducers
DataFormats/Luminosity
Including extra loops to AlcaPCCEventProducer to iterate over clusters and sort them by corresponding ROC modules. Later the information is used to produce luminosity histograms (per bx) with per ROC granularity at HLT. This information could be used to identify the outliers and improve the stability and linearity of Pixel Cluster Counting luminosity (talk by B. Kronheim and C. Palmer https://indico.cern.ch/event/1358674/contributions/5725781/attachments/2775100/4836057/PCC_Active_Masking_Dec_19_2023.pdf)
The proposed future is validated following the official guideline http://cms-sw.github.io/PRWorkflow.html
Also by running test reconstruction on raw data
Related PR:
#29069