![]() |
ATLAS Offline Software
|
class managing all Hough transforms in the detector More...
#include <MuonRegionHough.h>
Public Types | |
using | DetRegIdx = Muon::MuonStationIndex::DetectorRegionIndex |
using | LayIdx = Muon::MuonStationIndex::LayerIndex |
Public Member Functions | |
MuonPhiLayerHough & | phiHough (DetRegIdx region) |
access phi transform More... | |
MuonLayerHough & | hough (int sector, DetRegIdx region, LayIdx layer) |
access precision transform More... | |
void | reset () |
reset histograms More... | |
MuonDetectorHough () | |
constructor using default region definitions More... | |
MuonDetectorHough (const RegionDescriptionVec ®ionDescriptors) | |
constructor using custom region definitions More... | |
~MuonDetectorHough () | |
destructor More... | |
Private Member Functions | |
void | init () |
Private Attributes | |
std::vector< std::unique_ptr< MuonSectorHough > > | m_sectors |
std::vector< std::unique_ptr< MuonPhiLayerHough > > | m_phiTransforms |
sector transforms More... | |
class managing all Hough transforms in the detector
Definition at line 66 of file MuonRegionHough.h.
Definition at line 68 of file MuonRegionHough.h.
Definition at line 69 of file MuonRegionHough.h.
MuonHough::MuonDetectorHough::MuonDetectorHough | ( | ) |
MuonHough::MuonDetectorHough::MuonDetectorHough | ( | const RegionDescriptionVec & | regionDescriptors | ) |
constructor using custom region definitions
|
default |
destructor
|
inline |
access precision transform
Definition at line 76 of file MuonRegionHough.h.
|
private |
|
inline |
access phi transform
Definition at line 71 of file MuonRegionHough.h.
void MuonHough::MuonDetectorHough::reset | ( | ) |
|
private |
sector transforms
Definition at line 96 of file MuonRegionHough.h.
|
private |
Definition at line 95 of file MuonRegionHough.h.