ATLAS Offline Software
|
struct containing all information to build a Hough transform for a given chamber index More...
#include <MuonChamberLayerDescriptor.h>
Public Member Functions | |
MuonChamberLayerDescriptor (int sector_, Muon::MuonStationIndex::DetectorRegionIndex region_, Muon::MuonStationIndex::ChIndex chIndex_, float referencePosition_, float yMinRange_, float yMaxRange_, float yBinSize_, float thetaStep_, unsigned int nthetaSamples_) | |
MuonChamberLayerDescriptor () | |
Public Attributes | |
int | sector |
Muon::MuonStationIndex::DetectorRegionIndex | region |
Muon::MuonStationIndex::ChIndex | chIndex |
float | referencePosition |
float | yMinRange |
float | yMaxRange |
float | yBinSize |
float | thetaStep |
unsigned int | nthetaSamples |
struct containing all information to build a Hough transform for a given chamber index
Definition at line 13 of file MuonChamberLayerDescriptor.h.
|
inline |
Definition at line 14 of file MuonChamberLayerDescriptor.h.
|
inline |
Definition at line 26 of file MuonChamberLayerDescriptor.h.
Muon::MuonStationIndex::ChIndex Muon::MuonChamberLayerDescriptor::chIndex |
Definition at line 39 of file MuonChamberLayerDescriptor.h.
unsigned int Muon::MuonChamberLayerDescriptor::nthetaSamples |
Definition at line 45 of file MuonChamberLayerDescriptor.h.
float Muon::MuonChamberLayerDescriptor::referencePosition |
Definition at line 40 of file MuonChamberLayerDescriptor.h.
Muon::MuonStationIndex::DetectorRegionIndex Muon::MuonChamberLayerDescriptor::region |
Definition at line 38 of file MuonChamberLayerDescriptor.h.
int Muon::MuonChamberLayerDescriptor::sector |
Definition at line 37 of file MuonChamberLayerDescriptor.h.
float Muon::MuonChamberLayerDescriptor::thetaStep |
Definition at line 44 of file MuonChamberLayerDescriptor.h.
float Muon::MuonChamberLayerDescriptor::yBinSize |
Definition at line 43 of file MuonChamberLayerDescriptor.h.
float Muon::MuonChamberLayerDescriptor::yMaxRange |
Definition at line 42 of file MuonChamberLayerDescriptor.h.
float Muon::MuonChamberLayerDescriptor::yMinRange |
Definition at line 41 of file MuonChamberLayerDescriptor.h.