CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TECWedge.h
Go to the documentation of this file.
1 #ifndef TkDetLayers_TECWedge_h
2 #define TkDetLayers_TECWedge_h
3 
4 
7 
13  public:
14  // GeometricSearchDet interface
15  virtual const BoundSurface& surface() const{return *theDiskSector;}
16 
17 
18  //Extension of the interface
19  virtual const BoundDiskSector& specificSurface() const {return *theDiskSector;}
20 
21 
22  protected:
23  // it needs to be initialized somehow ins the derived class
25 
26 
27 };
28 
29 
30 #endif
virtual const BoundSurface & surface() const
The surface of the GeometricSearchDet.
Definition: TECWedge.h:15
ReferenceCountingPointer< BoundDiskSector > theDiskSector
Definition: TECWedge.h:24
virtual const BoundDiskSector & specificSurface() const
Definition: TECWedge.h:19