CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Protected Member Functions | Private Attributes
DetRod Class Reference

#include <DetRod.h>

Inheritance diagram for DetRod:
GeometricSearchDet DetRodOneR TOBRod MuDetRod PixelRod

Public Member Functions

virtual const BoundPlanespecificSurface () const
 Return the rod surface as a BoundPlane. More...
 
virtual const BoundSurfacesurface () const
 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< DetWithStatecompatibleDets (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 ()
 
virtual std::vector< DetGroupgroupedCompatibleDets (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
 
virtual bool hasGroups () const =0
 
virtual const
Surface::PositionType
position () const
 Returns position of the surface. More...
 
virtual ~GeometricSearchDet ()
 

Protected Member Functions

void setPlane (BoundPlane *plane)
 Set the rod's plane. More...
 

Private Attributes

ReferenceCountingPointer
< BoundPlane
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
GeomDetCompatibilityChecker theCompatibilityChecker
 

Detailed Description

Abstract interface for a rod of detectors sitting on a BoundPlane.

Definition at line 13 of file DetRod.h.

Constructor & Destructor Documentation

DetRod::~DetRod ( )
virtual

Definition at line 5 of file DetRod.cc.

5 {}

Member Function Documentation

void DetRod::setPlane ( BoundPlane plane)
inlineprotected

Set the rod's plane.

Definition at line 30 of file DetRod.h.

References thePlane.

Referenced by DetRodOneR::initialize(), and TOBRod::TOBRod().

30 { thePlane = plane;}
ReferenceCountingPointer< BoundPlane > thePlane
Definition: DetRod.h:38
virtual const BoundPlane& DetRod::specificSurface ( ) const
inlinevirtual

Return the rod surface as a BoundPlane.

Definition at line 25 of file DetRod.h.

References thePlane.

Referenced by MuDetRod::compatible(), and PixelRod::compatibleDetsV().

25 {return *thePlane;}
ReferenceCountingPointer< BoundPlane > thePlane
Definition: DetRod.h:38
virtual const BoundSurface& DetRod::surface ( ) const
inlinevirtual

The surface of the GeometricSearchDet.

Implements GeometricSearchDet.

Definition at line 19 of file DetRod.h.

References thePlane.

Referenced by MuRodBarrelLayer::compatibleDets(), MuDetRod::compatibleDets(), and PixelRod::compatibleDetsV().

19 {return *thePlane;}
ReferenceCountingPointer< BoundPlane > thePlane
Definition: DetRod.h:38

Member Data Documentation

ReferenceCountingPointer<BoundPlane> DetRod::thePlane
private

Definition at line 38 of file DetRod.h.

Referenced by setPlane(), specificSurface(), and surface().