source: JEM-EUSO/esaf_cc_at_lal/config/LightSource/TestLightSource.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: 1.8 KB
Line 
1# config file for TestLightSource object
2#
3
4TestLightSource.Option = Bgnd                   # can be SPOT, ShowerLike, Bgnd, HmaxSPOT ,TRACK
5
6TestLightSource.Nbph = 100000                   # number of photons generated per event
7TestLightSource.PhotonType = cerenkov           # cerenkov or fluo
8TestLightSource.Descrip = bunch                 # photons description : single or bunch
9
10# bunch direction (for cerenkov bunches only)
11TestLightSource.ThetaMode = mes                 # mes => in MES, local => at impact or at first point
12TestLightSource.Theta1 = 0                      # lower zenith angle in degrees  (0..90)
13TestLightSource.Theta2 = 0                      # higher zenith angle in degrees (0..90)
14TestLightSource.Phi1 = 0                        # lower azimut angle in degrees  (0..90)
15TestLightSource.Phi2 = 0                        # higher azimut angle in degrees (0..90)
16
17# spot position OR Track beginning
18TestLightSource.FirstPointX = 0                 # First X position in km
19TestLightSource.FirstPointY = 0                 # First Y position in km
20TestLightSource.FirstPointZ = 99                # First Z position in km [0,99]
21
22# impact mode (for HmaxPOS only) -- FirstPoint is then disabled
23TestLightSource.ImpactMode = random             # random or none
24TestLightSource.ImpactXmin = 0                  # km
25TestLightSource.ImpactXmax = 0                  # km
26TestLightSource.ImpactYmin = 0                  # km
27TestLightSource.ImpactYmax = 0                  # km
28
29# bunch own geometry
30TestLightSource.LongExtension = 0               # longitudinal extension of the bunch in g/cm2, can be 0
31TestLightSource.LatDistribution = NULL          # lateral distribution of the bunch can be NKG2 NULL
32TestLightSource.AngDistribution = NULL          # angular distribution of the bunch can be baltru NULL
33TestLightSource.DirectionType = UNIQUE          # can be DETECTOR, UNIQUE
34
35# bunch spectrum
36TestLightSource.SpectrumType = FLAT             # can be MONO, LAMBDA2, FLAT[300nm,Lambda], FLUO_kakimoto
37TestLightSource.Lambda = 400                    # only for MONO and FLAT(used as max wl, start at 300nm)
38
39
40
Note: See TracBrowser for help on using the repository browser.