| 
    SND@LHC Software
    
   | 
 
Public Member Functions | |
| __init__ (self, n_yH, yH_range, n_xH, xH_range, z_offset, Hformat, space_scale, det_Zlen, squaretheta=False, smooth=True) | |
| fit (self, hit_collection, is_scaled, draw, weights=None) | |
| fit_randomize (self, hit_collection, hit_d, n_random, is_scaled, draw, weights=None) | |
Hough transform implementation
Definition at line 25 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.__init__ | ( | self, | |
| n_yH, | |||
| yH_range, | |||
| n_xH, | |||
| xH_range, | |||
| z_offset, | |||
| Hformat, | |||
| space_scale, | |||
| det_Zlen, | |||
squaretheta = False,  | 
        |||
smooth = True  | 
        |||
| ) | 
Definition at line 28 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.fit | ( | self, | |
| hit_collection, | |||
| is_scaled, | |||
| draw, | |||
weights = None  | 
        |||
| ) | 
Definition at line 72 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.fit_randomize | ( | self, | |
| hit_collection, | |||
| hit_d, | |||
| n_random, | |||
| is_scaled, | |||
| draw, | |||
weights = None  | 
        |||
| ) | 
Definition at line 182 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.accumulator | 
Definition at line 93 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.cos_thetas | 
Definition at line 51 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.cos_thetas_scaled | 
Definition at line 67 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.det_Zlen | 
Definition at line 40 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.HoughSpace_format | 
Definition at line 37 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.n_xH | 
Definition at line 31 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.n_xH_scaled | 
Definition at line 59 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.n_yH | 
Definition at line 30 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.n_yH_scaled | 
Definition at line 58 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.sin_thetas | 
Definition at line 52 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.sin_thetas_scaled | 
Definition at line 68 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.smooth | 
Definition at line 42 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.space_scale | 
Definition at line 38 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.xH_bins | 
Definition at line 46 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.xH_bins_scaled | 
Definition at line 62 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.xH_i | 
Definition at line 54 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.xH_i_scaled | 
Definition at line 70 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.xH_range | 
Definition at line 34 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.yH_bins | 
Definition at line 44 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.yH_bins_scaled | 
Definition at line 60 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.yH_range | 
Definition at line 33 of file SndlhcMuonReco.py.
| SndlhcMuonReco.hough.z_offset | 
Definition at line 36 of file SndlhcMuonReco.py.