We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0130307 commit 78e96a6Copy full SHA for 78e96a6
Detectors/Upgrades/ALICE3/TRK/base/src/GeometryTGeo.cxx
@@ -216,6 +216,8 @@ int GeometryTGeo::getDisk(int index) const
216
int GeometryTGeo::getModule(int index) const
217
{
218
int subDetID = getSubDetID(index);
219
+
220
+ return -1; /// not implemented yet
221
}
222
223
//__________________________________________________________________________
0 commit comments