source: trunk/MagicSoft/Mars/Changelog@ 9264

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