7 #include "GeoModelKernel/Units.h"
14 #include "GaudiKernel/MsgStream.h"
15 #include "GaudiKernel/GaudiException.h"
16 #include "GaudiKernel/Bootstrap.h"
17 #include "GaudiKernel/SystemOfUnits.h"
21 #include "GaudiKernel/ISvcLocator.h"
40 SmartIF<IRDBAccessSvc> iAccessSvc(Gaudi::svcLocator()->service(
"RDBAccessSvc"));
45 throw GaudiException(
" Could not initalize RDBAccessSvc ",
"LUCID_GeoModel", StatusCode::FAILURE);
53 if (!
m_lucidParams->size()) std::cerr <<
" ERROR: Unable to retrieve LucidParams data "<< std::endl;
87 waveLengthMin = (*AccessSvc_iter)->getDouble(
"WAVELENGTHMIN");
88 waveLengthMax = (*AccessSvc_iter)->getDouble(
"WAVELENGTHMAX");