From 0bc60350f53ebcf7e1243b1c6d2009f0e78273ff Mon Sep 17 00:00:00 2001 From: Felix Schlepper Date: Thu, 18 Apr 2024 15:14:11 +0200 Subject: [PATCH] lksjdlkfjlsd Signed-off-by: Felix Schlepper --- .../ITS3/reconstruction/include/ITS3Reconstruction/IOUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;