source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/config/Optics/ElecTestDetTransManager.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.6 KB
Line 
1# $Id: ElecTestDetTransManager.cfg 2335 2005-11-02 13:31:55Z pesce $
2#
3# test module for electronics and trigger
4# not to be used for physics
5#
6
7#fMethod:
8# - uniformpixel: send fNumPhotons in a given pixel in the gtus between fStartTime and fEndTime;
9#                 the time interval between photons is kept constant
10# - randompixel: send fNumPhotons in a given pixel in the gtus between fStartTime and fEndTime;
11#                the photons are randomly distributed in each gtu
12# - track: create a test track with fNumPhotons photons starting from a given pixel
13#   of length fTrackLength pixels (only in a macrocell) in a given time interval.
14#   It is also possible insert an hole in th track in a given position
15# - pmt: create a track as above but remaining in the same pmt
16# - backstudy: generate an incoerent signal pattern starting from a given pixel in a
17#   given time interval. To be used with the nightglow enabled for fake trigger studies
18
19ElecTestDetTransManager.fMethod = randompixel #uniformpixel, randompixel, track, pmt, backstudy
20ElecTestDetTransManager.fNumPhotons = 100
21ElecTestDetTransManager.fUniqueChanId = -1 #if -1 compute the uid by the given macrocell, pmt and pmt channel
22ElecTestDetTransManager.fMacrocellId = 1
23ElecTestDetTransManager.fPmtId = 1
24ElecTestDetTransManager.fChanId = 1
25ElecTestDetTransManager.fStartTime = 1
26ElecTestDetTransManager.fEndTime = 2500
27ElecTestDetTransManager.fTrackLength = 1 #positive: in row, negative: in column
28ElecTestDetTransManager.fHole = no           
29ElecTestDetTransManager.fHolePosition = 4    #position of hole in the track (Warning: an hole cannot be at the extremes of the track)
30
Note: See TracBrowser for help on using the repository browser.