Skip to content

Commit

Permalink
alksdll
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 0bc6035 commit 48390a1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ 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();
LOGP(info, "extract: pattID", pattID);
auto senID = c.getPatternID();
LOGP(info, "extract: pattID {} and sen {}", pattID, senID);
c.print();
// Dummy COG errors (about half pixel size)
sig2y = (constants::detID::isDetITS3(c.getSensorID())) ? DefClusErrorRow : o2::its::ioutils::DefClusErrorRow;
Expand Down

0 comments on commit 48390a1

Please sign in to comment.