#include <DetRod.h>
Public Member Functions | |
virtual const Plane & | specificSurface () const final |
Return the rod surface as a Plane. More... | |
virtual const BoundSurface & | surface () const final |
The surface of the GeometricSearchDet. More... | |
virtual | ~DetRod () |
Public Member Functions inherited from GeometricSearchDet | |
virtual const std::vector< const GeomDet * > & | basicComponents () const =0 |
virtual std::pair< bool, TrajectoryStateOnSurface > | compatible (const TrajectoryStateOnSurface &ts, const Propagator &, const MeasurementEstimator &) const =0 |
virtual std::vector< DetWithState > | compatibleDets (const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est) const |
virtual void | compatibleDetsV (const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est, std::vector< DetWithState > &result) const |
virtual const std::vector< const GeometricSearchDet * > & | components () const =0 |
Returns basic components, if any. More... | |
GeometricSearchDet (bool doHaveGroups) | |
virtual std::vector< DetGroup > | groupedCompatibleDets (const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est) const |
virtual void | groupedCompatibleDetsV (const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est, std::vector< DetGroup > &result) const |
bool | hasGroups () const |
virtual const Surface::PositionType & | position () const |
Returns position of the surface. More... | |
virtual | ~GeometricSearchDet () |
Protected Member Functions | |
void | setPlane (Plane *plane) |
Set the rod's plane. More... | |
Private Attributes | |
ReferenceCountingPointer< Plane > | thePlane |
Additional Inherited Members | |
Public Types inherited from GeometricSearchDet | |
typedef std::pair< const GeomDet *, TrajectoryStateOnSurface > | DetWithState |
typedef BoundSurface::PositionType | PositionType |
typedef BoundSurface::RotationType | RotationType |
typedef TrajectoryStateOnSurface | TrajectoryState |
Protected Attributes inherited from GeometricSearchDet | |
bool | haveGroups |
GeomDetCompatibilityChecker | theCompatibilityChecker |
Abstract interface for a rod of detectors sitting on a Plane.
|
inlineprotected |
Set the rod's plane.
Definition at line 32 of file DetRod.h.
References thePlane.
Referenced by DetRodOneR::initialize(), Phase2OTBarrelRod::Phase2OTBarrelRod(), and TOBRod::TOBRod().
|
inlinefinalvirtual |
Return the rod surface as a Plane.
Definition at line 27 of file DetRod.h.
References thePlane.
Referenced by MuDetRod::compatible(), and PixelRod::compatibleDetsV().
|
inlinefinalvirtual |
The surface of the GeometricSearchDet.
Implements GeometricSearchDet.
Definition at line 21 of file DetRod.h.
References thePlane.
Referenced by MuRodBarrelLayer::compatibleDets(), MuDetRod::compatibleDets(), and PixelRod::compatibleDetsV().
|
private |
Definition at line 40 of file DetRod.h.
Referenced by setPlane(), specificSurface(), and surface().