Skip to content
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

Merged
merged 7 commits into from
Sep 29, 2015

Conversation

VinInn
Copy link
Contributor

@VinInn VinInn commented Sep 24, 2015

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

@cmsbuild
Copy link
Contributor

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
DQMOffline/RecoB
RecoTracker/IterativeTracking

@cvuosalo, @slava77, @cmsbuild, @deguio, @danduggan, @vanbesien can you please review it and eventually sign? Thanks.
@ghellwig, @imarches, @makortel, @threus, @acaudron, @GiacomoSguazzoni, @rovere, @VinInn, @gpetruc, @mschrode, @istaslis, @ferencek, @cerati, @pvmulder, @dgulhan, @rociovilar this is something you requested to watch as well.
You can sign-off by replying to this message having '+1' in the first line of your reply.
You can reject by replying to this message having '-1' in the first line of your reply.
If you are a L2 or a release manager you can ask for tests by saying 'please test' in the first line of a comment.
@Degano you are the release manager for this.
You can merge this pull request by typing 'merge' in the first line of your comment.

@deguio
Copy link
Contributor

deguio commented Sep 24, 2015

please test

@cmsbuild
Copy link
Contributor

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();
Copy link
Contributor

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).

Copy link
Contributor Author

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...
@cmsbuild
Copy link
Contributor

Pull request #11467 was updated. @cmsbuild, @danduggan, @vanbesien, @deguio can you please check and sign again.

@cmsbuild
Copy link
Contributor

-1
Tested at: 18ca7f7
When I ran the RelVals I found an error in the following worklfows:
140.53 step2

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:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-11467/8361/summary.html

@VinInn
Copy link
Contributor Author

VinInn commented Sep 25, 2015

will eventually fix HI

@VinInn
Copy link
Contributor Author

VinInn commented Sep 27, 2015

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
1 1 1 tests passed, 0 0 0 failed

@cmsbuild
Copy link
Contributor

Pull request #11467 was updated. @cmsbuild, @danduggan, @vanbesien, @deguio can you please check and sign again.

@deguio
Copy link
Contributor

deguio commented Sep 28, 2015

please test

@cmsbuild
Copy link
Contributor

The tests are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

@deguio
Copy link
Contributor

deguio commented Sep 28, 2015

+1

@cmsbuild
Copy link
Contributor

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

@davidlange6
Copy link
Contributor

+1

cmsbuild added a commit that referenced this pull request Sep 29, 2015
Fix Tracking Seed and Candidate Plots, add DCA and SIP to global Muons
@cmsbuild cmsbuild merged commit 8f7ce9a into cms-sw:CMSSW_7_6_X Sep 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants