-
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
Fix Tracking Seed and Candidate Plots, add DCA and SIP to global Muons #11467
Conversation
A new Pull Request was created by @VinInn (Vincenzo Innocente) for CMSSW_7_6_X. Fix Tracking Seed and Candidate Plots, add DCA and SIP to global Muons It involves the following packages: DQM/TrackingMonitor @cvuosalo, @slava77, @cmsbuild, @deguio, @danduggan, @vanbesien can you please review it and eventually sign? Thanks. |
please test |
The tests are being triggered in jenkins. |
double eta = state.globalMomentum().eta(); | ||
double phi = state.globalMomentum().phi(); | ||
double theta = state.globalMomentum().theta(); | ||
double eta = state.globalPosition().eta(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
while it's not in reco code, this looks odd to me.
I just wanted to check that these should be the detector surface eta/phi/theta values.
... same question for inner/outer position eta,phi (the innermost state position eta, say, for r_hit~4cm will be anywhere from ~-3 to +3 depending where the z_POCA is).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
POCA is the main issue. we whant to correlate with detector issues, not to physics...
so indeed eta computed from direction was pretty random, smearing any real feature in particular at large r.
now detector issue shows up immediately. will show examples tomorrow at trk dpg meeting
remove a mod that was not supposed to be committed...
Pull request #11467 was updated. @cmsbuild, @danduggan, @vanbesien, @deguio can you please check and sign again. |
-1 runTheMatrix-results/140.53_RunHI2011+RunHI2011+RECOHID11+HARVESTDHI/step2_RunHI2011+RunHI2011+RECOHID11+HARVESTDHI.log ----- Begin Fatal Exception 24-Sep-2015 21:46:27 CEST----------------------- An exception of category 'ProductNotFound' occurred while [0] Processing run: 182124 lumi: 40 event: 1898098 [1] Running path 'dqmoffline_step' [2] Calling event method for module TrackingMonitor/'MonitorTrackGLBMuons' Exception Message: Principal::getByToken: Found zero products matching all criteria Looking for type: std::vector Looking for module label: offlinePrimaryVertices Looking for productInstanceName: Additional Info: [a] If you wish to continue processing events after a ProductNotFound exception, add "SkipEvent = cms.untracked.vstring('ProductNotFound')" to the "options" PSet in the configuration. ----- End Fatal Exception ------------------------------------------------- you can see the results of the tests here: |
will eventually fix HI |
140.53_RunHI2011+RunHI2011+RECOHID11+HARVESTDHI Step0-PASSED Step1-PASSED Step2-PASSED - time date Sun Sep 27 14:49:04 2015-date Sun Sep 27 14:43:27 2015; exit: 0 0 0 |
Pull request #11467 was updated. @cmsbuild, @danduggan, @vanbesien, @deguio can you please check and sign again. |
please test |
The tests are being triggered in jenkins. |
+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 |
Fix Tracking Seed and Candidate Plots, add DCA and SIP to global Muons
Fix Seed and Candidate eta-phi plots: now using position not direction
Add vertex track-multiplicity vs z plot
Add DCA and SIP plots for globalMuons