Ignore:
Timestamp:
12/27/04 13:13:32 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5688 r5690  
    2222
    2323
     24 2004/12/27 Thomas Bretz
     25
     26   * macros/CCDataCheck.C:
     27     - fixed some warnings: Wrong data access operator
     28
     29   * manalysis/MCerPhotPix.h:
     30     - added to possibility to reset the core-flag
     31
     32   * mcalib/MCalibColorSet.[h,cc]:
     33     - moved some common code to a new function CheckAndSet for
     34       simplicity of the color decoding
     35     - added an include for stdlib.h (needed for some compilers and atoi)
     36
     37   * mcalib/MCalibrationIntensityChargeCam.cc:
     38     - fixed a warning about a invalid escape sequence -- seems that
     39       not all compilers do display this warning...
     40     - corrected order of includes
     41
     42   * mfbase/MFEventSelector2.[h,cc]:
     43     - some cosmetic fixes
     44     - some adpations to standard output (eg. Separator() instead of ***)
     45     - added a check whether 'filter' inherits from MFilter
     46     - fixed the return of ReadDistribution
     47     - made comments for data members in cleass header 'one line'
     48
     49   * mimage/MImgCleanStd.[h,cc]:
     50     - added fNameGeomCam for parameter list access
     51     - added fNameCerPhotEvt for parameter list access
     52     - fixed a typo in an output
     53     - NO change to ANY algorithm!
     54     - changed class version from 1 to 2
     55
     56   * mjobs/MJCalibrateSignal.cc:
     57     - added a rule to replace .raw by .root in MWriteRootFile
     58
     59   * mranforest/MRanForestCalc.[h,cc]:
     60     - fixed missing data member initialization in constructor
     61     - added ReadEnv which is able to read a random forest from a file
     62     - added an owner flag for the random forest tree
     63
     64
     65
    2466 2004/12/22 Markus Gaug
    2567
    26     * mraw/MRawEvtHeader.[h,cc]
     68    * mraw/MRawEvtHeader.[h,cc]:
    2769      - added some new Getter-functions for the calibration conf.
    2870        pattern
    29     * mcalib/MCalibrationChargeCalc.[h,cc]
    30     * mcalib/MCalibrationRelTimeCalc.[h,cc]
    31     * mcalib/MCalibrationColorSteer.cc
     71 
     72    * mcalib/MCalibrationChargeCalc.[h,cc],
     73      mcalib/MCalibrationRelTimeCalc.[h,cc],
     74      mcalib/MCalibrationColorSteer.cc:
    3275      - use the new functions
    3376
    34     * mhcalib/MHCalibrationCam.[h,cc]
    35     * mhcalib/MHCalibrationRelTimeCam.[h,cc]
    36     * mhcalib/MHCalibrationChargeCam.[h,cc]
     77    * mhcalib/MHCalibrationCam.[h,cc],
     78      mhcalib/MHCalibrationRelTimeCam.[h,cc],
     79      mhcalib/MHCalibrationChargeCam.[h,cc]:
    3780      - centralize the decision about the probability limit to be
    3881        taken inside these classes.
     
    4184      - fix a bug in the calculation of outliers. Standard analyses 
    4285        not affected!
     86
    4387
    4488
     
    91135
    92136
     137
    93138 2004/12/22: Eva Domingo (for Wolfgang Wittek)
    94139
     
    102147
    103148
     149
    104150 2004/12/22: Abelardo Moralejo
    105151
     
    112158
    113159
     160
    114161 2004/12/17: Markus Gaug
    115162
     
    117164     - added missing runs where run number does not appear any more in
    118165       project-name and is not yet set in the digital modules.
    119    * mcalib/MCalibrationIntensityCam.[h,cc]
    120    * mcalib/MCalibrationIntensityChargeCam.[h,cc]
    121    * mcalib/MCalibrationIntensityRelTimeCam.[h,cc]
     166
     167   * mcalib/MCalibrationIntensityCam.[h,cc],
     168     mcalib/MCalibrationIntensityChargeCam.[h,cc],
     169     mcalib/MCalibrationIntensityRelTimeCam.[h,cc]:
    122170     - added some new functions to display the results of the intensity
    123171       calibration
     172
     173
    124174
    125175 2004/12/17: Thomas Bretz
Note: See TracChangeset for help on using the changeset viewer.