Skip to content

Commit

Permalink
lksjdlkfjlsd
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 efd16b1 commit 0bc6035
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ o2::math_utils::Point3D<T> 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;
Expand Down

0 comments on commit 0bc6035

Please sign in to comment.