ATLAS Offline Software
Loading...
Searching...
No Matches
InDetDDAthenaComps.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef InDetGeoModelUtils_InDetDDAthenaComps_H
6#define InDetGeoModelUtils_InDetDDAthenaComps_H
7
10#include <string>
11
12class StoreGateSvc;
13class IGeoDbTagSvc;
14class IRDBAccessSvc;
15
16namespace InDetDD {
17
20 : public AthMessaging
21{
22public:
23
24 AthenaComps(const std::string & msgStreamName);
25
29
30 const StoreGateSvc * detStore() const;
31 const IGeoDbTagSvc * geoDbTagSvc() const;
32
36
37private:
41};
42
44{
45 return m_detStore;
46}
47
48inline const StoreGateSvc * AthenaComps::detStore() const
49{
50 return m_detStore;
51}
52
54{
55 return m_geoDbTagSvc;
56}
57
62
63
68
69} // endnamespace
70
71#endif // InDetGeoModelUtils_InDetDDAthenaComps_H
72
Define macros for attributes used to control the static checker.
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.