ATLAS Offline Software
Loading...
Searching...
No Matches
InDetDDAthenaComps.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 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 {}
14
15 void
19
20 void
24
25 void
29
30}
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
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 *)
IGeoDbTagSvc * m_geoDbTagSvc
void setDetStore(StoreGateSvc *)
void setRDBAccessSvc(IRDBAccessSvc *)
IRDBAccessSvc * rdbAccessSvc()
const IGeoDbTagSvc * geoDbTagSvc() const
The Athena Transient Store API.
Message Stream Member.