#include <TrackingTools/DetLayers/interface/DetRod.h>
Public Member Functions | |
virtual const BoundPlane & | specificSurface () const |
Return the rod surface as a BoundPlane. | |
virtual const BoundSurface & | surface () const |
The surface of the GeometricSearchDet. | |
virtual | ~DetRod () |
Protected Member Functions | |
void | setPlane (BoundPlane *plane) |
Set the rod's plane. | |
Private Attributes | |
ReferenceCountingPointer < BoundPlane > | thePlane |
Definition at line 13 of file DetRod.h.
void DetRod::setPlane | ( | BoundPlane * | plane | ) | [inline, protected] |
Set the rod's plane.
Definition at line 30 of file DetRod.h.
References thePlane.
Referenced by DetRodOneR::initialize().
00030 { thePlane = plane;}
virtual const BoundPlane& DetRod::specificSurface | ( | ) | const [inline, virtual] |
Return the rod surface as a BoundPlane.
Definition at line 25 of file DetRod.h.
References thePlane.
Referenced by MuDetRod::compatible(), and PixelRod::compatibleDetsV().
00025 {return *thePlane;}
virtual const BoundSurface& DetRod::surface | ( | ) | const [inline, virtual] |
The surface of the GeometricSearchDet.
Implements GeometricSearchDet.
Definition at line 19 of file DetRod.h.
References thePlane.
Referenced by MuDetRod::compatibleDets(), MuRodBarrelLayer::compatibleDets(), and PixelRod::compatibleDetsV().
00019 {return *thePlane;}
ReferenceCountingPointer<BoundPlane> DetRod::thePlane [private] |