source: JEM-EUSO/esaf_cc_at_lal/config/LightToEuso/TestLightToEuso.cfg @ 114

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

actual version of ESAF at CCin2p3

File size: 4.1 KB
Line 
1# config file for TestLightToEuso object
2#
3#TestLightToEuso.Type = SPOT        # can be SPOT,RANDSPOT,CIRCLE,RADIUS and TRACK
4#TestLightToEuso.Duration = 4       # time duration in MicroSeconds
5#TestLightToEuso.Photons = 1000     # number of photons generated per event
6#TestLightToEuso.Theta1 = 10.       # theta in degrees (lower value, 0..30)
7#TestLightToEuso.Theta2 = 60.       # theta in degrees (higher value 0..30)
8#TestLightToEuso.Phi1 = 0           # phi in degrees (lower, 0..360)
9#TestLightToEuso.Phi2 = 360         # phi in degrees (higher, 0..360)
10
11#TestLightToEuso.Type = EXTCIRCLE   # can be SPOT,RANDSPOT,CIRCLE,RADIUS and TRACK
12#TestLightToEuso.Duration = 4       # time duration in MicroSeconds
13#TestLightToEuso.Photons = 4000   # number of photons generated per event
14#TestLightToEuso.Theta1 = 0.        # theta in degrees (lower value, 0..30)
15#TestLightToEuso.Theta2 = 0.        # theta in degrees (higher value 0..30)
16#TestLightToEuso.Phi1 = 0.          # phi in degrees (lower, 0..360)
17#TestLightToEuso.Phi2 = 360.        # phi in degrees (higher, 0..360)
18
19TestLightToEuso.Type = EXTSPOT      # can be SPOT,RANDSPOT,CIRCLE,RADIUS and TRACK
20TestLightToEuso.Duration = 5        # time duration in MicroSeconds
21TestLightToEuso.Photons = 10000    # number of photons generated per event
22TestLightToEuso.Theta1 = 30         # theta in degrees (lower value, 0..30)
23TestLightToEuso.Theta2 = 30         # NOT USED
24TestLightToEuso.Phi1 = 0           # phi in degrees (lower, 0..360)
25TestLightToEuso.Phi2 = 1000   #1325         # entrance disc radius mm
26TestLightToEuso.wl = 300            # photon wavelength. This option is for EXTSPOT yet.
27
28#TestLightToEuso.Type = EXTRADIUS      # can be SPOT,RANDSPOT,CIRCLE,RADIUS and TRACK
29#TestLightToEuso.Duration = 5       # time duration in MicroSeconds
30#TestLightToEuso.Photons = 5    # number of photons generated per event
31#TestLightToEuso.Theta1 = 0         # theta in degrees (lower value, 0..30)
32#TestLightToEuso.Theta2 = 3        # theta in degrees (higher value 0..30)
33#TestLightToEuso.Phi1 = 0           # phi in degrees (lower, 0..360)
34#TestLightToEuso.Phi2 = 120         # entrance disc radius
35
36#TestLightToEuso.Type = SHOWERTRACK
37#TestLightToEuso.ShowerTrack.fTheta = 60 #deg
38#TestLightToEuso.ShowerTrack.fPhi = 45 #deg
39#TestLightToEuso.ShowerTrack.fTrackLength = 100 #km
40#TestLightToEuso.ShowerTrack.fPosInit = fixed #random, fixed or zfixed
41#TestLightToEuso.ShowerTrack.fXInit = -20
42#TestLightToEuso.ShowerTrack.fYInit = 10
43#TestLightToEuso.ShowerTrack.fZInit = 30
44#TestLightToEuso.ShowerTrack.fZInitMax = 50 #km
45#TestLightToEuso.ShowerTrack.fRInitMax = 248 #km
46#TestLightToEuso.ShowerTrack.fPhotons = 200000
47#TestLightToEuso.ShowerTrack.fProfileCode = 0
48
49#TestLightToEuso.Type = CFLUXDIFFUSE # can be SPOT,RANDSPOT,CIRCLE,RADIUS and TRACK
50#TestLightToEuso.Duration = 4        # time duration in MicroSeconds
51#TestLightToEuso.Photons = 30000        # number of photons generated per event
52#TestLightToEuso.Theta1 = 0.         # theta in degrees (lower value, 0..30)
53#TestLightToEuso.Theta2 = 30.        # theta in degrees (higher value 0..30)
54#TestLightToEuso.Phi1 = 1500         # entrance disc radius
55#TestLightToEuso.Phi2 = 0            # NOT USED
56
57#TestLightToEuso.Type = RADIUS      # can be SPOT,RANDSPOT,CIRCLE,RADIUS and TRACK
58#TestLightToEuso.Duration = 4       # time duration in MicroSeconds
59#TestLightToEuso.Photons = 10000    # number of photons generated per event
60#TestLightToEuso.Theta1 = 1         # theta in degrees (lower value, 0..30)
61#TestLightToEuso.Theta2 = 10        # theta in degrees (higher value 0..30)
62#TestLightToEuso.Phi1 = 0           # phi in degrees (lower, 0..360)
63#TestLightToEuso.Phi2 = 360         # NOT USEDy
64
65#TestLightToEuso.Type = CIRCLE      # can be SPOT,RANDSPOT,CIRCLE,RADIUS and TRACK
66#TestLightToEuso.Duration = 4       # time duration in MicroSeconds
67#TestLightToEuso.Photons = 5000     # number of photons generated per event
68#TestLightToEuso.Theta1 = 20.       # theta in degrees (lower value, 0..30)
69#TestLightToEuso.Theta2 = 0.        # NOT USED
70#TestLightToEuso.Phi1 = 0.          # phi in degrees (lower, 0..360)
71#TestLightToEuso.Phi2 = 360.        # phi in degrees (higher, 0..360)
Note: See TracBrowser for help on using the repository browser.