Changeset 2928 for trunk/MagicSoft


Ignore:
Timestamp:
01/27/04 18:21:58 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2924 r2928  
    55                                                 -*-*- END OF LINE -*-*-
    66
     7 2004/01/27: Thomas Bretz
     8
     9   * mdata/MDataChain.cc:
     10     - added '%' to supported operators
     11
     12
     13
    714 2004/01/26: Nicola Galante
    815
    9    * manalisys/MMcTriggerLvl2.[cc,h]:
     16   * manalysis/MMcTriggerLvl2.[cc,h]:
     17
    1018     - Defined some static constants to avoid ugly "magic numbers"
    1119       in arrays: gsNCells, gsNTrigPixels,
     
    2836       which returns fMaxCell, the cell with the maximum
    2937       fCellPseudoSize.
    30      
     38
    3139
    3240
     
    4553       fit
    4654
    47    * mcalib/MHCalibrationPixel.[h,cc]:
    48    * mcalib/MCalibrationPix.cc:
    49    * mcalib/MCalibrationPINDiode.cc:
     55   * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
     56     mcalib/MCalibrationPINDiode.cc:
    5057     - combine FitChargeHiGain and FitChargeLoGain into one function
    5158
    5259   * macros/calibration.C
    5360     - improve double gauss fit a bit
     61
     62
    5463
    5564 2004/01/26: Thomas Bretz
  • trunk/MagicSoft/Mars/mdata/MDataChain.cc

    r2927 r2928  
    3939//   "HillasDource.fDist / (MHillas.fLength + MHillas.fWidth)"
    4040//
    41 // The allowed operations are: +, -, *, /
     41// The allowed operations are: +, -, *, /, %
     42//
     43// While a%b returns the floating point reminder of a/b.
    4244//
    4345// Warning: There is no priority rule build in. So better use brackets
Note: See TracChangeset for help on using the changeset viewer.