![]() |
|
|||
File indexing completed on 2024-04-06 12:14:26
0001 /** \file 0002 * 0003 * \author : Stefano Lacaprara - INFN Padova <stefano.lacaprara@pd.infn.it> 0004 * 0005 */ 0006 0007 /* This Class Header */ 0008 #include "Geometry/DTGeometry/interface/DTLayerType.h" 0009 0010 /* Collaborating Class Header */ 0011 #include "Geometry/DTGeometry/interface/DTTopology.h" 0012 0013 /* Constructor */ 0014 DTLayerType::DTLayerType() : GeomDetType("DT", GeomDetEnumerators::DT) {} 0015 0016 /* Operations */ 0017 const Topology& DTLayerType::topology() const { 0018 static const DTTopology result(0, 0, 0.); 0019 return result; 0020 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |