You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Patatrack PRs #31704 and #32144 introduced calo-specific maths functionality depending on Eigen into DataFormats/CaloRecHit.
It was pointed out in #32144 (comment) and elsewhere that if it's just algorithms and not actual data formats, it might suit better in e.g. RecoLocalCalo/CommonAlgos or CommonTools/RecoAlgos. In addition, there is ongoing discussion in #31735 to remove the Eigen dependency from DataFormats.
Since the Patatrack PRs are still in flux, the proposal would be to address this post-Patatrack-integration, once it becomes more clear what methods and dataformats are actually brought in and are common between the PRs and between the CPU & GPU codes.
In addition, there are coding rules violations which slipped through (single character variable names, uppercase variables), these should be addressed.
The text was updated successfully, but these errors were encountered:
The Patatrack PRs #31704 and #32144 introduced calo-specific maths functionality depending on Eigen into DataFormats/CaloRecHit.
It was pointed out in #32144 (comment) and elsewhere that if it's just algorithms and not actual data formats, it might suit better in e.g. RecoLocalCalo/CommonAlgos or CommonTools/RecoAlgos. In addition, there is ongoing discussion in #31735 to remove the Eigen dependency from DataFormats.
Since the Patatrack PRs are still in flux, the proposal would be to address this post-Patatrack-integration, once it becomes more clear what methods and dataformats are actually brought in and are common between the PRs and between the CPU & GPU codes.
In addition, there are coding rules violations which slipped through (single character variable names, uppercase variables), these should be addressed.
The text was updated successfully, but these errors were encountered: