#include <DiskSectorBounds.h>
Public Member Functions | |
Bounds * | clone () const override |
DiskSectorBounds (float rmin, float rmax, float zmin, float zmax, float phiExt) | |
float | innerRadius () const |
bool | inside (const Local3DPoint &p) const override |
Determine if the point is inside the bounds. More... | |
bool | inside (const Local3DPoint &p, const LocalError &err, float scale) const override |
Determine if a point is inside the bounds, taking error into account. More... | |
float | length () const override |
float | outerRadius () const |
float | phiHalfExtension () const |
float | thickness () const override |
float | width () const override |
Public Member Functions inherited from Bounds | |
void | computeSpan (Surface const &plane) |
virtual bool | inside (const Local2DPoint &p) const |
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 bool | inside (const Local2DPoint &p, float tollerance) const |
Determine if a point is inside the bounds, taking a tollerance into account. More... | |
std::pair< float, float > const & | phiSpan () const |
std::pair< float, float > const & | rSpan () const |
virtual float | significanceInside (const Local3DPoint &, const LocalError &) const |
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 | |
float | theOffset |
float | thePhiExtH |
float | theRmax |
float | theRmin |
float | theZmax |
float | theZmin |
Definition at line 11 of file DiskSectorBounds.h.
|
inline |
Definition at line 13 of file DiskSectorBounds.h.
References cms::cuda::assert(), std::swap(), theOffset, thePhiExtH, theRmax, theRmin, theZmax, and theZmin.
Referenced by clone().
|
inlineoverridevirtual |
|
inline |
Definition at line 33 of file DiskSectorBounds.h.
References theRmin.
Referenced by BoundDiskSector::innerRadius().
|
overridevirtual |
Determine if the point is inside the bounds.
Implements Bounds.
Definition at line 5 of file DiskSectorBounds.cc.
References funct::abs(), AlCaHLTBitMon_ParallelJobs::p, and createJobs::tmp.
|
overridevirtual |
Determine if a point is inside the bounds, taking error into account.
Implements Bounds.
Definition at line 15 of file DiskSectorBounds.cc.
References SiPixelRawToDigiRegional_cfi::deltaPhi, PbPb_ZMuSkimMuonDPG_cff::deltaR, submitPVResolutionJobs::err, f, SiStripPI::max, AlCaHLTBitMon_ParallelJobs::p, perp(), perp2(), LocalError::rotate(), L1EGammaCrystalsEmulatorProducer_cfi::scale, mathSSE::sqrt(), and createJobs::tmp.
|
inlineoverridevirtual |
"Lenght" of the bounded volume; refer to the concrete class documentation for the specific definition.
Implements Bounds.
Definition at line 23 of file DiskSectorBounds.h.
References funct::cos(), thePhiExtH, theRmax, and theRmin.
|
inline |
Definition at line 34 of file DiskSectorBounds.h.
References theRmax.
Referenced by BoundDiskSector::outerRadius().
|
inline |
Definition at line 35 of file DiskSectorBounds.h.
References thePhiExtH.
Referenced by BoundDiskSector::phiHalfExtension().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
"width" of the bounds; refer to the concrete class documentation for the specific definition.
Implements Bounds.
Definition at line 24 of file DiskSectorBounds.h.
References funct::sin(), thePhiExtH, and theRmax.
|
private |
Definition at line 43 of file DiskSectorBounds.h.
Referenced by DiskSectorBounds().
|
private |
Definition at line 42 of file DiskSectorBounds.h.
Referenced by DiskSectorBounds(), length(), phiHalfExtension(), and width().
|
private |
Definition at line 39 of file DiskSectorBounds.h.
Referenced by DiskSectorBounds(), length(), outerRadius(), and width().
|
private |
Definition at line 38 of file DiskSectorBounds.h.
Referenced by DiskSectorBounds(), innerRadius(), and length().
|
private |
Definition at line 41 of file DiskSectorBounds.h.
Referenced by DiskSectorBounds(), and thickness().
|
private |
Definition at line 40 of file DiskSectorBounds.h.
Referenced by DiskSectorBounds(), and thickness().