-
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 duplicate hits outer tracker #3715
Fix duplicate hits outer tracker #3715
Conversation
…to put back the fake rate at the original level.
A new Pull Request was created by @rovere (Marco Rovere) for CMSSW_6_2_X_SLHC. Fix duplicate hits outer tracker It involves the following packages: RecoTracker/TkDetLayers @nclopezo, @cmsbuild, @anton-a, @thspeer, @slava77, @Degano can you please review it and eventually sign? Thanks. |
ciao. |
Good question Vincenzo, if I got it right the same hit can be used more than once in a track. I think that this fix is to mitigate this problem in the phase 2 tracking where the problem is due to a bad choice of the detid schema and a bad interplay of it with the Navigation code. On the other hand I am wondering if there is a way to check whether this happens in general, regardless it is a bug or a feature, and to clean the hit collection to remove duplicates.
On May 9, 2014, at 9:14 , Vincenzo Innocente <notifications@github.commailto:notifications@github.com> ciao. — |
Ciao Vincenzo, Ciao, |
"this is due to a bad interplay between the real geometry (rings spaced in r) and its representation in C++(blades spaced in phi)." Should we not look into making the reco geometry for this ring more realistic? |
Ciao Vincenzo, Ciao, |
Yes, sure, there is also a proposal for a new detid schema. But everytime there is a proposal for a detid schema there is a certain relaxation time needed to recover from the "panic mode".
On May 9, 2014, at 10:02 , Vincenzo Innocente <notifications@github.commailto:notifications@github.com> "this is due to a bad interplay between the real geometry (rings spaced in r) and its representation in C++(blades spaced in phi)." Should we not look into making the reco geometry for this ring more realistic? — |
On 9 May, 2014, at 10:07 AM, venturia notifications@github.com wrote:
|
Well, your approach for sure will make the need for the intermediate layer even more burning.
On May 9, 2014, at 10:10 , Vincenzo Innocente <notifications@github.commailto:notifications@github.com> On 9 May, 2014, at 10:07 AM, venturia <notifications@github.commailto:notifications@github.com> wrote:
— |
Sorry to jump into this topic w/o all the necessary knowledge to comment... Yet the problem here is not directly related to any DetId number/schema usage in a direct way: we simply pretend to use the same C++ representation that describes blades to describe also rings, which is plain wrong. |
Tested along with #3800 passes the regular tests and fails those that are known to fail 10000 |
merge |
Fix duplicate hits outer tracker
Many changes, needs careful review.
FYI,
@cerati, @venturia