Skip to content
Snippets Groups Projects

main-cleanup-GeoModelSvc

Merged Shaun Roe requested to merge sroe/athena:main-cleanup-GeoModelSvc into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -239,13 +239,13 @@ StatusCode RDBMaterialManager::readMaterialsFromDB(ISvcLocator* pSvcLocator)
DecodeVersionKey keyInDet(iGeoModel, "InnerDetector");
m_indetmatcomponents = iAccessSvc->getRecordsetPtr("InDetMatComponents",keyInDet.tag(),keyInDet.node());
if(defaulted(m_indetmatcomponents)) {
warn("Getting InDetMatComponents with default tag");
debug("Getting InDetMatComponents with default tag");
m_indetmatcomponents = iAccessSvc->getRecordsetPtr("InDetMatComponents","InDetMatComponents-00");
}
m_indetmaterials = iAccessSvc->getRecordsetPtr("InDetMaterials",keyInDet.tag(),keyInDet.node());
if(defaulted(m_indetmaterials)) {
warn("Getting InDetMaterials with default tag");
debug("Getting InDetMaterials with default tag");
m_indetmaterials = iAccessSvc->getRecordsetPtr("InDetMaterials","InDetMaterials-00");
}
Loading