ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Core/include/Acts/Surfaces/PlanarBounds.hpp>
Public Member Functions | |
virtual std::vector< Vector2D > | vertices (unsigned int lseg=1) const =0 |
virtual const RectangleBounds & | boundingBox () const =0 |
Public Member Functions inherited from Acts::SurfaceBounds | |
virtual | ~SurfaceBounds ()=default |
virtual BoundsType | type () const =0 |
virtual std::vector< double > | values () const =0 |
virtual bool | inside (const Vector2D &lposition, const BoundaryCheck &bcheck) const =0 |
virtual double | distanceToBoundary (const Vector2D &lposition) const =0 |
virtual std::ostream & | toStream (std::ostream &os) const =0 |
Additional Inherited Members | |
Public Types inherited from Acts::SurfaceBounds | |
enum | BoundsType : int { eCone = 0, eCylinder = 1, eDiamond = 2, eDisc = 3, eEllipse = 5, eLine = 6, eRectangle = 7, eTrapezoid = 8, eTriangle = 9, eDiscTrapezoid = 10, eConvexPolygon = 11, eAnnulus = 12, eBoundless = 13, eOther = 14 } |
common base class for all bounds that are in a local x/y cartesian frame
Definition at line 25 of file PlanarBounds.hpp.
View newest version in sPHENIX GitHub at line 25 of file PlanarBounds.hpp
|
pure virtual |
Bounding box parameters
Implemented in Acts::ConvexPolygonBounds< PolygonDynamic >, Acts::TrapezoidBounds, Acts::ConvexPolygonBounds< N >, Acts::DiamondBounds, Acts::EllipseBounds, and Acts::RectangleBounds.
|
pure virtual |
Return the vertices
lseg | the number of segments used to approximate and eventually curved line |
Implemented in Acts::ConvexPolygonBounds< PolygonDynamic >, Acts::TrapezoidBounds, Acts::ConvexPolygonBounds< N >, Acts::DiamondBounds, Acts::EllipseBounds, and Acts::RectangleBounds.
Referenced by Acts::SurfaceArrayCreator::createVariableAxis(), Acts::ProtoLayer::measure(), Acts::ConvexPolygonBoundsBase::toStream(), and FW::Obj::ObjSurfaceWriter::write().