source: trunk/MagicSoft/Mars/ceres.rc@ 9334

Last change on this file since 9334 was 9332, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 6.9 KB
Line 
1# ==========================================================================
2#############################################################################
3# ==========================================================================
4# General
5# ==========================================================================
6#############################################################################
7# ==========================================================================
8
9# -------------------------------------------------------------------------
10# Use this if you want to setup the logging stream for the jobs
11# (overwrites command line options)
12# -------------------------------------------------------------------------
13#MLog.VerbosityLevel: 2
14#MLog.DebugLevel: 1
15#MLog.NoColors: yes
16
17# ==========================================================================
18#############################################################################
19# ==========================================================================
20# Ceres
21# ==========================================================================
22#############################################################################
23# ==========================================================================
24
25# -------------------------------------------------------------------------
26# Use this if you want to write the MJStar output somewhere
27# If you don't want it, it is written to the calibration output anyhow.
28# -------------------------------------------------------------------------
29#PathOut: .
30#PathIn: .
31
32
33# -------------------------------------------------------------------------
34# Configure Eventloop
35# -------------------------------------------------------------------------
36#MaxEvents: 10000
37#Overwrite: yes,no
38
39
40# -------------------------------------------------------------------------
41# Use this to setup binnings. For more details see: MBinning::ReadEnv
42# -------------------------------------------------------------------------
43# BinningEnergy.Raw: 100 1 100000 log
44# BinningSize.Raw: 100 1 10000000 log
45# BinningImpact.Raw: 50 -250 250
46# BinningHeight.Raw: 50 0 12
47# BinningAz.Raw: 360 -360 360
48# BinningZd.Raw: 70 0 70
49# BinningViewCone.Raw: 155 0 31
50# BinningTrigger.Raw: 150 -25 125
51# BinningEvtWidth.Raw: 150 0 25
52
53
54# -------------------------------------------------------------------------
55# Initialize random number generator (see MJob::InitRandomNumberGenerator)
56# -------------------------------------------------------------------------
57RandomNumberGenerator: TRandom3
58#RandomNumberSeedValue: 0
59
60
61# -------------------------------------------------------------------------
62# Ceres specific setup
63# -------------------------------------------------------------------------
64
65# Switch off the camera "electronics"
66#Camera: Off
67
68# Force the use of the "hardware" trigger for calibration data
69#ForceTrigger: Yes
70
71
72# -------------------------------------------------------------------------
73# Setup the reflector and camera geometry
74# -------------------------------------------------------------------------
75Reflector.Constructor: MReflector
76
77# For the file definition see MReflector::ReadFile
78
79#Reflector.FileName: mreflector/reflector-magic.def
80# ~0.020°
81#Reflector.SetSigmaPSF: 6.0
82# ~0.025°
83#Reflector.SetSigmaPSF: 7.5
84
85Reflector.FileName: mreflector/reflector-dwarf.def
86# ~0.02°
87#Reflector.SetSigmaPSF: 1.8
88# ~0.03°
89Reflector.SetSigmaPSF: 2.6
90
91
92# --- DWARF ---
93#GeomCones.Constructor: MGeomCamDwarf(419., 15, 17);
94#MGeomCam.Constructor: MGeomCamDwarf(419., 30, 17);
95
96# distance from mirror to camera [cm]
97#focal_distance 489.73
98# TRUE focal of the paraboloid (must correspond to that of the mirror positions defined below!)
99#paraboloid_focal 488.87
100
101# Hex cones maximum D=8mm
102GeomCones.Constructor: MGeomCamDwarf(209.5, 7.5, 4.8887);
103MGeomCam.Constructor: MGeomCamDwarf(209.5, 15, 4.8887);
104
105MSimBundlePhotons.FileName: mreflector/dwarf-apdmap.txt
106
107# MGeomCam.Something: Anything
108
109# --- MAGIC ---
110#GeomCones.Class: MGeomCamMagic
111#MGeomCam.Class: MGeomCamMagic
112#MSimAPD.NameGeomCam:
113
114# -------------------------------------------------------------------------
115# Setup the absorption, conversion efficiency and angular acceptance
116# -------------------------------------------------------------------------
117MirrorReflectivity.FileName: mreflector/pde-mirror.txt
118PhotonDetectionEfficiency.FileName: mreflector/pde-apd.txt
119ConesAngularAcceptance.FileName: mreflector/dwarf-cones.txt
120
121
122# -------------------------------------------------------------------------
123# Setup what in MMCS would be called "additional spot size"
124# -------------------------------------------------------------------------
125#MSimPSF.Sigma: -1
126#MSimReflector.DetectorMargin: 0
127
128
129# -------------------------------------------------------------------------
130# Setup the trigger
131# -------------------------------------------------------------------------
132
133# This line could be omitted but then the discriminator would be
134# evaluated for all pixels not just for the pixels which are
135# later "connected" in the trigger (used in the coincidence map)
136# MSimTrigger.FileNameRouteAC: inner.txt
137
138# HEGRA like single pixel above threshold trigger
139#MSimTrigger.DiscriminatorThreshold: 10.00
140# Is this an option for a single pixel trigger?
141#MSimTrigger.DigitalSignalLength: -1
142#MSimTrigger.CoincidenceTime: 3
143
144# Magic like 2NN trigger (inner 396 pixel)
145#MSimTrigger.FileNameCoincidenceMap: 2NN-lut-uniq.txt
146#MSimTrigger.DiscriminatorThreshold: 7.00
147#MSimTrigger.DigitalSignalLength: 8
148#MSimTrigger.CoincidenceTime: 0.5
149
150# Magic like 3NN trigger (inner 396 pixel)
151MSimTrigger.FileNameCoincidenceMap: 3NN-lut-uniq.txt
152MSimTrigger.DiscriminatorThreshold: 6.0
153MSimTrigger.DigitalSignalLength: 8
154MSimTrigger.CoincidenceTime: 0.5
155
156# Magic like 4NN trigger (inner 396 pixel)
157#MSimTrigger.FileNameCoincidenceMap: 4NN-lut-uniq.txt
158#MSimTrigger.DiscriminatorThreshold: 5.0
159#MSimTrigger.DigitalSignalLength: 8
160#MSimTrigger.CoincidenceTime: 0.5
161
162IntendedPulsePos.Val: 40
163
164
165# -------------------------------------------------------------------------
166# Description how a pedestal/calibration signal is produced
167# -------------------------------------------------------------------------
168
169#MSimCalibrationSignal.NumEvents: 1000
170#MSimCalibrationSignal.NumPhotons; 5
171#MSimCalibrationSignal.TimeJitter; 1.0
172
173
174# -------------------------------------------------------------------------
175# Setup the FADC
176# -------------------------------------------------------------------------
177
178# Currently only 1GHz is supported
179MRawRunHeader.SamplingFrequency: 1000
180MRawRunHeader.NumSamples: 150
181MRawRunHeader.NumBytesPerSample: 2
182MRawRunHeader.FadcResolution: 12
183
184#MSimReadout.fConversionFactor: 1
Note: See TracBrowser for help on using the repository browser.