diff --git a/GeoModelRead/src/ReadGeoModel.cpp b/GeoModelRead/src/ReadGeoModel.cpp
index 47c8868a028f08df133eee8ff466225a89f5ee9e..ad7dd8cf80b4099c2ee1f7b27973d7aed9c3ecae 100644
--- a/GeoModelRead/src/ReadGeoModel.cpp
+++ b/GeoModelRead/src/ReadGeoModel.cpp
@@ -200,11 +200,11 @@ GeoPhysVol* ReadGeoModel::buildGeoModelPrivate()
   
 	// get the root volume data
 //  m_root_vol_data = m_dbManager->getRootPhysVol();
-  m_root_vol_data = m_dbManager->getRootPhysVolStd();
+  m_root_vol_data = m_dbManager->getRootPhysVol();
 
   // get DB metadata
-  m_tableID_toTableName = m_dbManager->getAll_TableIDsNodeTypesStd();
-  m_tableName_toTableID = m_dbManager->getAll_NodeTypesTableIDsStd();
+  m_tableID_toTableName = m_dbManager->getAll_TableIDsNodeTypes();
+  m_tableName_toTableID = m_dbManager->getAll_NodeTypesTableIDs();
 
 
   // *** build all nodes ***