|
||||
File indexing completed on 2024-04-06 12:14:26
0001 #ifndef DTLAYERTYPE_H 0002 #define DTLAYERTYPE_H 0003 0004 /** \class DTLayerType 0005 * 0006 * DetType for a Drift Tube GeomDetUnit (the DTLayer). 0007 * 0008 * \author : Stefano Lacaprara - INFN Padova <stefano.lacaprara@pd.infn.it> 0009 * 0010 */ 0011 0012 /* Base Class Headers */ 0013 #include "Geometry/CommonDetUnit/interface/GeomDetType.h" 0014 0015 class DTLayerType : public GeomDetType { 0016 public: 0017 /* Constructor */ 0018 DTLayerType(); 0019 0020 /* Operations */ 0021 const Topology& topology() const override; 0022 }; 0023 #endif // DTLAYERTYPE_H
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |