ATLAS Offline Software
|
class managing all precision Hough transforms in a sector More...
#include <MuonRegionHough.h>
Public Types | |
using | DetRegIdx = Muon::MuonStationIndex::DetectorRegionIndex |
using | LayIdx = Muon::MuonStationIndex::LayerIndex |
Public Member Functions | |
MuonSectorHough (int sector, const MuonDetectorDescription ®ionDescriptions) | |
constructor for a given sector using the default geometry More... | |
~MuonSectorHough () | |
destructor More... | |
MuonLayerHough & | hough (DetRegIdx region, LayIdx layer) |
access the Hough transform for a given region More... | |
void | reset () |
reset histograms More... | |
Private Attributes | |
std::vector< std::unique_ptr< MuonLayerHough > > | m_transforms |
class managing all precision Hough transforms in a sector
Definition at line 39 of file MuonRegionHough.h.
Definition at line 47 of file MuonRegionHough.h.
Definition at line 48 of file MuonRegionHough.h.
MuonHough::MuonSectorHough::MuonSectorHough | ( | int | sector, |
const MuonDetectorDescription & | regionDescriptions | ||
) |
constructor for a given sector using the default geometry
Definition at line 10 of file MuonRegionHough.cxx.
|
default |
destructor
|
inline |
void MuonHough::MuonSectorHough::reset | ( | ) |
reset histograms
Definition at line 33 of file MuonRegionHough.cxx.
|
private |
Definition at line 59 of file MuonRegionHough.h.