3 standard_CompressedHitFinder:
5 module_type: CompressedHitFinder
7 ADCThreshold: 5 # apply this threshold if we don't already have zero-suppressed raw digits
8 TicksBefore: 5 # number of ticks to keep before first over-threshold tick if we must redo ZS
9 TicksAfter: 5 # number of ticks to keep after last over-threshold tick if we must redo ZS
10 MinRMS: 0.2887 # lowest RMS to report if only one ADC sample has a nonzero value, in ticks
11 ClusterHits: 1 # switch to turn on hit clustering algorithm. 0=no, 1=first algorithm version
12 HitMaxLen: 1.5 # maximum length of a hit in X before splitting off a new hit, in cm
13 HitFracADCNewHit: 0.5 # threshold below which if the ADC falls below multiplied by adcmax, to start a new hit
14 HitFracADCRise: 1.3 # need the ADC to go back up by this factor over the minimum in order to start a new hit
15 PrintLevel: 0 # 0: no printing, 1: some, 2: everything