-
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
Update tracking MC validation scripts #9882
Conversation
… and gen-vertex for vertices They were not that useful to be plotted all the time.
…and line parameters
A new Pull Request was created by @makortel (Matti Kortelainen) for CMSSW_7_6_X. Update tracking MC validation scripts It involves the following packages: Validation/RecoTrack @cmsbuild, @danduggan, @deguio can you please review it and eventually sign? Thanks. |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
+1 |
Update tracking MC validation scripts
This PR integrates the developments on tracking MC validation scripts of the past few months. The developments consist of new plots, tuning of existing plots, and adding a ratio pad. In addition there are two new scripts:
vertexCompare.py
being similar to existingtrackingCompare.py
but for vertex plots, andmakeTrackValidationPlots.py
being similar totrackingCompare.py
but being simpler to use by taking the list of DQM files via command line arguments (requested by @lveldere).Rebased on top of 7_5_0_pre4, should have no effect on central workflows.
@rovere @VinInn