ATLAS Offline Software
Loading...
Searching...
No Matches
PixelGeoModelAthenaComps.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
7
9 : InDetDD::AthenaComps("PixelGeoModel"),
10 m_bcmTool(nullptr),
11 m_blmTool(nullptr),
12 m_serviceBuilderTool(nullptr),
13 m_idHelper(nullptr)
14{}
15
16void
21
27
28void
33
39
40void
45
51
52void
54{
55 m_idHelper = idHelper;
56}
57
58const PixelID*
Define macros for attributes used to control the static checker.
Tool for building services in SLHC geometry.
AthenaComps(const std::string &msgStreamName)
IInDetServMatBuilderTool * serviceBuilderTool()
IInDetServMatBuilderTool * m_serviceBuilderTool
const PixelID * getIdHelper() const
void setServiceBuilderTool(IInDetServMatBuilderTool *serviceBuilderTool)
void setBCM(IGeoSubDetTool *bcmTool)
void setBLM(IGeoSubDetTool *blmTool)
void setIdHelper(const PixelID *idHelper)
This is an Identifier helper class for the Pixel subdetector.
Definition PixelID.h:67
Message Stream Member.