-
Notifications
You must be signed in to change notification settings - Fork 0
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
temporary PR to be able to make comments inline #61
base: CMSSW_6_2_0_SLHC14/TT-GMT-analysis-ttiRedigiJun14ana-gem-sw
Are you sure you want to change the base?
temporary PR to be able to make comments inline #61
Conversation
|
||
}; | ||
|
||
struct L1TkMuonCand { |
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 is the input L1 muon type, rename to L1MuonCand
The goal of conversions from c++ to C-structs was to have no complex C++ class types used between https://github.com/slava77/cmssw/blob/CMSSW_6_2_0_SLHC14/TT-GMT-analysis-ttiRedigiJun14ana-gem-sw/SLHCUpgradeSimulations/L1TrackTrigger/plugins/L1TkMuonFromExtendedProducer.cc#L146 Currently, it's still a merge of the two. (I know that it's a work in progress, just wanted to make it a bit more clear where the C++ inputs -> simple-C-struct conversion is supposed to go.) |
PropState pstate = propagateToGMT(l1tk); | ||
if (!pstate.valid) continue; | ||
|
||
L1Tk[il1tk].matchPt = pstate.pt; |
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.
better don't skip, just fill the bad default values (should come for a failed case).
…PUCuda (#61) - add some sanity checks - add a minimal documentation of the heterogeneous framework
* Moved class matrix to its own header file, and renamed to Array2D * Moved class matrix to its own header file, and renamed to Array2D
Seed partition function with TID detection
No description provided.