CMS 3D CMS Logo

DTLayerType.h
Go to the documentation of this file.
1 #ifndef DTLAYERTYPE_H
2 #define DTLAYERTYPE_H
3 
12 /* Base Class Headers */
14 
15 class DTLayerType : public GeomDetType {
16 
17  public:
18 
19 /* Constructor */
20  DTLayerType() ;
21 
22 /* Operations */
23  const Topology& topology() const override;
24 };
25 #endif // DTLAYERTYPE_H
26 
const Topology & topology() const override
Definition: DTLayerType.cc:20