CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTLayerType.h
Go to the documentation of this file.
1 #ifndef DTLAYERTYPE_H
2 #define DTLAYERTYPE_H
3 
14 /* Base Class Headers */
16 
17 class DTLayerType : public GeomDetType {
18 
19  public:
20 
21 /* Constructor */
22  DTLayerType() ;
23 
24 /* Operations */
25  virtual const Topology& topology() const;
26 
27  private:
28 
29 };
30 #endif // DTLAYERTYPE_H
31 
virtual const Topology & topology() const
Definition: DTLayerType.cc:22