![]() |
![]() |
#include <Bounds.h>
Public Member Functions | |
virtual Bounds * | clone () const =0 |
void | computeSpan (Surface const &plane) |
virtual bool | inside (const Local3DPoint &) const =0 |
Determine if the point is inside the bounds. More... | |
virtual bool | inside (const Local2DPoint &p) const |
virtual bool | inside (const Local2DPoint &p, float tollerance) const |
Determine if a point is inside the bounds, taking a tollerance into account. More... | |
virtual bool | inside (const Local3DPoint &, const LocalError &, float scale=1.f) const =0 |
Determine if a point is inside the bounds, taking error into account. More... | |
virtual bool | inside (const Local2DPoint &p, const LocalError &err, float scale=1.f) const |
Determine if a 2D point is inside the bounds, taking error into account. More... | |
virtual float | length () const =0 |
std::pair< float, float > const & | phiSpan () const |
std::pair< float, float > const & | rSpan () const |
virtual float | thickness () const =0 |
virtual float | width () const =0 |
virtual float | widthAtHalfLength () const |
Width at half length. Useful for e.g. pitch definition. More... | |
std::pair< float, float > const & | zSpan () const |
virtual | ~Bounds () |
Private Attributes | |
BoundSpan | m_span |
Abstract base class for Bounds.
Bounds provide a general way to specify the form of a concrete surface. For example, a BoundPlane with TrapezoidalPlaneBounds has a trapezoidal shape.
|
pure virtual |
|
inline |
|
pure virtual |
Determine if the point is inside the bounds.
Implemented in CSCLayerGeometry, SimpleConeBounds, TrapezoidalPlaneBounds, RectangularPlaneBounds, GeneralNSurfaceDelimitedBounds, SimpleCylinderBounds, DiskSectorBounds, FourPointPlaneBounds, SimpleDiskBounds, and OpenBounds.
Referenced by InsideBoundsMeasurementEstimator::estimate(), Chi2MeasurementEstimatorBase::estimate(), SimpleDiskBounds::inside(), SimpleCylinderBounds::inside(), inside(), TrapezoidalPlaneBounds::inside(), SimpleConeBounds::inside(), and MuonDetIdAssociator::insideElement().
|
inlinevirtual |
Reimplemented in CSCLayerGeometry, TrapezoidalPlaneBounds, and RectangularPlaneBounds.
Definition at line 43 of file Bounds.h.
References inside(), PV2DBase< T, PVType, FrameType >::x(), and PV2DBase< T, PVType, FrameType >::y().
|
inlinevirtual |
Determine if a point is inside the bounds, taking a tollerance into account.
Reimplemented in RectangularPlaneBounds.
Definition at line 48 of file Bounds.h.
|
pure virtual |
Determine if a point is inside the bounds, taking error into account.
Implemented in CSCLayerGeometry, SimpleConeBounds, RectangularPlaneBounds, TrapezoidalPlaneBounds, GeneralNSurfaceDelimitedBounds, SimpleCylinderBounds, DiskSectorBounds, SimpleDiskBounds, FourPointPlaneBounds, and OpenBounds.
|
inlinevirtual |
Determine if a 2D point is inside the bounds, taking error into account.
Reimplemented in RectangularPlaneBounds, TrapezoidalPlaneBounds, and OpenBounds.
Definition at line 63 of file Bounds.h.
References inside(), pileupReCalc_HLTpaths::scale, PV2DBase< T, PVType, FrameType >::x(), and PV2DBase< T, PVType, FrameType >::y().
|
pure virtual |
"Lenght" of the bounded volume; refer to the concrete class documentation for the specific definition.
Implemented in SimpleConeBounds, TrapezoidalPlaneBounds, GeneralNSurfaceDelimitedBounds, SimpleCylinderBounds, DiskSectorBounds, RectangularPlaneBounds, FourPointPlaneBounds, SimpleDiskBounds, and OpenBounds.
Referenced by TkLayerLess::barrelForwardLess(), PixelTopologyBuilder::build(), StripTopologyBuilder::build(), MuonDetIdAssociator::getDetIdPoints(), GlobalDetRodRangeZPhi::GlobalDetRodRangeZPhi(), ThirdHitCorrection::init(), and ThirdHitRZPredictionBase::initLayer().
|
inline |
Definition at line 70 of file Bounds.h.
References m_span, and BoundSpan::phiSpan().
Referenced by Surface::phiSpan().
|
inline |
Definition at line 72 of file Bounds.h.
References m_span, and BoundSpan::rSpan().
Referenced by Surface::rSpan().
|
pure virtual |
"Thickness" of the bound around the surface; refer to the concrete class documentation for the specific definition.
Implemented in SimpleConeBounds, TrapezoidalPlaneBounds, SimpleCylinderBounds, GeneralNSurfaceDelimitedBounds, RectangularPlaneBounds, DiskSectorBounds, FourPointPlaneBounds, SimpleDiskBounds, and OpenBounds.
Referenced by SiStripDetInfoFileWriter::beginRun(), Cylinder::computeRadius(), shallow::drift(), MuonDetIdAssociator::getDetIdPoints(), GlobalDetRodRangeZPhi::GlobalDetRodRangeZPhi(), ThirdHitRZPredictionBase::initLayer(), CylinderBuilderFromDet::operator()(), and SiHitDigitizer::processHit().
|
pure virtual |
"width" of the bounds; refer to the concrete class documentation for the specific definition.
Implemented in SimpleConeBounds, TrapezoidalPlaneBounds, SimpleCylinderBounds, GeneralNSurfaceDelimitedBounds, RectangularPlaneBounds, DiskSectorBounds, FourPointPlaneBounds, SimpleDiskBounds, and OpenBounds.
Referenced by PixelTopologyBuilder::build(), StripTopologyBuilder::build(), Cylinder::computeRadius(), MuonDetIdAssociator::getDetIdPoints(), GlobalDetRodRangeZPhi::GlobalDetRodRangeZPhi(), and widthAtHalfLength().
|
inlinevirtual |
Width at half length. Useful for e.g. pitch definition.
Reimplemented in TrapezoidalPlaneBounds.
Definition at line 39 of file Bounds.h.
References width().
Referenced by StripTopologyBuilder::build().
|
inline |
Definition at line 71 of file Bounds.h.
References m_span, and BoundSpan::zSpan().
Referenced by Surface::zSpan().