source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/config/Optics/OpticsFactory.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.2 KB
Line 
1# config file for class OpticsFactory
2# $Id: OpticsFactory.cfg 2865 2011-03-10 14:00:46Z naumov $
3#
4# DO not change this file if you don't know what you're doing
5#
6# select which optical module is used
7# Options:  KOpticalSystem, JOpticalSystem, TestOpticalSystem,
8#           ParamOpticalSystem , LOpticalSystem, MOpticalSystem,NOpticalSystem
9OpticsFactory.fOpticalSystem = NOpticalSystem
10
11# description of the physical focal surface (plane)
12# Options: FastFocalPlane, TestFocalPlane
13OpticsFactory.fFocalPlane = PolarFocalPlane
14
15# description of the shape of the ideal focal surface
16# Options: MIdealFocalSurface, LIdealFocalSurface, KIdealFocalSurface, JIdealFocalSurface, TestIdealFocalSurface,
17#          NIdealFocalSurface
18OpticsFactory.fIdealFocalSurface = NIdealFocalSurface
19
20# walls; do not change
21OpticsFactory.fWalls= WallInteraction
22
23# baffle; do not change
24OpticsFactory.fBaffle = ConicBaffle
25
26# optical adaptors
27# Options: IdealOpticalAdaptor, PipesOpticalAdaptor, FakeOpticalAdaptor, TestOpticalAdaptor
28OpticsFactory.fOpticalAdaptor = FakeOpticalAdaptor
29
30# Options: Standard, ElectronicsTest, PixelTest, G4TransportManager
31OpticsFactory.fTransportManager = Standard  # G4TransportManager
Note: See TracBrowser for help on using the repository browser.