source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/config/G4/G4_ESAF_Test.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#Choosing of OpticalSystem
2# Options:  KOpticalSystem, JOpticalSystem, TestOpticalSystem,
3#           ParamOpticalSystem , LOpticalSystem, MOpticalSystem
4OpticsFactory.fOpticalSystem = NOpticalSystem
5
6# description of the physical focal surface (plane)
7# Options: FastFocalPlane, TestFocalPlane
8OpticsFactory.fFocalPlane = PolarFocalPlane
9
10# description of the shape of the ideal focal surface
11# Options: MIdealFocalSurface, LIdealFocalSurface, KIdealFocalSurface, JIdealFocalSurface, TestIdealFocalSurface
12OpticsFactory.fIdealFocalSurface = NIdealFocalSurface
13
14# optical adaptors
15# Options: IdealOpticalAdaptor, PipesOpticalAdaptor, FakeOpticalAdaptor, TestOpticalAdaptor
16OpticsFactory.fOpticalAdaptor = IdealOpticalAdaptor
17
18#Options: G4TransportManager, Standard
19OpticsFactory.fTransportManager = G4TransportManager
20
21#Options: G4Detector, Euso
22ElectronicsFactory.Detector = G4Detector
23
24#Options: G4Tus, G4EusoShape
25G4Detector.DetectorType = G4EusoShape
26
27#The dir with optical parameters of lenses
28NOpticalSystem.lens_dir = config/Optics/NOpticalSystem/
29NOpticalSystem.tel_par = telparm_PPP_2010_08_NOptics
30
31#Parameters of the DetectorTransportManager. For another optics version parameters are changed!
32DetectorTransportManager.fInnerRadius = 1325.0  # mm
33Euso.fRadius = 1325.0
34EusoDetector.fMaxRadius = 1325.0
35EusoDetector.fFixMaxRadius = yes
36#Parameters of the focal plane
37PolarFocalPlane.fPos.Z =  3816.974045
38PolarFocalPlane.fRadius = 1325.    # mm
39
40EusoElectronics.fFocalSurfaceFile = @cfg/Electronics/layout_137_CPP2010_09.fsr.data
41#Baffle Parameters. For another optics version parameters are changed!
42ConicBaffle.fTopRadius = 1325.        # baffle radius
43ConicBaffle.fPos.Z = 132.894280    # the base of the bottom lens
44ConicBaffle.DZdown = 134             # height of the baffle
45ConicBaffle.fAlpha = 30              # baffle's field of view
46
47#the tipe of the light: test, standard (shower simulation)
48Euso.fLightToEuso = standard
49
Note: See TracBrowser for help on using the repository browser.