Skip to content

first implementation of StripCluster EDM class

Andrea Coccaro requested to merge coccaro/calypso:master into master

A EDM class with no dependency on Athena for describing the strip clusters in FASER. It currently stores local position, local covariance matrix, a pointer to global position and identifier. Code does depend on Eigen vector and matrix classes. The identifier class will have to be coded, it's just an integer for the time being. Feedback welcome :-)

Merge request reports