ATLAS Offline Software
SCT_GeoModelAthenaComps.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef SCT_GeoModel_SCT_GeoModelAthenaComps_H
6 #define SCT_GeoModel_SCT_GeoModelAthenaComps_H
7 
9 
10 class SCT_ID;
11 
12 
15 
16 public:
17 
19 
20  void setIdHelper(const SCT_ID* idHelper);
21 
22  const SCT_ID* getIdHelper() const;
23 
24 private:
26 
27 };
28 
29 #endif // SCT_GeoModel_SCT_GeoModelAthenaComps_H
30 
InDetDD::AthenaComps
Class to hold various Athena components.
Definition: InDetDDAthenaComps.h:21
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
InDetDDAthenaComps.h
SCT_GeoModelAthenaComps::m_idHelper
const SCT_ID * m_idHelper
Definition: SCT_GeoModelAthenaComps.h:25
SCT_GeoModelAthenaComps
Class to hold various Athena components.
Definition: SCT_GeoModelAthenaComps.h:14
SCT_GeoModelAthenaComps::getIdHelper
const SCT_ID * getIdHelper() const
Definition: SCT_GeoModelAthenaComps.cxx:19
SCT_ID
Definition: SCT_ID.h:68