source: trunk/MagicSoft/Mars/Changelog@ 9302

Last change on this file since 9302 was 9301, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 22.0 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/02/07 Thomas Bretz
22
23 * sponde.rc:
24 - fixed a typo
25
26 * datacenter/scripts/runcorsika:
27 - added a comment
28
29 * mbase/MContinue.h:
30 - changed a comment
31
32 * mbase/MEnv.h:
33 - Do not assign a temporary TString to const char *
34
35 * mcamera/MCameraCentralPix.[h,cc]:
36 - changed fDC from Float_t to Int_t
37
38 * mhflux/MHCollectionArea.cc, mhflux/MHDisp.cc, mhflux/MHEnergyEst.cc,
39 mhflux/MHFalseSource.cc, mhflux/MHThreshold.cc:
40 - use MString::Format instead of Form
41
42 * msim/MHPhotonEvent.cc:
43 - don't fill kNightSky primaries
44
45 * msim/MPhotonEvent.[h,cc]:
46 - return the number of non NightSky photons
47
48 * msimcamera/MSimPSF.cc:
49 - changed default for fSigma from 1 to -1
50
51
52
53 2009/02/06 Daniela Dorner
54
55 * datacenter/db/include.php:
56 - adapted status-query
57
58
59
60 2009/02/05 Daniel Hoehne-Moench
61
62 * datacenter/macros/filldotrun.C:
63 - implemented new SuperArehucas version
64
65
66
67 2009/02/03 Thomas Bretz
68
69 * mastro/MAstroCatalog.[h,cc]:
70 - searches now all catalogs also in the datacenter default path if
71 the file could not be found
72
73 * mbase/MStatusDisplay.cc:
74 - also print information about added tabs in batch mode
75
76 * mcorsika/MCorsikaEvtHeader.h:
77 - fixed a comment
78
79 * mfileio/MWriteRootFile.cc:
80 - added some more log-output
81 - open a new /dev/null only if none with the same title already exists
82 - added some comments
83
84 * mhflux/MHEffectiveOnTime.cc:
85 - Don't call PaintText if FitH failed (as suggested by valgrind)
86
87 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
88 - added a title to all MWriteRootFile
89
90 * mreport/MReportCC.cc:
91 - added more comments
92 - improved log-output
93
94
95
96 2009/02/03 Daniela Dorner
97
98 * datacenter/db/plotdb.php:
99 - sequence as default when startup
100
101 * datacenter/db/plotdb.php, datacenter/db/plot.php:
102 - added possibility to set size of plot
103
104
105
106 2009/02/03 Stefan Ruegamer
107
108 * datacenter/scripts/budb:
109 - added getdbsetup
110
111
112
113 2009/02/02 Thomas Bretz
114
115 * mcamera/MCameraCentralPix.[h,cc]:
116 - added data member fDC
117 - increased class version number accordingly
118
119 * mreport/MReportCC.cc:
120 - improved debug output
121 - remove minus from the third argument in SCHEDULE
122
123 * mreport/MReportCamera.[h,cc]:
124 - fixed for ver>=200812140
125 - added InterpretePSSEN
126 - added InterpreteLIQ
127
128 * msimcamera/MSimCamera.cc:
129 - added a time-shift uniformly according to the bin-width
130
131
132
133 2009/01/30 Thomas Bretz
134
135 * RELEASE V2.2
136
137
138 2009/02/02 Thomas Bretz
139
140 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
141 - fixed the regular expresssion
142
143
144
145 2009/01/30 Thomas Bretz
146
147 * datacenter/macros/fillcmt.C:
148 - added
149
150 * datacenter/macros/plotstat.C:
151 - extended loop to show all periods again
152
153 * msim/MPhotonData.cc:
154 - don't change the sign of the cosines. The direction of the
155 particle doesn't neet to be changed
156
157 * msimreflector/MSimReflector.cc:
158 - change the rotation matrix to fit the change in MPhotonData
159
160
161
162 2009/01/29 Thomas Bretz
163
164 * melectronics/MPulseShape.cc:
165 - changed spline range from -25/25 to -8/8
166
167 * mhflux/MAlphaFitter.cc, mhflux/MHAlpha.cc, mhflux/MHDisp.cc:
168 - for sanity (thread safety) replaced Form by MString::Format
169
170 * mhflux/MHDisp.cc:
171 - initialize fHalf as suggested by valgrind
172
173 * datacenter/macros/plotdb.C:
174 - updated comments
175
176 * resources/calibration_spline.rc:
177 - updated
178
179
180
181 2009/01/27 Thomas Bretz
182
183 * macros/rootlogon.C:
184 - added new subdirectories
185
186 * melectronics/MAnalogSignal.[h,cc]:
187 - added the posssibility to add a pulse from a TF1
188 - removed the printout if out of range
189 - returns whether the range had to be adapted
190 - changed the Discriminate function to allow for giving a start
191 and end time of the search
192 - imporved the fining of the falling and rising edge
193 - removed the printout in Discriminate
194
195 * msimcamera/MSimCamera.[h,cc]:
196 - moved the pulse shape specific code into a new class MPulseShape
197 - Fixed the range of the digitization
198
199 * melectronics/MPulseShape.[h,cc]:
200 - added
201
202 * melectronics/Makefile, melectronics/ElectronicsLinkDef.h:
203 - added MPulseShape
204
205 * msimcamera/MSimGeomCam.[h,cc]:
206 - Fixed the time window for random photons (Maybe move to a later
207 step in the analysis?)
208
209 * msimcamera/MSimReadout.cc:
210 - call SetReadyToSave for the run-header
211 - added some debug output in case of failure
212
213 * msimcamera/MSimSignalCam.[h,cc]:
214 - subtract the trigger position of any
215
216 * msimcamera/MSimTrigger.cc:
217 - some changes to the debug output
218
219 * mjobs/MJSimulation.[h,cc]:
220 - added
221
222 * mjobs/Makefile, mjobs/JobsLinkDef.h:
223 - added MJSimulation
224
225 * ceres.cc, showlog.cc, callisto.cc, star.cc, ganymed.cc, sponde.cc:
226 - added parenthesis suggested by compiler
227
228 * mbase/MParEnv.cc:
229 - included TClass for newwer root versions
230
231 * msimreflector/MReflector.cc:
232 - fixed return if read file was not existing
233
234 * msimrelfector/MSimReflector.cc:
235 - added sanity check if reflector is valid
236
237 * datacenter/macros/insertdataset.C:
238 - added fPriority
239
240 * datacenter/macros/plotoptical.C:
241 - write a root-file as the other plot-macros do
242
243 * mreflector/MHReflector.cc:
244 - added some SetDirectory(NULL), although this class is a candidate
245 for removal
246
247 * mjobs/MJCut.cc, mjobs/MJCalibrateSignal.cc:
248 - make the CheckEnv fail if kFALSE is returned
249
250
251
252 2009/01/26 Thomas Bretz
253
254 * Makefile:
255 - added mcorsika, msim, msimreflector, msimcamera and
256 msimelectronics
257 - added readcorsika
258
259 * mbase/Makefile, mbase/BaseLinkDef.h:
260 - added MParEnv
261
262 * mbase/MParEnv.[h,cc]:
263 - added
264
265 * mbase/MParameters.[h,cc]:
266 - added ReadEnv to all classes
267
268 * mbase/MParList.cc:
269 - return the container within MParEnv if MParEnv found
270
271 * mbase/MParContainer.cc:
272 - fixed a typo
273
274 * manalysis/MEventRateCalc.cc:
275 - added a comment
276
277 * melectronics/MAnalogChannels.[h,cc]:
278 - made the GetNum* unsigned
279 - added new member functions to just initialize one size
280
281 * mraw/MRawRunHeader.[h,cc]:
282 - added a possibility to just init the number of pixels
283
284 * msimcamera/MSimReadout.[h,cc]:
285 - get the number of output channels from the camera geometry
286 - initialize the runheader in ReInit
287 - initialize the data arrays from the run-header in reinit
288
289 * mimage/MHHillas.cc:
290 - the default binning is not scales by 0.9 anymore
291
292 * mmc/MMcEvtBasic.h:
293 - added new type "artificial"
294
295 * mraw/MRawRunHeader.cc:
296 - set header size in constructor to 0
297
298 * msimcamera/MSimCalibrationSignal.[h,cc]:
299 - we need fEvt and fTrigger always
300 - renamed ReInit to CallReInit
301 - set photon primary type
302 - set number of photons from 50 to 5
303
304 * msimcamera/MSimRandomPhotons.cc:
305 - explicitly set weight to 1
306
307 * mjobs/Makefile:
308 - added msim, msimreflector, msimcamera and mcorsika
309
310
311
312 2009/01/25 Thomas Bretz
313
314 * mbase/Makefile, mbase/BaseLinkDef.h:
315 - added MLut
316
317 * mbase/MLut.[h,cc]:
318 - added
319
320 * msimcamera/MSimCamera.[h,cc], msimcamera/MSimTrigger.[h,cc],
321 msimcamera/MSimRadout.[h,cc], msimcamera/SimCameraLinkDef.h,
322 msimcamera/Makefile, msimcamera/MSimCalibrationSignal.[h,cc],
323 msimcamera/SimCameraIncl,h:
324 - added
325
326 * mjobs/MJob.cc:
327 - included TClass for newer root versions
328
329 * mreflector/MRflEvtData.cc:
330 - repaced a use of MHexagon by a direct use of MGeomCam
331
332 * melectronics/MAvalanchePhotoDiode.[h,cc]:
333 - added some getters
334 - remobved some obsolete comment
335 - set entries to 1 by default
336
337 * mgeom/MGeomCam.[h,cc]:
338 - split the Get[Max,Min]Radius into two member functions
339 - added the HitDetector based on the maximum radius calculated
340
341 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
342 - removed overloading of the new HitDetector
343
344 * mgeom/MGeomPix.[h,cc]:
345 - reset fUserBits in constructor according to a suggestion by valgrind
346 - added GetT member function
347
348 * mjobs/MJSpectrum.cc:
349 - replaced some Form calls for sanity by MString::Format
350 - check the result of CheckEnv
351
352 * mjobs/MJStar.cc:
353 - check the result of CheckEnv
354
355 * mjobs/MJob.cc:
356 - fixed a typo in the name for the seed value resource
357
358 * mraw/MRawRunHeader.h:
359 - added a getter for run type point run
360
361 * msignal/MSignalCalc.cc:
362 - don't execute Process at all if fPedestal==NULL
363
364 * msignal/MSignalCam.cc:
365 - aded case 10 and 11 to GetPixelContent
366
367 * msim/MHPhotonEvent.cc:
368 - replaced case 4 by using the traversal distance in the 0-pixel
369
370 * msimcamera/MSimSignalCam.cc:
371 - set pixel only to used if contents>0
372
373 * msimcamera/MSimTrigger.[h,cc]:
374 - added ReadEnv for setup from a resource file
375 - compress the trigger list after deleting slots
376 - initialize descriminator threshold with -1
377 - check for the validity of the discr. th in PreProcess
378
379 * msimreflector/MReflector.[h,cc]:
380 - store file name in title
381 - added ReadEnv for setup from a resource file
382
383 * msimreflector/MSimReflector.[h,cc]:
384 - changed copyright notice
385 - added fDetectorMargin
386
387
388
389
390 2009/01/24 Thomas Bretz
391
392 * mbase/MMath.cc:
393 - added two explicit conversion to make it compile on my Ubuntu
394 - Replaced some Form by MString::Format
395 - included MString
396
397
398
399 2009/01/23 Daniela Dorner
400
401 * datacenter/db/showplots-ds.php, datacenter/db/tabs.php,
402 datacenter/db/plot.php:
403 - adapted path to new web file structure
404
405 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php:
406 - added option to group by date (year, month, night): pulldown in
407 menu and adapted query
408
409 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php
410 datacenter/db/datasetinfo-aio.php:
411 - enabled possibility to combine all group-bys
412
413 * datacenter/db/datasetinfo-aio.php:
414 - enhances information printed in table in case of group-by
415
416 * datacenter/db/include.php:
417 - adapted pulldown of status-group-by
418
419 * datacenter/db/menu.php:
420 - added pulldown for sumtrigger-flag to sequinfo-menu
421 - added function to print pulldown for group-by date
422
423
424
425 2009/01/23 Thomas Bretz
426
427 * mcorsika/MCorsikaEvtHeader.[h,cc], msim/MPhotonData.[h,cc],
428 msimcamera/MSimExcessNoise.cc, msimreflector/MMirrorDisk.cc,
429 msimreflector/MMirrorHex.cc, msimreflector/MMirrorSquare.[h,cc],
430 msimreflector/MReflector.cc, msimreflector/MSimReflector.cc,
431 melectronics/MAnalogSignal.cc:
432 - moved code which needs TMath to source file
433 - included TMath for newer root versions
434 - included TObjArray for newer root versions
435
436 * msimcamera/MSimAPD.[h,cc], msimcamera/MSimBundlePhotons.[h,cc],
437 msimcamera/MSimRandomPhotons.[h,cc]:
438 - added
439
440 * melectronics/Makefile, melectronics/MAnalogChannels.[h,cc],
441 melectronics/ElectronicsIncl.h, melectronics/ElectronicsLinkDef.h,
442 melectronics/MDigitalSignal.[h,cc],
443 melectronics/MAnalogSignal.[h,cc],
444 melectronics/MAvalanchePhotoDiode.[h,cc]:
445 - added
446
447 * msim/M*.cc, msimreflector/M*.cc, msimcamera/M*.cc:
448 - changed copyright notice
449
450 * mjobs/MJob.[h,cc]:
451 - for convinience replaced GetEnvValue by GetEnvValue2
452 - added initialization of the random number generator
453
454 * ceres.cc, mcorsika/CorsikaIncl.h:
455 - added
456
457
458
459 2009/01/22 Thomas Bretz
460
461 * mraw/MRawRunHeader.h:
462 - added new functions to access the runtype
463
464 * msim/MPhotonData.cc:
465 - removed some obsolete comments
466
467 * msim/MPhotonEvent.[h,cc]
468 - added some comments
469 - added new member function GetFirst and GetLast
470 - UnSort the array after reading new data
471 - removed some old obsolete code
472 - added new meber function Sort and IsSorted
473
474 * msimreflector/MSimReflector.cc:
475 - force sorting of the array
476
477 * msimcamera/MSimPSF.[h,cc], msimcamera/MSimGeomCam.[h,cc],
478 msimcamera/MSimExcessNoise.[h,cc], msimcamera/MSimSignalCam.[h,cc]:
479 - added
480
481
482
483 2009/01/21 Thomas Bretz
484
485 * mbase/BaseLinkDef.h, mbase/Makefile:
486 - added MQuaternion
487 - added MReflection
488
489 * mbase/MQuaternion.[h,cc], mbase/MReflection.[h,cc]:
490 - added
491
492 * mbase/MArrayI.[h,cc]:
493 - added a few new functions (ReSort, Add, Find and AddUniq)
494
495 * mbase/MMath.cc:
496 - replaced delete by delete[] where appropriate
497
498 * mgeom/MGeomCam.h:
499 - added new virtual functions HitFrame and HitDetector
500 - included MQuaternion
501
502 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
503 - added new functions HitFrame and HitDetector:
504
505 * msim/MHPhotonEvent.cc:
506 - removed the reference to MCamera
507
508 * mgeom/MGeomPix.[h,cc], mgui/MHexagon.[h,cc]:
509 - moved DistanceToPrimitive from MHexagon to MGeomPix
510 - moved the funtions to calculate overlapping areas
511 also, but they are still in a comment
512
513 * mgui/MHexagon.[h,cc]:
514 - started implementing a rotation angle
515 - added data meber fPhi
516 - increased class version number
517
518 * mhist/MHCamera.cc, mtools/MagicJam.cc:
519 - we don't have to use a MHexagon anymore caluclating
520 DistanceToPrimitive
521
522 * msimreflector/MMirror.[h,cc], msimreflector/MMirrorSquare.[h,cc],
523 msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorDisk.[h,cc],
524 msimreflector/MReflector.[h,cc], msimreflector/MSimReflector.[h,cc],
525 msimreflector/Makefile, msimreflector/SimReflectorLinkDef.h,
526 msimreflector/SimReflectorIncl.h:
527 - added
528
529
530
531 2009/01/21 Stefan Ruegamer
532
533 * datacenter/scripts/read_lapalma-tapes:
534 - added check of the tape slot when exporting the tapes
535
536
537
538 2009/01/20 Thomas Bretz
539
540 * mjobs/MJob.h:
541 - added Esc member function
542
543 * msim/MPhotonData.[h,cc], msim/MPhotonEvent.[h,cc],
544 msim/MSimAbsorption.[h,cc], msim/MSimPointingPos.[h,cc],
545 MHPhotonEvent.[h,cc], msim/Makefile, msim/SimIncl.h
546 msim/SimLinkDef.h:
547 - added
548
549
550 2009/01/19 Thomas Bretz
551
552 * mfileio/MWriteRootFile.cc:
553 - simplified how the rules are evaluated using TPregexp
554 - by this the rules got more powerful
555
556 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
557 - changed ols style rule to new style
558
559
560
561 2009/01/18 Thomas Bretz
562
563 * mbase/BaseLinkDef.h, mbase/Makefile:
564 - added MSpline3
565
566 * mcorsika/MCorsikaEvtHeader.cc:
567 - some little cosmetics
568
569 * mcorsika/MCorsikaEvtHeader.h:
570 - added some missing getters
571
572 * mcorsika/MCorsikaRunHeader.cc:
573 - removed some obsolete comments
574 - reordered some comments
575
576 * mextralgo/MExtralgoSpline.h:
577 - changed default in GetIntegral from true to false
578
579 * mraw/MRawEvtHeader.h:
580 - added Setter for DAQEventNumber
581
582 * mraw/MRawRunHeader.cc:
583 - start pixel hardware indices with 1 not with 0
584
585
586
587 2009/01/17 Thomas Bretz
588
589 * mbase/MMath.[h,cc]:
590 - added a new function RndmExp which should be a tiny bit faster than
591 root's own implementation because it ises Rndm() instead of Uniform()
592
593 * mextralgo/ExtralgoIncl.h:
594 - added MArrayF
595
596 * mextralgo/MExtralgoSpline.[h,cc]:
597 - divided FindY into FindYup and FindYdn to avoid an obsolete if-clause
598 - added a new member function to return the integral function of the
599 spline. This is useful to init a new spline and use it for
600 producing the proper random distribution.
601
602 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
603 - added Print() function
604
605 * mraw/MRawEvtData.[h,cc]:
606 - added a member function to Reset the arrays
607 - added member function to set the pixel indices
608 - Improved the new Set function
609
610 * readcorsika.cc:
611 - added
612
613
614
615 2009/01/16 Daniel Hoehne-Moench
616
617 * datacenter/scripts/mcsequences:
618 - implemented sumtrigger -> modes, fTriggerFlagKEY
619 - fPriority(MCSequenceProcessStatus) is now filled into the mcdb
620
621 * datacenter/scripts/fillmccallisto, fillmcstar:
622 - bugfix: changed argument of $primaries from [$s+$s] to [$s]
623
624 * datacenter/macros/fillcamera.C:
625 - changed NumPheFromDNSB to float(7,3)
626 - fPriority(MCRunProcessStatus) is now filled into the mcdb
627
628 * datacenter/macros/fillmccalib.C:
629 - minor changes, bugfix (wrong column name for mcdb)
630
631 * datacenter/macros/fillmcsignal.C:
632 - definition of some parameters changed according to fillsignal.C
633 - minor changes, deleted unnecessary code
634 - implemented if clause for HiLo-Parameters. Instead of
635 seqno<200000 the fAmplFadcKEY is queried in the mcdb for each
636 sequence. For MUX MCs the HiLo-Parameters are not calculated.
637
638
639
640 2009/01/15 Thomas Bretz
641
642 * callisto.cc:
643 - cosmetics to output
644
645 * mcorsika/MCorsikaRunHeader.cc:
646 - cosmetics (removed a ;;)
647
648 * mhist/MHEvent.[h,cc]:
649 - ReInit to allow the change of the camera geoemtry in ReInit
650
651
652
653 2009/01/15 Stefan Ruegamer
654
655 * datacenter/scripts/dodatacheck:
656 - removed the _E in the find command; files from 2008/06/04 on do
657 not have it any more
658
659
660
661 2009/01/14 Daniel Hoehne-Moench
662
663 * datacenter/scripts/sourcefile:
664 - extended errorcoding on mc run process status
665
666 * datacenter/scripts/runmccallisto, runmcstar:
667 - deleted unnecessary lines, adapted to primary structure
668
669 * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C:
670 - added
671
672 * datacenter/scripts/fillmccallisto, fillmcstar:
673 - added
674
675
676
677 2009/01/14 Thomas Bretz
678
679 * readraw.cc:
680 - check first whether the file exist before adding the extension
681
682 * mbase/MMath.[h,cc]:
683 - added function to Re-sort an array
684
685 * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
686 - Improved output
687
688 * mfileio/MWriteRootFile.cc:
689 - fixed a problem which prevented to open more than one /dev/null
690 devices independantly
691
692 * mgeom/MGeomCam.cc:
693 - cosmetics
694
695 * mgeom/MGeomCamDwarf.h:
696 - fixed a typo in an ifdef
697
698 * mgeom/MGeomPix.[h,cc]:
699 - added funtion to return positon as TVector2
700 - slightly improved the algorithm to check IsInside
701 - fixed the conditional signs for the orientation of pixels
702 in GetDirection
703
704 * mmain/MEventDisplay.cc:
705 - Give different names to the MPedestalSubtract tasks
706 - fixed buttons
707 - call AddGeometryTags after ReInit to allow reading new geometries in
708 ReInit
709
710 * mmc/MMcEvtBasic.h:
711 - added a new primary type kNightSky
712
713 * mraw/MRawEvtPixelIter.h:
714 - replaced type of the number of bytes by UInt_t
715
716 * mraw/MRawRunHeader.h:
717 - allow to validate the magic-number from outside (for MCs)
718
719 * datacenter/scripts/runcorsika:
720 - added a lot of comments
721 - reordered values in input card
722 - switched off a lot of obsolete output
723 - changed the Magnetic field to a value corresponding to the location of
724 MAGIC at 2200m height valid for January 2009. (The old value never took
725 place there?!) The value was taken from www.noaa.gov/geomagmodels
726
727
728
729 2009/01/12 Daniel Hoehne-Moench
730
731 * datacenter/db/menu.php:
732 - bugfix: now the SumTriggerFlag is correctly displayed in the web
733 interface
734
735
736
737 2009/01/09 Daniel Hoehne-Moench
738
739 * datacenter/macros/fillcamera.C
740 - implemented new variables: zbinmin, zbinmax, number of
741 sumtriggers, sum trigger flag
742 - bugfix: for P and C runs the mirror fraction and the impact
743 parameter had unreasonable values (negative) which were filled
744 into the mcdb, now->0
745
746 * datacenter/scripts/fillcamera, mcsequences:
747 - implemented call of getdbsetup
748
749
750
751 2009/01/09 Stefan Ruegamer
752
753 * datacenter/scripts/buildsequenceentries
754 - corrected IFS argument
755
756
757
758 2009/01/08 Stefan Ruegamer
759
760 * datacenter/scripts/filesondisk
761 - added S and N runs
762
763
764
765 2009/01/07 Daniel Hoehne-Moench
766
767 * datacenter/macros/filldotrun.C:
768 - updated column counting numbers
769 - included a check for the number of columns in the runfiles
770
771 * datacenter/macros/buildsequenceentries.C:
772 - implemented SumTriggerFlagKEY for sequence building
773
774
775
776 2009/01/06 Thomas Bretz
777
778 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
779 mbase/MArrayI.h, mbase/MArrayS.h:
780 - removed GetSize
781
782 * mbase/MArrayF.h:
783 - added Add()
784 - added AddClipped
785
786 * mbase/MMath.[h,cc]:
787 - implemented ReSort
788
789 * mcorsika/MCorsikaEvtHeader.cc:
790 - removed obsolete comments
791
792 * mcorsika/MCorsikaRead.cc:
793 - cosmetics
794
795 * mcorsika/MCorsikaRunHeader.[h,cc]:
796 - added comments about file contents
797 - added fWavelengthMin/Max
798
799 * mextralgo/MExtralgoSpline.[h,cc]:
800 - renamed SearchY to SearchYdn
801 - fixed a problem in SearchYup (must be ++i instead of i++)
802 (this is relatively unimportant because it was only used
803 in the determination of the pulse width which we never
804 really used)
805 - added a sanity/range-check to SearchYup and SearchYdn
806 - added a comment
807 - changed the order of arguments in EvalDeriv1
808 - changed the order of arguments in EvalDeriv2
809 - accelerated EvalDeriv1 (one multiplication less)
810 - added Deriv1 function
811 - made SearchYup and SearchYdn public
812
813 * mjobs/MDataSet.cc:
814 - removed an obsolete return statement
815
816 * mraw/MRawEvtData.[h,cc]:
817 - changed pointer in AddPixel to reference
818 - added a Set function
819
820 * mraw/MRawRunHeader.[h,cc]:
821 - added a lot of fixes for wrong run numbers written by Arehucas
822 - added a fix for strange file numbers written by Arehucas
823 - added functions as monta carlo interface to set contents
824
825 * msignal/MSignalCam.cc:
826 - defined a case 9
827
828
829
830 2009/01/05 Thomas Bretz
831
832 * mhbase/MH.h:
833 - commited missing changes from last year
834
835 * merpp.cc:
836 - fixed a description
837
838 * sponde.cc:
839 - added "Multiple dataset at once"
840
841 * star.cc:
842 - removed obsolete -ff option from output
843
844 * mbase/MTime.[h,cc]:
845 - added GetBinary
846 - added WriteBinary
847
848 * mbase/MEvtLoop.cc:
849 - display paused status in status line
850 - improved pause handling
Note: See TracBrowser for help on using the repository browser.