#include <RecoTracker/TkDetLayers/interface/TECPetal.h>
Public Member Functions | |
virtual const BoundDiskSector & | specificSurface () const |
virtual const BoundSurface & | surface () const |
The surface of the GeometricSearchDet. | |
Protected Attributes | |
ReferenceCountingPointer < BoundDiskSector > | theDiskSector |
Definition at line 13 of file TECPetal.h.
virtual const BoundDiskSector& TECPetal::specificSurface | ( | ) | const [inline, virtual] |
virtual const BoundSurface& TECPetal::surface | ( | ) | const [inline, virtual] |
The surface of the GeometricSearchDet.
Implements GeometricSearchDet.
Definition at line 16 of file TECPetal.h.
References theDiskSector.
00016 {return *theDiskSector;}