source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/config/Electronics/SimpleDetector.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.9 KB
Line 
1# $Id: SimpleDetector.cfg 2847 2010-10-19 16:03:33Z fenu $
2
3
4###############################################################################
5# ESAF: Euso Simulation and Analysis Framework                                #
6#                                                                             #
7#  Id: SimpleDetector                                                         #
8#  Package: Electronics                                                       #
9#  Coordinator: Marco.Pallavicini                                             #
10#                                                                             #
11###############################################################################
12#
13SimpleDetector.fRadius = 2.5                    # m
14SimpleDetector.fReducedSurf = 6.93 #1.73        # factor of reduction of collecting surface, must be >1 !!
15SimpleDetector.fTriggEff = yes                  # yes : fraction of light correctly focused (5mm bucket, optical aberration)
16SimpleDetector.fFoV = 35                        # deg
17SimpleDetector.fCloudStatus = yes               # yes : photons cloud absorbed at last transfer are not considered / no : they are used in simulation
18
19SimpleDetector.fBG3type = BG3 #BG3_coated       # BG3 or BG3_coated (sharp cut above 400nm)
20
21SimpleDetector.fMeanBgnd = 500          # ph/m2/ns/sr
22SimpleDetector.fBgndWl = RedBook        # RedBook (within 300-400nm), Extended (within 200-600nm)
23SimpleDetector.fBgndMode = standard     # standard
24SimpleDetector.fSNRtrigg = 4            # nb of background sigma considered for SNR treatment
25SimpleDetector.fNpersTrigg = 4          # persistency = nb of GTU with adjacents hitted pixels
26
27############################################################
28##  WARNING : GTUlength*Clight MUST be < fPixelSideLength  #
29############################################################
30SimpleDetector.fGTUlength = 2500        # ns
31SimpleDetector.fPixelSideLength = 800   # m (at Z=0 in MES)
32SimpleDetector.fNbMaxLateralPixels = 4  # nb of lateral pixels around the track taken into account in simulation
Note: See TracBrowser for help on using the repository browser.