You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -257,12 +257,12 @@ class GeometryTGeo : public o2::detectors::DetMatrixCache
257
257
// std::vector<int> mNumberOfChipsPerStave; ///< number of chips per stave in ML/OT
258
258
// std::vector<int> mNumberOfChipsPerHalfStave; ///< number of chips per half stave in ML/OT
259
259
// std::vector<int> mNumberOfChipsPerModule; ///< number of chips per module in ML/OT
260
-
std::vector<unsignedshort> mLastChipIndex; ///< max ID of the detector in the petal(VD) or layer(MLOT)
261
-
std::vector<unsignedshort> mLastChipIndexVD; ///< max ID of the detector in the layer for the VD
260
+
std::vector<unsignedshort> mLastChipIndex; ///< max ID of the detector in the petal(VD) or layer(MLOT)
261
+
std::vector<unsignedshort> mLastChipIndexVD; ///< max ID of the detector in the layer for the VD
262
262
// std::vector<unsigned short> mLastChipIndexMLOT; ///< max ID of the detector in the layer for the MLOT
263
263
std::vector<unsignedshort> mFirstChipIndexMLOTDisc; ///< ID of the first sensor chip in the layer for the MLOT; array size is one larger than the number of disks; last element equals nChips+1
264
-
std::vector<unsignedshort> mFirstStaveIndexDisc; ///< Index of first stave (abs ID) in each MLOT Disc
265
-
std::vector<unsignedshort> mFirstChipIndexStave; ///< Index of first chip on stave (Discs)
264
+
std::vector<unsignedshort> mFirstStaveIndexDisc; ///< Index of first stave (abs ID) in each MLOT Disc
265
+
std::vector<unsignedshort> mFirstChipIndexStave; ///< Index of first chip on stave (Discs)
266
266
std::array<char, MAXLAYERS> mLayerToWrapper; ///< Layer to wrapper correspondence, not implemented yet
267
267
268
268
boolmOwner = true; //! is it owned by the singleton?
0 commit comments