#include <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 |
A concrete implementation for TEC petals
Definition at line 14 of file TECPetal.h.
virtual const BoundDiskSector& TECPetal::specificSurface | ( | ) | const [inline, virtual] |
Reimplemented in GCC11_FINAL, GCC11_FINAL, and GCC11_FINAL.
Definition at line 21 of file TECPetal.h.
References theDiskSector.
{return *theDiskSector;}
virtual const BoundSurface& TECPetal::surface | ( | ) | const [inline, virtual] |
The surface of the GeometricSearchDet.
Implements GeometricSearchDet.
Reimplemented in GCC11_FINAL, GCC11_FINAL, GCC11_FINAL, GCC11_FINAL, GCC11_FINAL, GCC11_FINAL, and GCC11_FINAL.
Definition at line 17 of file TECPetal.h.
References theDiskSector.
{return *theDiskSector;}
Reimplemented in GCC11_FINAL.
Definition at line 25 of file TECPetal.h.
Referenced by specificSurface(), and surface().