ATLAS Offline Software
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 
7 namespace 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
19  }
20 
21  void
24  }
25 
26  void
29  }
30 
31  void
33  m_geometryDBSvc = geometryDBSvc;
34  }
35 }
InDetDD::AthenaComps::m_detStore
StoreGateSvc * m_detStore
Definition: InDetDDAthenaComps.h:41
InDetDD::AthenaComps::AthenaComps
AthenaComps(const std::string &msgStreamName)
Definition: InDetDDAthenaComps.cxx:8
InDetDD::AthenaComps::setGeoDbTagSvc
void setGeoDbTagSvc(IGeoDbTagSvc *)
Definition: InDetDDAthenaComps.cxx:22
InDetDD::AthenaComps::setDetStore
void setDetStore(StoreGateSvc *)
Definition: InDetDDAthenaComps.cxx:17
InDetDD::AthenaComps::m_rdbAccessSvc
IRDBAccessSvc * m_rdbAccessSvc
Definition: InDetDDAthenaComps.h:43
StoreGateSvc
The Athena Transient Store API.
Definition: StoreGateSvc.h:128
IRDBAccessSvc
IRDBAccessSvc is an abstract interface to the athena service that provides the following functionalit...
Definition: IRDBAccessSvc.h:45
IGeometryDBSvc
Definition: IGeometryDBSvc.h:21
AthMessaging
Class to provide easy MsgStream access and capabilities.
Definition: AthMessaging.h:55
InDetDD::AthenaComps::setRDBAccessSvc
void setRDBAccessSvc(IRDBAccessSvc *)
Definition: InDetDDAthenaComps.cxx:27
InDetDDAthenaComps.h
IGeoDbTagSvc
Definition: IGeoDbTagSvc.h:26
InDetDD::AthenaComps::geoDbTagSvc
const IGeoDbTagSvc * geoDbTagSvc() const
Definition: InDetDDAthenaComps.h:58
InDetDD::AthenaComps::m_geometryDBSvc
IGeometryDBSvc * m_geometryDBSvc
Definition: InDetDDAthenaComps.h:44
python.PyKernel.detStore
detStore
Definition: PyKernel.py:41
InDetDD
Message Stream Member.
Definition: FakeTrackBuilder.h:8
InDetDD::AthenaComps::m_geoDbTagSvc
IGeoDbTagSvc * m_geoDbTagSvc
Definition: InDetDDAthenaComps.h:42
InDetDD::AthenaComps::setGeometryDBSvc
void setGeometryDBSvc(IGeometryDBSvc *)
Definition: InDetDDAthenaComps.cxx:32
InDetDD::AthenaComps::detStore
const StoreGateSvc * detStore() const
Definition: InDetDDAthenaComps.h:53
InDetDD::AthenaComps::rdbAccessSvc
IRDBAccessSvc * rdbAccessSvc()
Definition: InDetDDAthenaComps.h:74