![]() |
![]() |
#include <TECWedge.h>
Public Member Functions | |
virtual const BoundDiskSector & | specificSurface () const |
virtual const BoundSurface & | surface () const |
The surface of the GeometricSearchDet. | |
Protected Attributes | |
ReferenceCountingPointer < BoundDiskSector > | theDiskSector |
A concrete implementation for TEC layer built out of TECPetals
Definition at line 13 of file TECWedge.h.
virtual const BoundDiskSector& TECWedge::specificSurface | ( | ) | const [inline, virtual] |
Reimplemented in GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Definition at line 20 of file TECWedge.h.
References theDiskSector.
{return *theDiskSector;}
virtual const BoundSurface& TECWedge::surface | ( | ) | const [inline, virtual] |
The surface of the GeometricSearchDet.
Implements GeometricSearchDet.
Reimplemented in GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Definition at line 16 of file TECWedge.h.
References theDiskSector.
{return *theDiskSector;}
ReferenceCountingPointer<BoundDiskSector> TECWedge::theDiskSector [protected] |
Reimplemented in GCC11_FINAL< T, TOPO >.
Definition at line 25 of file TECWedge.h.
Referenced by specificSurface(), and surface().