source: trunk/MagicSoft/Mars/Changelog@ 9253

Last change on this file since 9253 was 9253, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 12.7 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 2009/01/24 Thomas Bretz
22
23 * mbase/MMath.cc:
24 - added two explicit conversion to make it compile on my Ubuntu
25 - Replaced some Form by MString::Format
26 - included MString
27
28
29
30 2009/01/23 Daniela Dorner
31
32 * datacenter/db/showplots-ds.php, datacenter/db/tabs.php,
33 datacenter/db/plot.php:
34 - adapted path to new web file structure
35
36 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php:
37 - added option to group by date (year, month, night): pulldown in
38 menu and adapted query
39
40 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php
41 datacenter/db/datasetinfo-aio.php:
42 - enabled possibility to combine all group-bys
43
44 * datacenter/db/datasetinfo-aio.php:
45 - enhances information printed in table in case of group-by
46
47 * datacenter/db/include.php:
48 - adapted pulldown of status-group-by
49
50 * datacenter/db/menu.php:
51 - added pulldown for sumtrigger-flag to sequinfo-menu
52 - added function to print pulldown for group-by date
53
54
55
56 2009/01/23 Thomas Bretz
57
58 * mcorsika/MCorsikaEvtHeader.[h,cc], msim/MPhotonData.[h,cc],
59 msimcamera/MSimExcessNoise.cc, msimreflector/MMirrorDisk.cc,
60 msimreflector/MMirrorHex.cc, msimreflector/MMirrorSquare.[h,cc],
61 msimreflector/MReflector.cc, msimreflector/MSimReflector.cc,
62 melectronics/MAnalogSignal.cc:
63 - moved code which needs TMath to source file
64 - included TMath for newer root versions
65 - included TObjArray for newer root versions
66
67 * msimcamera/MSimAPD.[h,cc], msimcamera/MSimBundlePhotons.[h,cc],
68 msimcamera/MSimRandomPhotons.[h,cc]:
69 - added
70
71 * melectronics/Makefile, melectronics/MAnalogChannels.[h,cc],
72 melectronics/ElectronicsIncl.h, melectronics/ElectronicsLinkDef.h,
73 melectronics/MDigitalSignal.[h,cc],
74 melectronics/MAnalogSignal.[h,cc],
75 melectronics/MAvalanchePhotoDiode.[h,cc]:
76 - added
77
78 * msim/M*.cc, msimreflector/M*.cc, msimcamera/M*.cc:
79 - changed copyright notice
80
81
82
83 2009/01/22 Thomas Bretz
84
85 * mraw/MRawRunHeader.h:
86 - added new functions to access the runtype
87
88 * msim/MPhotonData.cc:
89 - removed some obsolete comments
90
91 * msim/MPhotonEvent.[h,cc]
92 - added some comments
93 - added new member function GetFirst and GetLast
94 - UnSort the array after reading new data
95 - removed some old obsolete code
96 - added new meber function Sort and IsSorted
97
98 * msimreflector/MSimReflector.cc:
99 - force sorting of the array
100
101 * msimcamera/MSimPSF.[h,cc], msimcamera/MSimGeomCam.[h,cc],
102 msimcamera/MSimExcessNoise.[h,cc], msimcamera/MSimSignalCam.[h,cc]:
103 - added
104
105
106
107 2009/01/21 Thomas Bretz
108
109 * mbase/BaseLinkDef.h, mbase/Makefile:
110 - added MQuaternion
111 - added MReflection
112
113 * mbase/MQuaternion.[h,cc], mbase/MReflection.[h,cc]:
114 - added
115
116 * mbase/MArrayI.[h,cc]:
117 - added a few new functions (ReSort, Add, Find and AddUniq)
118
119 * mbase/MMath.cc:
120 - replaced delete by delete[] where appropriate
121
122 * mgeom/MGeomCam.h:
123 - added new virtual functions HitFrame and HitDetector
124 - included MQuaternion
125
126 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
127 - added new functions HitFrame and HitDetector:
128
129 * msim/MHPhotonEvent.cc:
130 - removed the reference to MCamera
131
132 * mgeom/MGeomPix.[h,cc], mgui/MHexagon.[h,cc]:
133 - moved DistanceToPrimitive from MHexagon to MGeomPix
134 - moved the funtions to calculate overlapping areas
135 also, but they are still in a comment
136
137 * mgui/MHexagon.[h,cc]:
138 - started implementing a rotation angle
139 - added data meber fPhi
140 - increased class version number
141
142 * mhist/MHCamera.cc, mtools/MagicJam.cc:
143 - we don't have to use a MHexagon anymore caluclating
144 DistanceToPrimitive
145
146 * msimreflector/MMirror.[h,cc], msimreflector/MMirrorSquare.[h,cc],
147 msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorDisk.[h,cc],
148 msimreflector/MReflector.[h,cc], msimreflector/MSimReflector.[h,cc],
149 msimreflector/Makefile, msimreflector/SimReflectorLinkDef.h,
150 msimreflector/SimReflectorIncl.h:
151 - added
152
153
154
155 2009/01/21 Stefan Ruegamer
156
157 * datacenter/scripts/read_lapalma-tapes:
158 - added check of the tape slot when exporting the tapes
159
160
161
162 2009/01/20 Thomas Bretz
163
164 * mjobs/MJob.h:
165 - added Esc member function
166
167 * msim/MPhotonData.[h,cc], msim/MPhotonEvent.[h,cc],
168 msim/MSimAbsorption.[h,cc], msim/MSimPointingPos.[h,cc],
169 MHPhotonEvent.[h,cc], msim/Makefile, msim/SimIncl.h
170 msim/SimLinkDef.h:
171 - added
172
173
174 2009/01/19 Thomas Bretz
175
176 * mfileio/MWriteRootFile.cc:
177 - simplified how the rules are evaluated using TPregexp
178 - by this the rules got more powerful
179
180 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
181 - changed ols style rule to new style
182
183
184
185 2009/01/18 Thomas Bretz
186
187 * mbase/BaseLinkDef.h, mbase/Makefile:
188 - added MSpline3
189
190 * mcorsika/MCorsikaEvtHeader.cc:
191 - some little cosmetics
192
193 * mcorsika/MCorsikaEvtHeader.h:
194 - added some missing getters
195
196 * mcorsika/MCorsikaRunHeader.cc:
197 - removed some obsolete comments
198 - reordered some comments
199
200 * mextralgo/MExtralgoSpline.h:
201 - changed default in GetIntegral from true to false
202
203 * mraw/MRawEvtHeader.h:
204 - added Setter for DAQEventNumber
205
206 * mraw/MRawRunHeader.cc:
207 - start pixel hardware indices with 1 not with 0
208
209
210
211 2009/01/17 Thomas Bretz
212
213 * mbase/MMath.[h,cc]:
214 - added a new function RndmExp which should be a tiny bit faster than
215 root's own implementation because it ises Rndm() instead of Uniform()
216
217 * mextralgo/ExtralgoIncl.h:
218 - added MArrayF
219
220 * mextralgo/MExtralgoSpline.[h,cc]:
221 - divided FindY into FindYup and FindYdn to avoid an obsolete if-clause
222 - added a new member function to return the integral function of the
223 spline. This is useful to init a new spline and use it for
224 producing the proper random distribution.
225
226 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
227 - added Print() function
228
229 * mraw/MRawEvtData.[h,cc]:
230 - added a member function to Reset the arrays
231 - added member function to set the pixel indices
232 - Improved the new Set function
233
234 * readcorsika.cc:
235 - added
236
237
238
239 2009/01/16 Daniel Hoehne-Moench
240
241 * datacenter/scripts/mcsequences:
242 - implemented sumtrigger -> modes, fTriggerFlagKEY
243 - fPriority(MCSequenceProcessStatus) is now filled into the mcdb
244
245 * datacenter/scripts/fillmccallisto, fillmcstar:
246 - bugfix: changed argument of $primaries from [$s+$s] to [$s]
247
248 * datacenter/macros/fillcamera.C:
249 - changed NumPheFromDNSB to float(7,3)
250 - fPriority(MCRunProcessStatus) is now filled into the mcdb
251
252 * datacenter/macros/fillmccalib.C:
253 - minor changes, bugfix (wrong column name for mcdb)
254
255 * datacenter/macros/fillmcsignal.C:
256 - definition of some parameters changed according to fillsignal.C
257 - minor changes, deleted unnecessary code
258 - implemented if clause for HiLo-Parameters. Instead of
259 seqno<200000 the fAmplFadcKEY is queried in the mcdb for each
260 sequence. For MUX MCs the HiLo-Parameters are not calculated.
261
262
263
264 2009/01/15 Thomas Bretz
265
266 * callisto.cc:
267 - cosmetics to output
268
269 * mcorsika/MCorsikaRunHeader.cc:
270 - cosmetics (removed a ;;)
271
272 * mhist/MHEvent.[h,cc]:
273 - ReInit to allow the change of the camera geoemtry in ReInit
274
275
276
277 2009/01/15 Stefan Ruegamer
278
279 * datacenter/scripts/dodatacheck:
280 - removed the _E in the find command; files from 2008/06/04 on do
281 not have it any more
282
283
284
285 2009/01/14 Daniel Hoehne-Moench
286
287 * datacenter/scripts/sourcefile:
288 - extended errorcoding on mc run process status
289
290 * datacenter/scripts/runmccallisto, runmcstar:
291 - deleted unnecessary lines, adapted to primary structure
292
293 * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C:
294 - added
295
296 * datacenter/scripts/fillmccallisto, fillmcstar:
297 - added
298
299
300
301 2009/01/14 Thomas Bretz
302
303 * readraw.cc:
304 - check first whether the file exist before adding the extension
305
306 * mbase/MMath.[h,cc]:
307 - added function to Re-sort an array
308
309 * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
310 - Improved output
311
312 * mfileio/MWriteRootFile.cc:
313 - fixed a problem which prevented to open more than one /dev/null
314 devices independantly
315
316 * mgeom/MGeomCam.cc:
317 - cosmetics
318
319 * mgeom/MGeomCamDwarf.h:
320 - fixed a typo in an ifdef
321
322 * mgeom/MGeomPix.[h,cc]:
323 - added funtion to return positon as TVector2
324 - slightly improved the algorithm to check IsInside
325 - fixed the conditional signs for the orientation of pixels
326 in GetDirection
327
328 * mmain/MEventDisplay.cc:
329 - Give different names to the MPedestalSubtract tasks
330 - fixed buttons
331 - call AddGeometryTags after ReInit to allow reading new geometries in
332 ReInit
333
334 * mmc/MMcEvtBasic.h:
335 - added a new primary type kNightSky
336
337 * mraw/MRawEvtPixelIter.h:
338 - replaced type of the number of bytes by UInt_t
339
340 * mraw/MRawRunHeader.h:
341 - allow to validate the magic-number from outside (for MCs)
342
343 * datacenter/scripts/runcorsika:
344 - added a lot of comments
345 - reordered values in input card
346 - switched off a lot of obsolete output
347 - changed the Magnetic field to a value corresponding to the location of
348 MAGIC at 2200m height valid for January 2009. (The old value never took
349 place there?!) The value was taken from www.noaa.gov/geomagmodels
350
351
352
353 2009/01/12 Daniel Hoehne-Moench
354
355 * datacenter/db/menu.php:
356 - bugfix: now the SumTriggerFlag is correctly displayed in the web
357 interface
358
359
360
361 2009/01/09 Daniel Hoehne-Moench
362
363 * datacenter/macros/fillcamera.C
364 - implemented new variables: zbinmin, zbinmax, number of
365 sumtriggers, sum trigger flag
366 - bugfix: for P and C runs the mirror fraction and the impact
367 parameter had unreasonable values (negative) which were filled
368 into the mcdb, now->0
369
370 * datacenter/scripts/fillcamera, mcsequences:
371 - implemented call of getdbsetup
372
373
374
375 2009/01/09 Stefan Ruegamer
376
377 * datacenter/scripts/buildsequenceentries
378 - corrected IFS argument
379
380
381
382 2009/01/08 Stefan Ruegamer
383
384 * datacenter/scripts/filesondisk
385 - added S and N runs
386
387
388
389 2009/01/07 Daniel Hoehne-Moench
390
391 * datacenter/macros/filldotrun.C:
392 - updated column counting numbers
393 - included a check for the number of columns in the runfiles
394
395 * datacenter/macros/buildsequenceentries.C:
396 - implemented SumTriggerFlagKEY for sequence building
397
398
399
400 2009/01/06 Thomas Bretz
401
402 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
403 mbase/MArrayI.h, mbase/MArrayS.h:
404 - removed GetSize
405
406 * mbase/MArrayF.h:
407 - added Add()
408 - added AddClipped
409
410 * mbase/MMath.[h,cc]:
411 - implemented ReSort
412
413 * mcorsika/MCorsikaEvtHeader.cc:
414 - removed obsolete comments
415
416 * mcorsika/MCorsikaRead.cc:
417 - cosmetics
418
419 * mcorsika/MCorsikaRunHeader.[h,cc]:
420 - added comments about file contents
421 - added fWavelengthMin/Max
422
423 * mextralgo/MExtralgoSpline.[h,cc]:
424 - renamed SearchY to SearchYdn
425 - fixed a problem in SearchYup (must be ++i instead of i++)
426 (this is relatively unimportant because it was only used
427 in the determination of the pulse width which we never
428 really used)
429 - added a sanity/range-check to SearchYup and SearchYdn
430 - added a comment
431 - changed the order of arguments in EvalDeriv1
432 - changed the order of arguments in EvalDeriv2
433 - accelerated EvalDeriv1 (one multiplication less)
434 - added Deriv1 function
435 - made SearchYup and SearchYdn public
436
437 * mjobs/MDataSet.cc:
438 - removed an obsolete return statement
439
440 * mraw/MRawEvtData.[h,cc]:
441 - changed pointer in AddPixel to reference
442 - added a Set function
443
444 * mraw/MRawRunHeader.[h,cc]:
445 - added a lot of fixes for wrong run numbers written by Arehucas
446 - added a fix for strange file numbers written by Arehucas
447 - added functions as monta carlo interface to set contents
448
449 * msignal/MSignalCam.cc:
450 - defined a case 9
451
452
453
454 2009/01/05 Thomas Bretz
455
456 * mhbase/MH.h:
457 - commited missing changes from last year
458
459 * merpp.cc:
460 - fixed a description
461
462 * sponde.cc:
463 - added "Multiple dataset at once"
464
465 * star.cc:
466 - removed obsolete -ff option from output
467
468 * mbase/MTime.[h,cc]:
469 - added GetBinary
470 - added WriteBinary
471
472 * mbase/MEvtLoop.cc:
473 - display paused status in status line
474 - improved pause handling
475
476
Note: See TracBrowser for help on using the repository browser.