Changeset 7368


Ignore:
Timestamp:
09/27/05 16:57:55 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7365 r7368  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     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
    2153 2005/09/26 Markus Meyer
    2254
    23    * mmuon/MMuonSearchPar.cc/.h:
     55   * mmuon/MMuonSearchPar.[cc,h]:
    2456     - Mean arrival time of core Pixels is calculated
    2557
    26    * mmuon/MHSingleMuon.cc/.h:
     58   * mmuon/MHSingleMuon.[cc,h]:
    2759     - new histogram fHistTime (TH1), which contents difference
    2860       of the arrival time between Mean arrival time of the core
     
    6597     - call SortNeighbors in InitGeometry so that we always get a geometry
    6698       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
    67115
    68116
  • trunk/MagicSoft/Mars/NEWS

    r7360 r7368  
    99        MagicJam j; (other games are: MineSweeper, MagicSnake, MagicDomino
    1010                     and MagicReversi)
     11
     12   - general: neighbor pixels in MGeoms are now sorted clockwise
     13
     14   - merpp: made aware of new format 20050829-0
    1115
    1216   - callisto: MBadPixelsCalc now raises an error instead of simply stopping
     
    2933   - callisto: Fixed a bug which caused the random and peak-search pedestal
    3034     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
    3439     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.
    3546
    3647   - ganymed: The sequences were still not sorted correctly in any case,
    3748     because they were sorted by the full qualified path name. Now they
    3849     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.
    3954
    4055
Note: See TracChangeset for help on using the changeset viewer.