class managing all Hough transforms in the detector
More...
#include <MuonRegionHough.h>
class managing all Hough transforms in the detector
Definition at line 64 of file MuonRegionHough.h.
◆ DetRegIdx
◆ LayIdx
◆ MuonDetectorHough() [1/2]
MuonHough::MuonDetectorHough::MuonDetectorHough |
( |
| ) |
|
◆ MuonDetectorHough() [2/2]
constructor using custom region definitions
◆ ~MuonDetectorHough()
MuonHough::MuonDetectorHough::~MuonDetectorHough |
( |
| ) |
|
|
default |
◆ hough()
◆ init()
void MuonHough::MuonDetectorHough::init |
( |
| ) |
|
|
private |
Definition at line 49 of file MuonRegionHough.cxx.
50 MuonDetectorDescription detectorDescription;
51 for (
unsigned int i = 1;
i <= 16; ++
i) {
m_sectors.push_back(std::make_unique<MuonSectorHough>(
i, detectorDescription)); }
52 for (
int i = 0; i < static_cast<int>(DetRegIdx::DetectorRegionIndexMax); ++
i) {
◆ phiHough()
◆ reset()
void MuonHough::MuonDetectorHough::reset |
( |
| ) |
|
◆ m_phiTransforms
std::vector<std::unique_ptr<MuonPhiLayerHough> > MuonHough::MuonDetectorHough::m_phiTransforms |
|
private |
◆ m_sectors
std::vector<std::unique_ptr<MuonSectorHough> > MuonHough::MuonDetectorHough::m_sectors |
|
private |
The documentation for this class was generated from the following files: