#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 12 of file TECWedge.h.
virtual const BoundDiskSector& TECWedge::specificSurface | ( | ) | const [inline, virtual] |
virtual const BoundSurface& TECWedge::surface | ( | ) | const [inline, virtual] |
The surface of the GeometricSearchDet.
Implements GeometricSearchDet.
Definition at line 15 of file TECWedge.h.
References theDiskSector.
Referenced by CompositeTECWedge::computeCrossings().
{return *theDiskSector;}
Definition at line 24 of file TECWedge.h.
Referenced by CompositeTECWedge::CompositeTECWedge(), SimpleTECWedge::SimpleTECWedge(), specificSurface(), and surface().