source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/config/Electronics/FrontEndChip.cfg @ 117

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

ESAF version compilable on mac OS

File size: 947 bytes
Line 
1# config file for class FrontEndChip
2# $Id: FrontEndChip.cfg 1497 2005-02-15 19:15:54Z thea $
3#
4# double hit resolution in ns, i.e. minimum time distance between two
5# photons that are resolved by DFEE
6FrontEndChip.TimeResolution = 10       
7#
8# nominal front end amplifier gain; do not change
9FrontEndChip.Gain = 1                 
10#
11# analog input threshold; 6 micro-Amps are about 1/4 of pe
12FrontEndChip.Threshold = 54             # micro-amps
13#
14FrontEndChip.CounterThreshold = 0 #5       # digital threshold
15#
16# spread in gain from channel to channel
17FrontEndChip.GainSpread = 0.05          # gain spread
18#
19# spread (non uniformity) of threshold value (micro-amps)
20# now set to 10%
21FrontEndChip.ThreshSpread = 5.4         # threshold spread, micro-amps
22
23# type of front end trigger
24# 1 = standard : digital threshold on each channel
25# 2 = standard + groups 2x2
26# 3 = same as 2 with overlapped groups 2x2
27FrontEndChip.TriggerGroups = 1     
Note: See TracBrowser for help on using the repository browser.