slava77 / cmssw

CMS Offline Software
0 stars 0 forks source link

temporary PR to be able to make comments inline #61

Open slava77 opened 9 years ago

slava77 commented 9 years ago

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 and https://github.com/slava77/cmssw/blob/CMSSW_6_2_0_SLHC14/TT-GMT-analysis-ttiRedigiJun14ana-gem-sw/SLHCUpgradeSimulations/L1TrackTrigger/plugins/L1TkMuonFromExtendedProducer.cc#L271

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