ATLAS Offline Software
InDetServMatAthenaComps.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
7 
9  : InDetDD::AthenaComps("InDetServMatGeoModel"),
10  m_builderTool(nullptr)
11 {}
12 
13 
14 void
16 {
18 }
19 
22 {
23  return m_builderTool;
24 }
InDetServMatAthenaComps.h
InDetServMatAthenaComps::builderTool
const IInDetServMatBuilderTool * builderTool() const
Definition: InDetServMatAthenaComps.cxx:21
IInDetServMatBuilderTool.h
InDetServMatAthenaComps::m_builderTool
IInDetServMatBuilderTool * m_builderTool
Definition: InDetServMatAthenaComps.h:27
InDetServMatAthenaComps::setBuilderTool
void setBuilderTool(IInDetServMatBuilderTool *builderTool)
Definition: InDetServMatAthenaComps.cxx:15
IInDetServMatBuilderTool
Tool for building services in SLHC geometry.
Definition: IInDetServMatBuilderTool.h:23
InDetDD
Message Stream Member.
Definition: FakeTrackBuilder.h:8
InDetServMatAthenaComps::InDetServMatAthenaComps
InDetServMatAthenaComps()
Definition: InDetServMatAthenaComps.cxx:8