-
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
Split SiPixelCalSingleMuon into two separate ALCARECO producers #33399
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33399/22022
|
A new Pull Request was created by @mmusich (Marco Musich) for master. It involves the following packages: Calibration/TkAlCaRecoProducers @malbouis, @yuanchao, @jordan-martins, @chayanit, @wajidalikhan, @christopheralanwest, @srimanob, @kpedro88, @cmsbuild, @silviodonato, @franzoni, @tlampen, @qliphy, @pohsun, @francescobrivio, @fabiocos, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
-1 Failed Tests: ClangBuild Clang BuildI found compilation warning while trying to compile with clang. Command used:
See details on the summary page. |
43d60b9
to
52c5bfe
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33399/22023
|
Pull request #33399 was updated. @malbouis, @yuanchao, @jordan-martins, @chayanit, @wajidalikhan, @christopheralanwest, @srimanob, @kpedro88, @cmsbuild, @silviodonato, @franzoni, @tlampen, @qliphy, @pohsun, @francescobrivio, @fabiocos, @davidlange6 can you please check and sign again. |
52c5bfe
to
ebf525f
Compare
code-checks |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4e518c/14224/summary.html Comparison SummarySummary:
|
+1 |
+Upgrade |
@yuanchao can you please review and sign again? |
+1 |
ping @cms-sw/operations-l2 |
+operations |
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 (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Several times, an excessive disk resource usage from ALCARECOs has been pointed out, especially when it comes to pixel clusters, since the information is replicated many times over many datasets (Alignment, Strips, Pixel & Lumi ALCA flavours).
For what concerns the
SiPixelCalSingleMuon
, introduced in PR #28535:Proposal for reduction:
SiPixelCalSingleMuon
is to be split and two new producers created:SiPixelCalSingleMuonLoose
(with same event and track selection as presently implemented), but running prescaled of a factor 100. This is targeted to the cluster properties measurements + Pixel LA measurement @ PCL;SiPixelCalSingleMuonTight
which runs on all events without prescales, but with tighter cuts, targeted to hit efficiency measurement. Saving:The last point is implemented by introducing a new producer
NearbyPixelClustersProducer
which saves in the event a new Pixel Cluster collection, made up of all the pixel clusters which are either:DetId
of the trajectory crossing;The new collection is called
closebyPixelClusters
.This proposal has been presented at the Pixel DPG meeting of Apr 7th, 2021 and endorsed there.
PR validation:
Tested to be technically running on 2018 data with:
The average event size evaluated on ~3500 of 2018C data (for run 320065) is:
SiPixelCalSingleMuon
SiPixelCalSingleMuonLoose
SiPixelCalSingleMuonTight
✔️ We can foresee a reduction of ~ 1/2 of the data size with these changes.
if this PR is a backport please specify the original PR and why you need to backport that PR:
This PR is not a backport, no backport is needed.
cc:
@tvami