source: trunk/MagicSoft/Mars/Changelog@ 9267

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