-
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
[RFC] Add updated but "off" FastSim pixel resolution histograms infrastructure #34812
[RFC] Add updated but "off" FastSim pixel resolution histograms infrastructure #34812
Conversation
- Adds variable cotAlpha cotBeta bin widths
@cmsbuild , please test with cms-data/FastSimulation-TrackingRecHitProducer#4 |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34812/24557 |
A new Pull Request was created by @lcorcodilos for master. It involves the following packages:
@lveldere, @civanch, @ssekmen, @mdhildreth, @sbein can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-1 Failed Tests: RelVals AddOn RelVals
AddOn Tests
|
I'll copy one of these tests and try to debug what's going on. Based on the changes, my suspicion is that something is going on in PixelResolutionHistograms.cc/h |
Hmmm the results in #34812 (comment) dont match my recollection... my recollection was that in the end we started seeing result in the central wf-s, like 5.1 but now everything upto MsgLogger looks fine. Is that now just the trick with the stats? Or the point is that in the PR the feature now is disabled by default? |
ahh yes, ok, so the point indeed is that in the PR the feature now is disabled by default |
Yes, the ULresolutionHistograms booleans basically suppress all impact until someone can come and figure out why the enabled feature causes significant changes to physics observables, e.g., @pmaksim1 and company. |
Yes, we have somebody starting to work on it, @ammitra |
Milestone for this pull request has been moved to CMSSW_14_0_X.Please open a backport if it should also go in to CMSSW_13_3_X. |
@cmsbuild , please close
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-295416/35633/summary.html The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Comparison SummarySummary:
|
PR description:
This PR adds the infrastructure to use the FastSim pixel resolution histograms that were recently submitted to cms-data in this PR [1]. These are based on UL pixel simulation but will not be used in the UL FastSim production which has already begun.
This PR is just meant to preserve the work that was done and to make the new resolution histograms easily accessible in the future with the hard-coded boolean
ULresolutionHistograms
which is set toFalse
. As result, this PR should produce no change.[1] - cms-data/FastSimulation-TrackingRecHitProducer#4
Known issues/need for feedback
The new resolution histograms have been prepared for each year but the modifiers used to this point have been "per-phase". So in the case of Phase 1, the modifier needs to be different depending on the era. I currently have it coded as
but this obviously does not work - it just conveys the intention. We could use feedback on the best way to accomplish this implementation.
PR validation:
The following have been run successfully:
I also ran
runTheMatrix.py -l limited -i all --ibeos
but see failures that appear to be unrelated to these changes.