ATLAS Offline Software
SCT_GeoModelAthenaComps.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 
8  : InDetDD::AthenaComps("SCT_GeoModel"),
9  m_idHelper(nullptr)
10 {}
11 
12 void
14 {
15  m_idHelper = idHelper;
16 }
17 
18 const SCT_ID*
20 {
21  return m_idHelper;
22 }
23 
SCT_GeoModelAthenaComps.h
SCT_GeoModelAthenaComps::SCT_GeoModelAthenaComps
SCT_GeoModelAthenaComps()
Definition: SCT_GeoModelAthenaComps.cxx:7
SCT_GeoModelAthenaComps::setIdHelper
void setIdHelper(const SCT_ID *idHelper)
Definition: SCT_GeoModelAthenaComps.cxx:13
SCT_GeoModelAthenaComps::m_idHelper
const SCT_ID * m_idHelper
Definition: SCT_GeoModelAthenaComps.h:25
SCT_GeoModelAthenaComps::getIdHelper
const SCT_ID * getIdHelper() const
Definition: SCT_GeoModelAthenaComps.cxx:19
SCT_ID
Definition: SCT_ID.h:68
InDetDD
Message Stream Member.
Definition: FakeTrackBuilder.h:8