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

Last change on this file since 9323 was 9321, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 6.5 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# -------------------------------------------------------------------------
75#MReflector.FileName: mreflector/reflector-magic.def
76MReflector.FileName: mreflector/reflector-dwarf.def
77
78# --- DWARF ---
79#GeomAPDs.Constructor: MGeomCamDwarf(419., 15, 17);
80#MGeomCam.Constructor: MGeomCamDwarf(419., 30, 17);
81
82# distance from mirror to camera [cm]
83#focal_distance 489.73
84# TRUE focal of the paraboloid (must correspond to that of the mirror positions defined below!)
85#paraboloid_focal 488.87
86
87GeomAPDs.Constructor: MGeomCamDwarf(209.5, 7.5, 4.8887);
88MGeomCam.Constructor: MGeomCamDwarf(209.5, 15, 4.8887);
89
90MSimBundlePhotons.FileName: mreflector/dwarf-apdmap.txt
91
92# MGeomCam.Something: Anything
93
94# --- MAGIC ---
95#GeomAPDs.Class: MGeomCamMagic
96#MGeomCam.Class: MGeomCamMagic
97
98
99# -------------------------------------------------------------------------
100# Setup the absorption, conversion efficiency and angular acceptance
101# -------------------------------------------------------------------------
102AbsorptionMirrors.FileName: mreflector/pde-mirror.txt
103AbsorptionAPDs.FileName: mreflector/pde-apd.txt
104AbsorptionCones.FileName: mreflector/dwarf-cones.txt
105
106
107# -------------------------------------------------------------------------
108# Setup what in MMCS would be called "additional spot size"
109# -------------------------------------------------------------------------
110#MSimPSF.Sigma: -1
111#MSimReflector.DetectorMargin: 0
112
113
114# -------------------------------------------------------------------------
115# Setup the trigger
116# -------------------------------------------------------------------------
117
118# This line could be omitted but then the discriminator would be
119# evaluated for all pixels not just for the pixels which are
120# later "connected" in the trigger (used in the coincidence map)
121# MSimTrigger.FileNameRouteAC: inner.txt
122
123# HEGRA like single pixel above threshold trigger
124#MSimTrigger.DiscriminatorThreshold: 10.00
125# Is this an option for a single pixel trigger?
126#MSimTrigger.DigitalSignalLength: -1
127#MSimTrigger.CoincidenceTime: 3
128
129# Magic like 2NN trigger (inner 396 pixel)
130#MSimTrigger.FileNameCoincidenceMap: 2NN-lut-uniq.txt
131#MSimTrigger.DiscriminatorThreshold: 7.00
132#MSimTrigger.DigitalSignalLength: 8
133#MSimTrigger.CoincidenceTime: 0.5
134
135# Magic like 3NN trigger (inner 396 pixel)
136#MSimTrigger.FileNameCoincidenceMap: 3NN-lut-uniq.txt
137#MSimTrigger.DiscriminatorThreshold: 4.5
138#MSimTrigger.DigitalSignalLength: 8
139#MSimTrigger.CoincidenceTime: 0.5
140
141# Magic like 4NN trigger (inner 396 pixel)
142MSimTrigger.FileNameCoincidenceMap: 4NN-lut-uniq.txt
143MSimTrigger.DiscriminatorThreshold: 5.0
144MSimTrigger.DigitalSignalLength: 8
145MSimTrigger.CoincidenceTime: 0.5
146
147IntendedPulsePos.Val: 40
148
149
150# -------------------------------------------------------------------------
151# Description how a pedestal/calibration signal is produced
152# -------------------------------------------------------------------------
153
154#MSimCalibrationSignal.NumEvents: 1000
155#MSimCalibrationSignal.NumPhotons; 5
156#MSimCalibrationSignal.TimeJitter; 1.0
157
158
159# -------------------------------------------------------------------------
160# Setup the FADC
161# -------------------------------------------------------------------------
162
163# Currently only 1GHz is supported
164MRawRunHeader.SamplingFrequency: 1000
165MRawRunHeader.NumSamples: 150
166MRawRunHeader.NumBytesPerSample: 2
167MRawRunHeader.FadcResolution: 12
168
Note: See TracBrowser for help on using the repository browser.