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
Copy file name to clipboardExpand all lines: Detectors/Upgrades/ALICE3/TRK/base/include/TRKBase/GeometryTGeo.h
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -78,12 +78,13 @@ class GeometryTGeo : public o2::detectors::DetMatrixCache
78
78
voidPrint(Option_t* opt = "") const;
79
79
voidPrintChipID(int index, int subDetID, int petalcase, int disk, int lay, int stave, int halfstave) const;
80
80
81
+
intgetSubDetID(int index) const;
82
+
intgetPetalCase(int index) const;
81
83
intgetLayer(int index) const;
82
84
intgetStave(int index) const;
83
85
intgetHalfStave(int index) const;
84
-
intgetSubDetID(int index) const;
85
-
intgetPetalCase(int index) const;
86
86
intgetDisk(int index) const;
87
+
intgetModule(int index) const;
87
88
88
89
/// This routine computes the chip index number from the subDetID, petal, disk, layer, stave /// TODO: retrieve also from chip when chips will be available
89
90
/// \param int subDetID The subdetector ID, 0 for VD, 1 for MLOT
@@ -130,13 +131,11 @@ class GeometryTGeo : public o2::detectors::DetMatrixCache
0 commit comments