ATLAS Offline Software
Loading...
Searching...
No Matches
InDetDDAthenaComps.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4
6
7namespace InDetDD {
8 AthenaComps::AthenaComps(const std::string& msgStreamName)
9 : AthMessaging(msgStreamName),
10 m_detStore(nullptr),
11 m_geoDbTagSvc(nullptr),
12 m_rdbAccessSvc(nullptr),
13 m_geometryDBSvc(nullptr)
14 {}
15
16 void
20
21 void
25
26 void
30
31 void
33 m_geometryDBSvc = geometryDBSvc;
34 }
35}
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
Interface class to access geometry database with possibility to override parameters from a text file.
IRDBAccessSvc is an abstract interface to the athena service that provides the following functionalit...
AthenaComps(const std::string &msgStreamName)
const StoreGateSvc * detStore() const
IRDBAccessSvc * m_rdbAccessSvc
void setGeoDbTagSvc(IGeoDbTagSvc *)
IGeometryDBSvc * m_geometryDBSvc
IGeoDbTagSvc * m_geoDbTagSvc
void setDetStore(StoreGateSvc *)
void setRDBAccessSvc(IRDBAccessSvc *)
IRDBAccessSvc * rdbAccessSvc()
const IGeoDbTagSvc * geoDbTagSvc() const
void setGeometryDBSvc(IGeometryDBSvc *)
The Athena Transient Store API.
Message Stream Member.