30 declareInterface<IInDetGeoModelTool>(
this);
45 return StatusCode::RECOVERABLE;
55 return StatusCode::RECOVERABLE;
62 if (
detStore()->retrieve(idDictMgr,
"IdDict").isFailure()) {
64 return StatusCode::RECOVERABLE;
69 return StatusCode::RECOVERABLE;
72 if (dict->version().find(
"SLHC")!=std::string::npos) isSLHC=
true;
84 return StatusCode::RECOVERABLE;
90 return StatusCode::RECOVERABLE;
94 return StatusCode::SUCCESS;
This is an Identifier helper class for the Pixel subdetector.
This is an Identifier helper class for the SCT subdetector.
This is an Identifier helper class for the TRT subdetector.
const ServiceHandle< StoreGateSvc > & detStore() const
IdDictManager is the interface to identifier dictionaries.
const IdDictMgr * manager(void) const
const IdDictDictionary * find_dictionary(const std::string &name) const
Access dictionary by name.
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.