#include "ICOMETLog.hxx" #include "IGeometryId.hxx" #include "COMETGeomId.hxx" #include "COMETGeomIdDef.hxx" COMET::IGeometryId COMET::GeomId::Empty() { return IGeometryId(); } int COMET::GeomId::GetSubSystem(IGeometryId inputId) { ISettableGeometryId id(inputId); return id.GetField(COMET::GeomId::Def::kDetectorIdMSB, COMET::GeomId::Def::kDetectorIdLSB); }