source: trunk/MagicSoft/Mars/Changelog@ 9585

Last change on this file since 9585 was 9585, checked in by Daniela Dorner, 15 years ago
*** empty log message ***
File size: 10.1 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21 2010/06/11 Daniela Dorner
22
23 * datacenter/scripts/sourcefile:
24 - changed functions and queries to new db layout
25 - added functions to get values from steps.rc
26 - new function for part of query which is identical for the
27 functions getstatus() and gettodo()
28 - removed $reset (was only needed for MerppUpdate)
29 - improved and added comments
30
31 * datacenter/scripts/jobmanager:
32 - implemented changes for new db layout
33 - fix in function nextscript(): wrong variable was used
34
35 * datacenter/scripts/runcorsika:
36 - implemented changes for new db layout
37 - merged uncommitted changes of Thomas Bretz
38 - Observatory values and atmosphere now read from DB
39 - implemented new seeds
40 - removed $reused
41 - wavelength range now read from DB
42
43 * datacenter/scripts/setup.wue.fact.mc:
44 - added (setup for fact mc production)
45
46
47
48 2010/06/11 Stefan Ruegamer
49
50 * mjobs/MJSpectrum.cc
51 - corrected the flux of the published MAGIC spectrum
52
53
54
55 2010/06/03 Thomas Bretz
56
57 * mranforest/MRanForestCalc.cc:
58 - added stdlib.h to make Dominik happy ;)
59
60
61
62 2010/05/05 Thomas Bretz
63
64 * mastro/MAstro.cc:
65 - fixed AngularDistance (called a non existing function and
66 the compiler didn't complain)
67
68 * mbase/MParContainer.[h,cc]:
69 - added static function Overwrites (previously in MTask)
70
71 * mbase/MStatusDisplay.[h,cc]:
72 - allow writing a MStatusDisplay without writing a MStatusArray
73 (therefore added SeveAsPlainRoot)
74 - improved reading of files just containing canvases and objects
75
76 * mbase/MTask.[h,cc]:
77 - moved code from Overwrites to a static function in MParContainer
78
79 * msimcamera/MSimCalibrationSignal.cc:
80 - changed distribution of signal from Gauss to Poissonian
81
82 * showplot.cc:
83 - removed nonsense "-q" option
84
85 * mbase/MStatusArray.[h,cc]:
86 - fixed/improved (once again) deleting of the array
87
88 * mbase/MStatusDisplay.cc:
89 - removed the MAstroCatalog workaround - is it still necessary?
90 (needs testing)
91 - added UpdateMemory every here and there to get the memory
92 consumption is more circumstances
93
94
95
96 2010/04/22 Thomas Bretz
97
98 * showplot.cc:
99 - added --debug-mem option
100
101 * mbase/MParSpline.cc, mhbase/MH3.cc, mhbase/MHn.cc,
102 mhflux/MHAlpha.cc, mhist/MHCamEvent.cc:
103 - added missing call to the RecursiveRemove of the base class
104
105 * mfileio/MReadTree.cc:
106 - In the case Notify failed since about two years accidentaly
107 kTRUE instead of kERROR was returned
108
109 * mfileio/MWriteRootFile.cc:
110 - added some more debug output
111
112 * mhflux/MAlphaFitter.cc:
113 - Return if fit failed
114
115 * mhflux/MHPhi.cc:
116 - avoid inf and nan when producing histogram (the divisor could
117 have been zero in case of the inetgral of an empty histogram)
118
119
120
121 2010/04/21 Thomas Bretz
122
123 * macros/rootlogon.C:
124 - a small fix which gets rid of the annoying error about an
125 unlocked mutex when starting the MStatusDisplay in the
126 interpreter. It makes sure that fGThreadFactory gets initialized
127 from the main thread.
128
129 * mbase/MStatusDisplay.cc:
130 - added a console output if TryLock fails
131 - the return value of TString::Index was misinterpreted
132
133 * mmuon/MHSingleMuon.cc:
134 - removed another reference to gMinuit
135
136 * msimcamera/MSimRandomPhotons.cc:
137 - re-did the output
138 - choose the other rate f2 instead of f1
139
140 * msimcamera/MSimTrigger.[h,cc]:
141 - keep the index of the trigger channel which finnaly issued
142 the trigger and propagate it to the event header
143
144 * mraw/MrawEvtHeader.h:
145 - implementd setter for fNumTriggerLvl1
146
147
148
149 2010/04/20 Thomas Bretz
150
151 * mfileio/MReadTree.cc:
152 - no error was returned anymore when Notify() failed. Fixed.
153
154
155
156 2010/04/19 Thomas Bretz
157
158 * mbase/MStatusArray.cc:
159 - added a workaround to prevent crashes in case of double
160 deleteion of the fHistogram in TGraphs
161
162 * mcorsika/MCorsikaEvtHeader.cc:
163 - replaced special characters by UTF8 characters
164
165 * mgeom/MGeom.[h,cc]:
166 - implemented function to return the distance squared
167
168 * mjobs/MJSimulation.cc:
169 - display degree symbol correctly in plots
170 - added artificial star-files to output
171 - for the moment the output of the reflector files is suppressed
172
173 * mmuon/MHSingleMuon.cc:
174 - catch if the fit failed
175 - replaced use of gMinuit by direct access to the function
176
177 * mpointing/MPointing.cc:
178 - replaced deg-symbol by UTF8 character
179
180 * mpointing/MPointingDevCalc.cc:
181 - added more information
182
183 * msignal/MSignalCam.[h,cc]:
184 - made the data members describing the image persistent.
185 they are not guranteed to have correct contents. Use
186 MNewImagePar instead.
187 - increased class version number accordingly
188
189 * msimreflector/MMirrorHex.h:
190 - added Getter for fD
191
192
193
194 2010/04/13 Daniela Dorner
195
196 * datacenter/db/builddatasets.php:
197 - updated check for observation mode: allowed 'N/A', as there is
198 else an error for old data
199
200
201
202 2010/04/13 Thomas Bretz
203
204 * msim/MHPhotonEvent.cc:
205 - automatic binning for case 3
206 - new case 5
207
208 * msim/MHPhotonEvent.h:
209 - this can be a huge memory consumption and we don't need double
210 precision (range) accordingly changed all TH*D to TH*F.
211 consequently increased class version number
212
213
214
215 2010/03/30 Thomas Bretz
216
217 * Makefile.conf.general:
218 - moved ARCHDEFS from DEFINES to CXXFLAGS otherwise it might get
219 ignored
220
221 * mbase/MQuaternion.h:
222 - added member-function to normalize vector part of quaternion
223
224 * mbase/MTime.cc:
225 - issue an error if __LINUX__ is not set
226
227 * mjobs/MJSimulation.cc:
228 - set name of reflector explicitly to "Reflector"
229
230 * msimreflector/MMirror.h:
231 - added member function to set z position (for optimization purpose)
232 - added SimPSF(TVector3&)
233
234 * msimreflector/MSimReflector.[h,cc]:
235 - added name of reflector as data member
236
237 * melectronics/MAvalanchePhotoDiode.cc:
238 - scale the crosstalk probability as the height of the emitted
239 signal with the recovery time.
240
241 * mhflux/MHEnergyEst.cc:
242 - added a workaround to get rid of some root-warnings
243
244 * mjtrain/MJTrainEnergy.cc:
245 - improved axis labels
246
247 * mpointing/MPointingDevCalc.cc:
248 - added some more comments
249
250 * msimreflector/MMirror.[h,cc]:
251 - added fShape to allow for parabolic mirrors
252
253 * msimreflector/MReflector.cc:
254 - implemented the option of parabolic mirrors into the
255 reflector defintion file
256
257 * msimreflector/MSimReflector.[h,cc]:
258 - implemented (and fixed) the calculation of the reflection at
259 parabolic surfaces
260 - implemented the possibility to switch off the early check for
261 "photon can hit the camera" (fDetectorMargin<0)
262 - added setter for fDetectorMargin
263
264
265
266
267 2010/03/01 Stefan Ruegamer
268
269 * resources/hilocalib.rc:
270 - added df factors for p23-25, using the same as for p22. Sequences
271 are not running with df in these periods, therefore the correct
272 factors cannot be determined, and it doesn't matter anyway.
273
274 * datacenter/read_lapalma-tapes:
275 - added automationsetup before movingrawfiles
276
277
278
279 2010/02/23 Thomas Bretz
280
281 * mbase/MAGIC.cc:
282 - projections are supposed to work again in root 5.26
283 (not tested yet)
284
285 * mbase/MGMap.cc, mbase/MObjLookup.cc:
286 - key and val are Long64 in newer root versions
287
288 * mdata/MDataPhrase.cc:
289 - need inclusion of TFormulaPrimitive in root 5.26
290
291 * mhflux/MMcSpectrumWeight.cc:
292 - root 5.26 has a different calling convention for TH1::Intgeral
293
294 * mjobs/MJob.cc:
295 - added a suggested parenthesis
296
297 * mjtrain/MJTrainDisp.cc:
298 - cast the MH3 histogram correctly to a TH2
299
300
301
302 2010/02/22 Daniela Dorner
303
304 * datacenter/db/menu.php:
305 - added ObsLevel and download link column for cta pages
306
307 * datacenter/db/ctadefs.php:
308 - added observation level
309
310 * datacenter/db/ctamcinfo.php:
311 - added column with download link for the files
312
313 * datacenter/db/builddatasets.php, datacenter/db/ctamcinfo.php,
314 datacenter/db/culminating.php, datacenter/db/datacheck.php,
315 datacenter/db/datasetinfo-aio.php, datacenter/db/ganymed.php,
316 datacenter/db/include.php, datacenter/db/mcinfo.php,
317 datacenter/db/opticaldata.php, datacenter/db/printtable.php,
318 datacenter/db/queryrbk.php, datacenter/db/runinfo-aio.php,
319 datacenter/db/sequence.php, datacenter/db/sequinfo-aio.php,
320 datacenter/db/sources.php, datacenter/db/statussbs.php:
321 - bugfix for get.txt
322
323 * datacenter/db/datasetinfo-aio.php:
324 - bugfix calling PrintPage()
325
326
327
328 2010/02/01 Daniela Dorner
329
330 * datacenter/scripts/fillmcdb:
331 - added observation level
332
333 * datacenter/scripts/sourcefile:
334 - added comment concerning $0 problem
335 - added 'ERROR' in processlog message of makedir
336
337
338
339 2010/02/04 Stefan Ruegamer
340
341 * mraw/MRawRunHeader.cc
342 - changed GetTypeID()!=fTelescopeNumber*10U+5U to GetTypeID()!=5U
343 so that the new 5xxxxxx sequences can be processed
344 - adapted error message
345 - inserted Domino calibration run
346
347 * mraw/MRawRunHeader.cc
348 - inserted Domino calibration run
349
350
351
352 2010/02/01 Daniela Dorner
353
354 * datacenter/scripts/runsimtel
355 - fixes typo
356 - replaced path in disk-check by variable
357
358
359
360 2010/01/15 Stefan Ruegamer
361
362 * datacenter/scripts/dowebplots, jobmanager
363 - if-condition if [ "$numproc" = "" ] now correctly checks for "0"
364
365 * datacenter/scripts/scriptlauncher
366 - added automationsetup variable in condor command
367
368 * datacenter/macros/buildsequenceentries.C
369 - where necessary changed Int to Long to account for the high value
370 of the stereo runs
371
372 * resources/sequences.rc
373 - added two transition conditions for the calibration scripts
374 10Led_UV_PEDANDCAL_1kHz and 10LED_UV
Note: See TracBrowser for help on using the repository browser.