source: trunk/MagicSoft/Mars/Changelog@ 9262

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