![]() |
ATLAS Offline Software
|
types More...
#include <MuonLayerSurface.h>
Public Types | |
using | SurfacePtr = std::shared_ptr< const Trk::Surface > |
using | DetRegIdx = MuonStationIndex::DetectorRegionIndex |
using | LayerIdx = MuonStationIndex::LayerIndex |
Public Member Functions | |
MuonLayerSurface ()=default | |
MuonLayerSurface (SurfacePtr surfacePtr_, int sector_, DetRegIdx regionIndex_, LayerIdx layerIndex_) | |
MuonStationIndex::StIndex | stIndex () const |
Public Attributes | |
SurfacePtr | surfacePtr {nullptr} |
int | sector {-1} |
DetRegIdx | regionIndex {DetRegIdx::DetectorRegionUnknown} |
LayerIdx | layerIndex {LayerIdx::LayerUnknown} |
types
Definition at line 15 of file MuonLayerSurface.h.
Definition at line 17 of file MuonLayerSurface.h.
Definition at line 18 of file MuonLayerSurface.h.
using Muon::MuonLayerSurface::SurfacePtr = std::shared_ptr<const Trk::Surface> |
Definition at line 16 of file MuonLayerSurface.h.
|
default |
|
inline |
Definition at line 21 of file MuonLayerSurface.h.
|
inline |
Definition at line 25 of file MuonLayerSurface.h.
LayerIdx Muon::MuonLayerSurface::layerIndex {LayerIdx::LayerUnknown} |
Definition at line 31 of file MuonLayerSurface.h.
DetRegIdx Muon::MuonLayerSurface::regionIndex {DetRegIdx::DetectorRegionUnknown} |
Definition at line 30 of file MuonLayerSurface.h.
int Muon::MuonLayerSurface::sector {-1} |
Definition at line 29 of file MuonLayerSurface.h.
SurfacePtr Muon::MuonLayerSurface::surfacePtr {nullptr} |
Definition at line 28 of file MuonLayerSurface.h.