-
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 reconstruction validation: tracks and vertices #35989
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35989/26419
|
A new Pull Request was created by @fabiocos (Fabio Cossutti) for master. It involves the following packages:
@emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @pmandrik, @pbo0, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2ba253/20258/summary.html Comparison SummarySummary:
|
@gsorrentino18 FYI |
Any comment? Otherwise can we move forward? |
@fabiocos can you please greenlight the new MEs here? Some of the new ME appear to be empty, is this because of the small statistics of the unit tests? |
@emanueleusai I did extensive checks of the histograms, and they look reasonable to me. Besides the newly added histograms, those removed or whose definition has been changed, all the tests involving multiple reconstructed vertices are empty if there is just a single reconstructed vertex (for no PU samples). For samples with PU, some histograms (DeltaZ and DeltaT between vertices) may anyway have a limited number of entries for low PU. In particular DeltaT histograms are filled only for vertices close in Z, see for instance https://github.com/cms-sw/cmssw/pull/35989/files#diff-ad794caa0fa59947d715316dd1617c612e41544f6f43043f13b5a28321e81d1fR1406 .This could explain why even for PU samples some of these histograms are not filled. The idea is to monitor to which extent the time information may separate vertices very close in Z. To give you an idea, in a private test with PU = 200, for 5 events I find just 1 entry for DeltaTfakefake, and 71 for DeltaTfakereal. |
100 events with PU = 200 (comparing this PR and an additional update to the time reconstruction to be proposed soon) |
Thank you very much for the feedback! |
+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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR extends the previous work integrated in #35482 in several ways:
GenParticle
s associated to the true PV, as done for the selection sued to compute the MVA MTD quality flag.An harvester has been introduced also for
MtdTracksValidation
classPR validation:
Test wf 34634.0 and 34834.0 (PU privately built) runs and produces expected plots.