source: JEM-EUSO/esaf_cc_at_lal/config/Reco/HoughModule.cfg @ 114

Last change on this file since 114 was 114, checked in by moretto, 11 years ago

actual version of ESAF at CCin2p3

File size: 784 bytes
Line 
1#
2# Config file for HoughModule
3# see the code (HoughModule.cc and HoughModule.hh) for more explanations.
4#
5HoughModule.fNumPointsMinimum = 10
6HoughModule.fSignalToNoise = 1.e-2         # take pixels with signal/sqrt(noise) >= fSignalToNoise number [valid for ProcessOnlySignal option]
7HoughModule.fProcedure = all           # single/velocity/all
8
9HoughModule.fDebugPlots = no           # yes/no
10
11#
12# minimum number of hits in a significant pixel for the different procedures
13# number >0 => absolute threshold
14# number <0 => relative threshold: the threshold is computed from mean background value (B) in pixels
15#                  thresh = B + MinCounts*sqrt(B)
16HoughModule.fMinCountsHoughSingleMacrocell = 4
17HoughModule.fMinCountsHoughAll = -4
18HoughModule.fMinCountsVelocity = 4
19
Note: See TracBrowser for help on using the repository browser.