ATLAS Offline Software
|
struct containing all information to build a Hough transform for a given chamber index More...
#include <MuonLayerHough.h>
Public Types | |
using | DetRegIdx = Muon::MuonStationIndex::DetectorRegionIndex |
using | ChIdx = Muon::MuonStationIndex::ChIndex |
Public Member Functions | |
RegionDescriptor (int sector_, DetRegIdx region_, ChIdx chIndex_, float referencePosition_, float yMinRange_, float yMaxRange_, float yBinSize_, float thetaStep_, unsigned int nthetaSamples_) | |
RegionDescriptor ()=default | |
Public Attributes | |
int | sector {0} |
DetRegIdx | region {DetRegIdx::DetectorRegionUnknown} |
ChIdx | chIndex {ChIdx::ChUnknown} |
float | referencePosition {0} |
float | yMinRange {0} |
float | yMaxRange {0} |
float | yBinSize {0} |
float | thetaStep {0} |
unsigned int | nthetaSamples {1} |
struct containing all information to build a Hough transform for a given chamber index
Definition at line 25 of file MuonLayerHough.h.
Definition at line 28 of file MuonLayerHough.h.
Definition at line 27 of file MuonLayerHough.h.
|
inline |
Definition at line 30 of file MuonLayerHough.h.
|
default |
ChIdx MuonHough::RegionDescriptor::chIndex {ChIdx::ChUnknown} |
Definition at line 47 of file MuonLayerHough.h.
unsigned int MuonHough::RegionDescriptor::nthetaSamples {1} |
Definition at line 53 of file MuonLayerHough.h.
float MuonHough::RegionDescriptor::referencePosition {0} |
Definition at line 48 of file MuonLayerHough.h.
DetRegIdx MuonHough::RegionDescriptor::region {DetRegIdx::DetectorRegionUnknown} |
Definition at line 46 of file MuonLayerHough.h.
int MuonHough::RegionDescriptor::sector {0} |
Definition at line 45 of file MuonLayerHough.h.
float MuonHough::RegionDescriptor::thetaStep {0} |
Definition at line 52 of file MuonLayerHough.h.
float MuonHough::RegionDescriptor::yBinSize {0} |
Definition at line 51 of file MuonLayerHough.h.
float MuonHough::RegionDescriptor::yMaxRange {0} |
Definition at line 50 of file MuonLayerHough.h.
float MuonHough::RegionDescriptor::yMinRange {0} |
Definition at line 49 of file MuonLayerHough.h.