source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/config/Electronics/MacroCell.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: 1.2 KB
Line 
1# config file for class MacroCell
2# $Id: MacroCell.cfg 2932 2011-06-17 08:57:52Z biktem $
3
4
5
6# MacroCell.fSize:
7# this parameter isn't used, but it is checked. So it should be more or equal the maximum
8# value of channels in a macrocell in one dimension ( 36 channels for m36 and 48 for m64)
9##EUSO config
10MacroCell.fSize = 200
11
12##TUS config
13#MacroCell.fSize = 8
14
15# GTU time length in ns
16MacroCell.fGtuTimeLength = 2500
17
18# Trigger type:
19#    None            = 0       0
20#    Persistency     = BIT(0)  1
21#    Contiguity      = BIT(1)  2
22#    ChipTracking    = BIT(2)  4
23#    ChipTracking0   = BIT(3)  8
24#    ChipTracking1   = BIT(4)  16
25#    ChipTracking2   = BIT(5)  32
26#    ChipTracking3   = BIT(6)  64
27#    CellTracking    = BIT(7)  128
28#    LblChipTracking = BIT(8)  256
29#    PTT trigge      = BIT(11) 2048
30#    LTT trigger     = BIT(12) 4096
31#    CCB_LTT trigger = BIT(13) 8192
32
33MacroCell.fTriggerType = 14336
34# number of consequtive GTUs with activity needed for triggering
35MacroCell.fTriggerThreshold = 5
36
37MacroCell.fLogicEnabled = no
38
39# save data relative to all chips-gtu (yes) or only for chips-gtu with at least
40# one channel over threshold
41MacroCell.fSaveAllChipGtuData = yes
Note: See TracBrowser for help on using the repository browser.