Skip to content

Commit bd2148c

Browse files
committed
Fix typo
1 parent f47fb66 commit bd2148c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Detectors/Upgrades/ITS3/reconstruction/include/ITS3Reconstruction/TopologyDictionary.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@ class TopologyDictionary
127127

128128
// array version of getClusterCoordinates
129129
template <typename T = float>
130-
std::array<T, 3> getClusterCoordinatesA(const its3::CompClusterExt& cl, int nChipsITS3 = 3) const;
130+
std::array<T, 3> getClusterCoordinatesA(const its3::CompClusterExt& cl, int nChipsITS3 = 6) const;
131131
/// Returns the local position of a compact cluster
132132
template <typename T = float>
133-
static std::array<T, 3> getClusterCoordinatesA(const its3::CompClusterExt& cl, const itsmft::ClusterPattern& patt, bool isGroup = true, int nChipsITS3 = 3);
133+
static std::array<T, 3> getClusterCoordinatesA(const its3::CompClusterExt& cl, const itsmft::ClusterPattern& patt, bool isGroup = true, int nChipsITS3 = 6);
134134
/// Returns the local position of a compact cluster
135-
math_utils::Point3D<float> getClusterCoordinates(const its3::CompClusterExt& cl, int nChipsITS3 = 3) const;
135+
math_utils::Point3D<float> getClusterCoordinates(const its3::CompClusterExt& cl, int nChipsITS3 = 6) const;
136136
/// Returns the local position of a compact cluster
137-
static math_utils::Point3D<float> getClusterCoordinates(const its3::CompClusterExt& cl, const itsmft::ClusterPattern& patt, bool isGroup = true, int nChipsITS3 = 3);
137+
static math_utils::Point3D<float> getClusterCoordinates(const its3::CompClusterExt& cl, const itsmft::ClusterPattern& patt, bool isGroup = true, int nChipsITS3 = 6);
138138

139139
static TopologyDictionary* loadFrom(const std::string& fileName = "", const std::string& objName = "ccdb_object");
140140

0 commit comments

Comments
 (0)