Changeset 7368 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 09/27/05 16:57:55 (19 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.