diff --git a/Detectors/Upgrades/ITS3/reconstruction/include/ITS3Reconstruction/IOUtils.h b/Detectors/Upgrades/ITS3/reconstruction/include/ITS3Reconstruction/IOUtils.h index cac1fb397ad2d..fba5e8909f8ca 100644 --- a/Detectors/Upgrades/ITS3/reconstruction/include/ITS3Reconstruction/IOUtils.h +++ b/Detectors/Upgrades/ITS3/reconstruction/include/ITS3Reconstruction/IOUtils.h @@ -32,7 +32,7 @@ o2::math_utils::Point3D extractClusterData(const itsmft::CompClusterExt& c, i { auto pattID = c.getPatternID(); LOGP(info, "extract: pattID", pattID); - LOG(info) << c; + c.print(); // Dummy COG errors (about half pixel size) sig2y = (constants::detID::isDetITS3(c.getSensorID())) ? DefClusErrorRow : o2::its::ioutils::DefClusErrorRow; sig2z = (constants::detID::isDetITS3(c.getSensorID())) ? DefClusErrorCol : o2::its::ioutils::DefClusErrorCol;