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