Skip to content

Commit

Permalink
laslkd
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
  • Loading branch information
f3sch committed Apr 18, 2024
1 parent 48390a1 commit b592dbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ template <class iterator, typename T = float>
o2::math_utils::Point3D<T> extractClusterData(const itsmft::CompClusterExt& c, iterator& iter, const its3::TopologyDictionary* dict, T& sig2y, T& sig2z)
{
auto pattID = c.getPatternID();
auto senID = c.getPatternID();
auto senID = c.getSensorID();
LOGP(info, "extract: pattID {} and sen {}", pattID, senID);
c.print();
// Dummy COG errors (about half pixel size)
Expand Down

0 comments on commit b592dbe

Please sign in to comment.