Changeset 9298
- Timestamp:
- 02/05/09 14:16:06 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9297 r9298 26 26 27 27 28 2009/02/03 Thomas Bretz 29 30 * mastro/MAstroCatalog.[h,cc]: 31 - searches now all catalogs also in the datacenter default path if 32 the file could not be found 33 34 * mbase/MStatusDisplay.cc: 35 - also print information about added tabs in batch mode 36 37 * mcorsika/MCorsikaEvtHeader.h: 38 - fixed a comment 39 40 * mfileio/MWriteRootFile.cc: 41 - added some more log-output 42 - open a new /dev/null only if none with the same title already exists 43 - added some comments 44 45 * mhflux/MHEffectiveOnTime.cc: 46 - Don't call PaintText if FitH failed (as suggested by valgrind) 47 48 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc: 49 - added a title to all MWriteRootFile 50 51 * mreport/MReportCC.cc: 52 - added more comments 53 - improved log-output 54 55 56 28 57 2009/02/03 Daniela Dorner 29 58 … … 654 683 - switched off a lot of obsolete output 655 684 - changed the Magnetic field to a value corresponding to the location of 656 MAGIC at 2200m height valid for January 200 685 MAGIC at 2200m height valid for January 2009. (The old value never took 686 place there?!) The value was taken from www.noaa.gov/geomagmodels 687 688 689 690 2009/01/12 Daniel Hoehne-Moench 691 692 * datacenter/db/menu.php: 693 - bugfix: now the SumTriggerFlag is correctly displayed in the web 694 interface 695 696 697 698 2009/01/09 Daniel Hoehne-Moench 699 700 * datacenter/macros/fillcamera.C 701 - implemented new variables: zbinmin, zbinmax, number of 702 sumtriggers, sum trigger flag 703 - bugfix: for P and C runs the mirror fraction and the impact 704 parameter had unreasonable values (negative) which were filled 705 into the mcdb, now->0 706 707 * datacenter/scripts/fillcamera, mcsequences: 708 - implemented call of getdbsetup 709 710 711 712 2009/01/09 Stefan Ruegamer 713 714 * datacenter/scripts/buildsequenceentries 715 - corrected IFS argument 716 717 718 719 2009/01/08 Stefan Ruegamer 720 721 * datacenter/scripts/filesondisk 722 - added S and N runs 723 724 725 726 2009/01/07 Daniel Hoehne-Moench 727 728 * datacenter/macros/filldotrun.C: 729 - updated column counting numbers 730 - included a check for the number of columns in the runfiles 731 732 * datacenter/macros/buildsequenceentries.C: 733 - implemented SumTriggerFlagKEY for sequence building 734 735 736 737 2009/01/06 Thomas Bretz 738 739 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h, 740 mbase/MArrayI.h, mbase/MArrayS.h: 741 - removed GetSize 742 743 * mbase/MArrayF.h: 744 - added Add() 745 - added AddClipped 746 747 * mbase/MMath.[h,cc]: 748 - implemented ReSort 749 750 * mcorsika/MCorsikaEvtHeader.cc: 751 - removed obsolete comments 752 753 * mcorsika/MCorsikaRead.cc: 754 - cosmetics 755 756 * mcorsika/MCorsikaRunHeader.[h,cc]: 757 - added comments about file contents 758 - added fWavelengthMin/Max 759 760 * mextralgo/MExtralgoSpline.[h,cc]: 761 - renamed SearchY to SearchYdn 762 - fixed a problem in SearchYup (must be ++i instead of i++) 763 (this is relatively unimportant because it was only used 764 in the determination of the pulse width which we never 765 really used) 766 - added a sanity/range-check to SearchYup and SearchYdn 767 - added a comment 768 - changed the order of arguments in EvalDeriv1 769 - changed the order of arguments in EvalDeriv2 770 - accelerated EvalDeriv1 (one multiplication less) 771 - added Deriv1 function 772 - made SearchYup and SearchYdn public 773 774 * mjobs/MDataSet.cc: 775 - removed an obsolete return statement 776 777 * mraw/MRawEvtData.[h,cc]: 778 - changed pointer in AddPixel to reference 779 - added a Set function 780 781 * mraw/MRawRunHeader.[h,cc]: 782 - added a lot of fixes for wrong run numbers written by Arehucas 783 - added a fix for strange file numbers written by Arehucas 784 - added functions as monta carlo interface to set contents 785 786 * msignal/MSignalCam.cc: 787 - defined a case 9 788 789 790 791 2009/01/05 Thomas Bretz 792 793 * mhbase/MH.h: 794 - commited missing changes from last year 795 796 * merpp.cc: 797 - fixed a description 798 799 * sponde.cc: 800 - added "Multiple dataset at once" 801 802 * star.cc: 803 - removed obsolete -ff option from output 804 805 * mbase/MTime.[h,cc]: 806 - added GetBinary 807 - added WriteBinary 808 809 * mbase/MEvtLoop.cc: 810 - display paused status in status line 811 - improved pause handling
Note:
See TracChangeset
for help on using the changeset viewer.