We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ec70f commit 034f8f0Copy full SHA for 034f8f0
Detectors/TPC/base/include/TPCBase/Mapper.h
@@ -271,6 +271,7 @@ class Mapper
271
break;
272
}
273
274
+ return 0;
275
276
277
int getNumberOfPadsInRowSector(int row) const { return mMapNumberOfPadsPerRow[row]; }
@@ -302,6 +303,7 @@ class Mapper
302
303
304
305
306
307
308
309
/// Convert sector, row, pad to global pad row in sector and pad number
0 commit comments