16 double positionAlongStrip,
17 std::vector<float>&& stripDriftDists,
18 std::vector<Amg::MatrixX>&& stripDriftDistErrors) :
20 m_detEl( RIO->detectorElement() ),
21 m_stripDriftDists(std::move(stripDriftDists)),
22 m_stripDriftDistErrors(std::move(stripDriftDistErrors)) {
32 double positionAlongStrip,
33 std::vector<float>&& stripDriftDists,
34 std::vector<Amg::MatrixX>&& stripDriftDistErrors) :
38 m_stripDriftDists(stripDriftDists),
39 m_stripDriftDistErrors(stripDriftDistErrors)
47 stream << MSG::INFO<<
"MMClusterOnTrack {"<<std::endl;
57 stream <<
"MMClusterOnTrack {"<<std::endl;