-
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
Updates in DT segments reco; bugfix in DT timing in MuonIdentification #1690
Conversation
…ix in DT timing in RecoMuon/MuonIdentification
A new Pull Request was created by @namapane (Nicola Amapane) for CMSSW_7_0_X. Updates in DT segments reco; bugfix in DT timing in MuonIdentification It involves the following packages: RecoMuon/TrackingTools @nclopezo, @danduggan, @rovere, @cmsbuild, @thspeer, @deguio, @slava77, @eliasron can you please review it and eventually sign? Thanks. |
@slava77 working on it |
@@ -0,0 +1,261 @@ | |||
//------------------------------ |
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.
Why this file extension? .r?
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.
It's a root script. It's just used for some manual plotting.
Nicola
On 12-Dec-13 11:55, slava77 wrote:
In Validation/DTRecHits/test/writeSummaryTable.r:
@@ -0,0 +1,261 @@
+//------------------------------Why this file extension? .r?
—
Reply to this email directly or view it on GitHub
https://github.com/cms-sw/cmssw/pull/1690/files#r8296405.
-1 I tried in CMSSW_7_0_X_2013-12-05-0200 (sign279) An exception of category 'Configuration' occurred while @namapane |
Hi, I just queued the tests, I must have overlooked this one, sorry. |
just to remind the instructions, runTheMatrix.py -s --useInput all Cheers Slava |
if ((chi2/(assHits.size()-3)<theMaxChi2)) return seg; | ||
else { | ||
delete seg; | ||
return false; |
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.
return nullptr;
Let me add @ptraczyk to the thread, since he is the developer. Some comments:
Thanks |
|
||
// If no more iterations - store the current segment | ||
DTSegmentCand* seg = fitWithT0(sl,assHits, chi2l, t0_corrl,debug); | ||
if (!seg->good()) { |
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.
This will lead to a seg-fault if seg==0 which is one of the values the call can return.
ciao @namapane I guess that the interesting frame of the bt is: if you want to have a look at the full bt, you can login on vocms123:/build/deguio/releaseIntegration/70X/17122013/CMSSW_7_0_X_2013-12-16-0200_1690/src/DQMServices/Components/test |
-1 Tested in CMSSW_7_0_X_2013-12-16-0200 The wflows without HLT failed in reco step %MSG-e FatalSystemSignal: MuonIdProducer:muonsFromCosmics 17-Dec-2013 19:40:22 CET Run: 177790 Event: 280479856 I guess I should've waited for a clear message that this is now good to go. |
@ptraczyk may want to comment, but I think the commit should include the changes suggested by @Dr15Jones. Before testing it further we also need the new parameter to be included in the HLT config in confDB. Piotr, can you check the segfault in cosmic reco in the path without HLT in the meanwhile? Cheers, |
On 12/17/13, 9:01 PM, Nicola Amapane wrote:
OK, no problems. Cheers
Vyacheslav (Slava) Krutelyov |
-1 |
yes, sorry for the confusion, this wasn't the wersion that's supposed to be best, 2013/12/17 slava77 [email protected]
|
FYI this commit now contains all the modifications, it passes the tests on 2013/12/19 cmsbuild [email protected]
|
To clarify: 2013/12/19 Piotr Traczyk [email protected]
|
To pre12 / 71X. |
This will go to 71X by default. |
+1 |
Closing this. Please reopen in 71X (you can do so using the same branch you used in 70X). |
upgrade lhapdfsets to 6.1.5b with CT14
-Bugfix in DT timing in RecoMuon/MuonIdentification
-Rearranged DT segment building code + updates to DT MT pattern reco.
(regression-tested: http://cmsdoc.cern.ch/~ptraczyk/plots_700.pdf)
-Validation/DTRecHits: moved histogram booking to BeginRun, as requested (#1004 (comment))