CMS 3D CMS Logo

BoundDiskSector.h
Go to the documentation of this file.
1 #ifndef RecoTracker_TkDetLayers_BoundDiskSector_h
2 #define RecoTracker_TkDetLayers_BoundDiskSector_h
3 
5 #include "DiskSectorBounds.h"
6 
7 #pragma GCC visibility push(hidden)
8 class BoundDiskSector final : public Plane {
9 public:
10  ~BoundDiskSector() override {}
11 
13 
14  float innerRadius() const { return bounds().innerRadius(); }
15  float outerRadius() const { return bounds().outerRadius(); }
16  float phiHalfExtension() const { return bounds().phiHalfExtension(); }
17 
18  // hide
19  DiskSectorBounds const& bounds() const { return static_cast<DiskSectorBounds const&>(Plane::bounds()); }
20 };
21 
22 #pragma GCC visibility pop
23 #endif
BoundDiskSector::bounds
DiskSectorBounds const & bounds() const
Definition: BoundDiskSector.h:19
BoundDiskSector::phiHalfExtension
float phiHalfExtension() const
Definition: BoundDiskSector.h:16
TkRotation< float >
DiskSectorBounds::outerRadius
float outerRadius() const
Definition: DiskSectorBounds.h:35
DiskSectorBounds::innerRadius
float innerRadius() const
Definition: DiskSectorBounds.h:34
DiskSectorBounds
Definition: DiskSectorBounds.h:12
BoundDiskSector::~BoundDiskSector
~BoundDiskSector() override
Definition: BoundDiskSector.h:10
pos
Definition: PixelAliasList.h:18
Bounds
Definition: Bounds.h:18
Plane.h
BoundDiskSector::BoundDiskSector
BoundDiskSector(const PositionType &pos, const RotationType &rot, Bounds *bounds)
Definition: BoundDiskSector.h:12
Surface::bounds
const Bounds & bounds() const
Definition: Surface.h:87
Point3DBase< float, GlobalTag >
DiskSectorBounds::phiHalfExtension
float phiHalfExtension() const
Definition: DiskSectorBounds.h:36
BoundDiskSector::outerRadius
float outerRadius() const
Definition: BoundDiskSector.h:15
BoundDiskSector
Definition: BoundDiskSector.h:8
DiskSectorBounds.h
Plane
Definition: Plane.h:16
makeMuonMisalignmentScenario.rot
rot
Definition: makeMuonMisalignmentScenario.py:322
BoundDiskSector::innerRadius
float innerRadius() const
Definition: BoundDiskSector.h:14