-
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
Making miniAOD low pt tracks threshold tunable #33777
Conversation
Making tunable the threhsold for storing low precision covariance matrix
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33777/22744
|
A new Pull Request was created by @AdrianoDee for master. It involves the following packages: PhysicsTools/PatAlgos @perrotta, @jpata, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test |
assign xpog |
New categories assigned: xpog @fgolf,@mariadalfonso,@gouskos you have been requested to review this Pull request/Issue and eventually sign? Thanks |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5db3db/15184/summary.html Comparison SummarySummary:
|
…rticesWithBS" This reverts commit b1e635c.
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33777/22754
|
@slava77 sorry pushed a wrong commit (and reverted it). |
@cmsbuild please test |
e.g. in reminiAOD of 2018, wf 136.88811 presence of detailed information impacts the algorithms downstream which rely on these track details. tau ID and b-tags change in a somewhat minor way. the miniAOD file in jenkins/bot outputs changes in size (100 evts) : 10446585 B -> 10686017 B : 2.3% increase, consistent with the details in the PR description. |
+reconstruction
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5db3db/15224/summary.html Comparison SummarySummary:
|
+xpog |
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 |
[Backport] Making miniAOD low pt tracks threshold tunable for 10_6_X (#33777)
This PR make configurable the minimun pT for a track to be stored with a reduced precision covariance matrix, previously hard coded to be 0.5 GeV. In order to make also the latter configurable at run time a new variable
minPtForLowQualityTrackProperties
is defined in PATPackedCandidateProducer. This is also added to PATLostTracks withminPtToStoreLowQualityProps
.The further proposal is to lower it to 0.0 GeV for PATPackedCandidateProducer. The impact on miniAOD format size is in the range of 2.5-4.5 % (depending on PU).
The relative size increase is checked on a a set of Run3 ttbar samples with multiple < PU >:
The size per event:
The withBS shown here refers to the addition of
offlineSlimmedPrimaryVerticesWithBS
as in #33778Further checks in the references below.
PR Validation and Further references
BPH Jamboree December 2020 here
xPOG Meeting February 2021 here
Further reference here
For a complete documentation, trk4bph meetings: 1, 2, 3 , 4, 5, 6