ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_GeoModelAthenaComps.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 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
10class SCT_ID;
11
12
15
16public:
17
19
20 void setIdHelper(const SCT_ID* idHelper);
21
22 const SCT_ID* getIdHelper() const;
23
24private:
26
27};
28
29#endif // SCT_GeoModel_SCT_GeoModelAthenaComps_H
30
Class to hold various Athena components.
void setIdHelper(const SCT_ID *idHelper)
const SCT_ID * getIdHelper() const
This is an Identifier helper class for the SCT subdetector.
Definition SCT_ID.h:68