source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/config/Electronics/EusoElectronics.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: 3.0 KB
Line 
1# config file for class EusoElectronics
2# $Id: EusoElectronics.cfg 2907 2011-05-11 13:16:18Z fenu $
3# General Electronics Parameters
4#
5
6# number of channels in a front end chip. Do not change it
7EusoElectronics.fFrontEndSize =  144
8
9# number of channels in a pmt side. Do not change it.
10EusoElectronics.fPmtSide = 6
11#
12# enable / disable electronics simulation
13EusoElectronics.fEnable = yes
14#
15
16# simulate macrocells with low signal
17#   all      : simulate all non empty macrocells
18#   relative : simulate only mcs with a signal over a % threshold over total signal
19#   absolute : simulate only mcs with at least a fixed number of pmt signals
20EusoElectronics.fSimulateLowSignalMacroCells = absolute #all, relative, absolute
21EusoElectronics.fLowSignalMacrocellThreshold = 3
22
23# focal surface file
24##EUSO config
25#EusoElectronics.fFocalSurfaceFile = @cfg/Electronics/layout-thetaphi.fsr
26#EusoElectronics.fFocalSurfaceFile = @cfg/Electronics/layout-thetaphi.fsr
27#EusoElectronics.fFocalSurfaceFile = @cfg/Electronics/layout-sidecut-cpc-adv-0905.fsr
28#EusoElectronics.fFocalSurfaceFile = @cfg/Electronics/layout_137_CPP2010_09.fsr.data
29#EusoElectronics.fFocalSurfaceFile = @cfg/Electronics/layout_137_PPP2010_08b.fsr.data
30EusoElectronics.fFocalSurfaceFile = @cfg/Electronics/layout_137_PPP2010_08b_m64_nogap.fsr
31##TUS config
32#EusoElectronics.fFocalSurfaceFile = @cfg/Electronics/G4layout-thetaphi.fsr
33
34# add a random phase to the gtu start
35EusoElectronics.fAddRandomGtuPhase = yes
36
37#
38# Night glow background simulation
39#
40# Choose night glow background implementation
41#   none:    no background at all
42#   byRate:     background added according to fNightGlowCode and fNightGlowRateOnAxis.
43#   byRadiance: background added according to fNightGlowCode and fNightGlowRadiance.
44EusoElectronics.fNightGlow = byRate
45
46# rate of background in average rate/pixel (pe*microsec^-1)
47EusoElectronics.fNightGlowRateOnAxis = 0.81
48
49# radiance of the night glow in ph*m^2*ns^-1*sr^-1
50EusoElectronics.fNightGlowRadiance = 500
51
52# background shape. Can be:
53#   if fNightGlow = byRate
54#       - Flat      same background everywhere in focal surface
55#       - CosTheta  costheta dependence of rate; NightGlowRate refers to theta=0
56#   if fNightGlow = byRadiance
57#       - KOptics   based on KOpticalSystem
58#       _ RedBook   based on RedBook requirements
59#       - Custom
60EusoElectronics.fNightGlowShape = Flat  #KOptics.Flat
61
62# background code. Can be:
63# 0         no background
64# positive  the macrocell with this Id() is used only
65# -1        all elementary cells  with signals are considered
66# -2        all macrocells  with signals are considered
67EusoElectronics.fNightGlowCode = -2
68
69# select duration; if fNightGlowStart is negative, it is randomly choosen
70#                  a fraction of GTU before first photon
71#                  if fNightGlowEnd is negative, the same is done for the end
72#                  normally both should be -1
73#                  for trigger studies, a given time window can be selected
74# NOT IMPLEMENTED YET
75EusoElectronics.fNightGlowStart = -1.
76EusoElectronics.fNightGlowEnd = -1.
Note: See TracBrowser for help on using the repository browser.