Changeset 7368
- Timestamp:
- 09/27/05 16:57:55 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7365 r7368 19 19 -*-*- END OF LINE -*-*- 20 20 21 2005/09/27 Thomas Bretz 22 23 * mbase/MTime.[h,cc]: 24 - added function GetMoonPhase 25 - added function GetMoonPeriod 26 - added function GetMagicPeriod 27 28 * mcalib/MCalibrationRelTimeCalc.[h,cc]: 29 - fixed some wrong text alignment in output (therfor added 30 new member function) 31 32 * mmuon/MHMuonPar.[h,cc]: 33 - commented out old obsolete member function 34 35 * mmuon/MHSingleMuon.[h,cc]: 36 - if(abs(x-m)<x0) instead of if(x0<x-m && x0>x+m) 37 - changed the binning of the time histogram such that 38 there is a bin symmetric to 0 39 - reduced the start value sigma from 0.3 to 0.2 40 - added new member function CalcSize 41 42 * mmuon/MMuonSearchPar.[h,cc]: 43 - adapted some variable names to standard 44 - increased version number due to new variables in header 45 - added corresponding comment 46 47 * mmuon/MMuonCalibParCalc.cc: 48 - replaced wrong calculation of size via integral by 49 new member function CalcSize 50 51 52 21 53 2005/09/26 Markus Meyer 22 54 23 * mmuon/MMuonSearchPar. cc/.h:55 * mmuon/MMuonSearchPar.[cc,h]: 24 56 - Mean arrival time of core Pixels is calculated 25 57 26 * mmuon/MHSingleMuon. cc/.h:58 * mmuon/MHSingleMuon.[cc,h]: 27 59 - new histogram fHistTime (TH1), which contents difference 28 60 of the arrival time between Mean arrival time of the core … … 65 97 - call SortNeighbors in InitGeometry so that we always get a geometry 66 98 with clockwise sorted pixels. 99 100 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc: 101 - new values for the spark-event-cut 102 103 * macros/optim/optimonoff.C: 104 - some typos fixed 105 106 * mjobs/MJSpectrum.cc: 107 - required missing MEnergyEst from ganymed.root... fixed. 108 109 * mreport/MReportStarguider.cc: 110 - made aware of new format 20050829-0 111 112 * msignal/MSignalCam.cc: 113 - added a check for unmapped pixels to case 6 and 7 in 114 GetPixelContent 67 115 68 116 -
trunk/MagicSoft/Mars/NEWS
r7360 r7368 9 9 MagicJam j; (other games are: MineSweeper, MagicSnake, MagicDomino 10 10 and MagicReversi) 11 12 - general: neighbor pixels in MGeoms are now sorted clockwise 13 14 - merpp: made aware of new format 20050829-0 11 15 12 16 - callisto: MBadPixelsCalc now raises an error instead of simply stopping … … 29 33 - callisto: Fixed a bug which caused the random and peak-search pedestal 30 34 extracted with an extractor to be exchanged for the first (roughly) 31 500 events. (They were simply exchanged in callisto.cc) This bug might 32 have been introduced in Mars 0.9.4 when the order of calculation of the 33 two types of pedestal in callisto got exchanged. The bug only effects 35 500 events (*Extractor and *ExtractorRndm). 36 (They were simply exchanged in callisto.cc) This bug might have been 37 introduced in Mars 0.9.4 when the order of calculation of the two 38 types of pedestal in callisto got exchanged. The bug only effects 34 39 the first seconds of data of each sequence. 40 41 - star: Taking the arrival time of Muons into account the calculation 42 of the parameters could be made independant of the noise 43 (pedestal rms). The dependance was due to the bias of the peak search 44 extractor. Now only a ZA dependamcy is left which is not yet fully 45 understood. 35 46 36 47 - ganymed: The sequences were still not sorted correctly in any case, 37 48 because they were sorted by the full qualified path name. Now they 38 49 are sorted by their sequence number. 50 51 - ganymed: new values for the spark-event-cut 52 53 - sponde: required missing MEnergyEst from ganymed.root... fixed. 39 54 40 55
Note:
See TracChangeset
for help on using the changeset viewer.