@@ -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