Skip to content
Snippets Groups Projects
Commit 940ba508 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia Committed by Graeme Stewart
Browse files

Using new values in the GeoConfig enum: GEO_RUN3 and GEO_TESTBEAM (GeoModelSvc-02-00-08)

	* Using new values in the GeoConfig enum: GEO_RUN3 and GEO_TESTBEAM

2015-01-30  Vakho Tsulaia  <tsulaia@cern.ch>

	* Using new values in the GeoConfig enum: GEO_ITk and GEO_RUN4
parent b81c7e92
No related branches found
No related tags found
No related merge requests found
......@@ -612,6 +612,14 @@ GeoModelSvc::geoInit(IOVSVC_CALLBACK_ARGS)
m_geoConfig = GeoModel::GEO_RUN1;
else if(configVal=="RUN2")
m_geoConfig = GeoModel::GEO_RUN2;
else if(configVal=="RUN3")
m_geoConfig = GeoModel::GEO_RUN2;
else if(configVal=="RUN4")
m_geoConfig = GeoModel::GEO_RUN4;
else if(configVal=="ITk")
m_geoConfig = GeoModel::GEO_ITk;
else if(configVal=="TESTBEAM")
m_geoConfig = GeoModel::GEO_TESTBEAM;
else {
ATH_MSG_FATAL("Unexpected value for geometry config read from the database: " << configVal);
return StatusCode::FAILURE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment