-
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
MTD validation: update vertex density plots #46476
Conversation
cms-bot internal usage |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46476/42332 Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
…mize binning for vertex time and z distributions
397bbc9
to
4c0ef05
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46476/42333 |
A new Pull Request was created by @fabiocos for master. It involves the following packages:
@antoniovagnerini, @cmsbuild, @nothingface0, @rvenditti, @syuvivida, @tjavaid can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Size: This PR adds an extra 40KB to repository Comparison SummarySummary:
|
+1
|
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. @mandrenguyen, @antoniovilela, @sextonkennedy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
In the
Primary4DVertexValidation
class, a set of plots is devoted to show the true and reconstructed vertex density as a function of space (line density along the beam line in the z coordinate) and time. Previously a parameterization of the simulated HL-LHC beam spot profile in z was used to weight entries, now just simple distributions, scaled by the total number of events to provide the per event density, are filled. The bin numbers have been significantly reduced, to improve the memory footprint of this code.PR validation:
Code compiles, runs and provide the desired plots, showing that the expected beam spot sigma is about 4.29 cm and the corresponding time spread sigma is about 194 ps (on /store/relval/CMSSW_14_2_0_pre2/RelValTTbar_14TeV/GEN-SIM-RECO/PU_141X_mcRun4_realistic_v1_STD_2026D110_PU-v1/2580000/bc39e0cf-b5f9-40ce-9dac-af84dc3e049a.root).