Skip to content

Commit b850617

Browse files
committed
U
1 parent 74c1118 commit b850617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Detectors/Upgrades/ALICE3/TRKFT3/common/reconstruction/include/TRKReconstruction

Detectors/Upgrades/ALICE3/TRKFT3/common/reconstruction/include/TRKReconstruction/Clusterer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class Clusterer
176176
static o2::math_utils::Point3D<float> getClusterLocalCoordinates(const ClusterType& cluster, const uint8_t* patt,
177177
float yPlaneMLOT = 0.f) noexcept;
178178

179-
static o2::math_utils::Point3D<float> getClusterLocalCoordinates(const Cluster& cluster, const uint8_t* patt,
179+
static o2::math_utils::Point3D<float> getClusterLocalCoordinates(const Clusterer& cluster, const uint8_t* patt,
180180
float yPlaneMLOT = 0.f) noexcept;
181181

182182
protected:

0 commit comments

Comments
 (0)