@@ -66,13 +66,13 @@ class Cluster
6666 posZ = mLocalPosZ ;
6767 }
6868 [[nodiscard]] uint8_t getMultiplicity () const { return mMulDigit ; } // gets the number of digits making this recpoint
69- // 0: was no unfolging, -1: unfolding failed
70- [[nodiscard]] int8_t getModule () const { return mModule ; } // CPV module of a current cluster
69+ // 0: was no unfolging, -1: unfolding failed
70+ [[nodiscard]] int8_t getModule () const { return mModule ; } // CPV module of a current cluster
7171
7272 // 0: was no unfolging, -1: unfolding failed
7373 void setNExMax (int8_t nmax = 1 ) { mNExMax = nmax; }
7474 [[nodiscard]] int8_t getNExMax () const { return mNExMax ; } // Number of maxima found in cluster in unfolding:
75- // 0: was no unfolging, -1: unfolding failed
75+ // 0: was no unfolging, -1: unfolding failed
7676
7777 // raw access for CTF encoding
7878 [[nodiscard]] uint16_t getPackedPosX () const { return uint16_t ((mLocalPosX - kMinX ) / kStepX ); }
@@ -110,8 +110,8 @@ class Cluster
110110
111111 protected:
112112 unsigned char mMulDigit = 0 ; // /< Digit nultiplicity
113- int8_t mModule = 0 ; // /< Module number
114- int8_t mNExMax = -1 ; // /< number of (Ex-)maxima before unfolding
113+ int8_t mModule = 0 ; // /< Module number
114+ int8_t mNExMax = -1 ; // /< number of (Ex-)maxima before unfolding
115115 float mLocalPosX = 0 .; // /< Center of gravity position in local module coordunates (phi direction)
116116 float mLocalPosZ = 0 .; // /< Center of gravity position in local module coordunates (z direction)
117117 float mEnergy = 0 .; // /< full energy of a cluster
0 commit comments