SND@LHC Software
Loading...
Searching...
No Matches
shipPatRec.py File Reference

Go to the source code of this file.

Namespaces

namespace  shipPatRec
 

Functions

 shipPatRec.initialize (fgeo)
 
 shipPatRec.execute (smeared_hits, ship_geo, method='')
 
 shipPatRec.finalize ()
 
 shipPatRec.template_matching_pattern_recognition (SmearedHits, ShipGeo)
 Template Matching.
 
 shipPatRec.pat_rec_view (SmearedHits, min_hits)
 
 shipPatRec.fast_hough_transform_pattern_recognition (SmearedHits, ShipGeo)
 Fast Hough Transform.
 
 shipPatRec.fast_hough_pat_rec_y_view (SmearedHits, min_hits)
 
 shipPatRec.fast_hough_pat_rec_stereo_views (SmearedHits_stereo, recognized_tracks_y, min_hits)
 
 shipPatRec.hit_in_bin (x, y, k_bin, b_bin, k_size, b_size)
 
 shipPatRec.artificial_retina_pattern_recognition (SmearedHits, ShipGeo)
 
 shipPatRec.artificial_retina_pat_rec_y_view (SmearedHits, min_hits)
 
 shipPatRec.artificial_retina_pat_rec_stereo_views (SmearedHits_stereo, recognized_tracks_y, min_hits)
 
 shipPatRec.get_best_seed (x, y, sigma, sample_weight=None)
 
 shipPatRec.retina_func (track_prams, x, y, sigma, sample_weight=None)
 
 shipPatRec.retina_grad (track_prams, x, y, sigma, sample_weight=None)
 
 shipPatRec.hits_split (smeared_hits)
 The End of the PatRec Methods.
 
 shipPatRec.reduce_clones_using_one_track_per_hit (recognized_tracks, min_hits=3)
 
 shipPatRec.tracks_combination_using_extrapolation (recognized_tracks_12, recognized_tracks_34, z_magnet)
 
 shipPatRec.decodeDetectorID (detID)
 
 shipPatRec.hit_in_window (x, y, k_bin, b_bin, window_width=1.)
 
 shipPatRec.get_zy_projection (z, xtop, ytop, xbot, ybot, k_y, b_y)
 
 shipPatRec.pat_rec_stereo_views (SmearedHits_stereo, recognized_tracks_y, min_hits)
 

Variables

str shipPatRec.__author__ = 'Mikhail Hushchyn'
 
list shipPatRec.ReconstructibleMCTracks = []
 
list shipPatRec.theTracks = []
 
float shipPatRec.r_scale = global_variables.ShipGeo.strawtubes.InnerStrawDiameter / 1.975