Changeset 2930


Ignore:
Timestamp:
01/27/04 19:45:53 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2928 r2930  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6
     7 2004/01/27: Markus Gaug
     8 
     9   * manalysis/MPedestalPix.cc
     10     - initialize default values to 0 instead of -1.
     11
     12   * manalysis/MPedestalCam.[h,cc]
     13     - include CheckBounds, also in operator[]
     14
     15   * manalysis/MCalibrationCam.[h,cc]
     16     - apparently, there was a reference to InitSize(UInt_t i) instead
     17       of InitSize(Int_t i), where compiler complained, now changed
     18
    619
    720 2004/01/27: Thomas Bretz
  • trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc

    r2905 r2930  
    125125// fSize is the old size (in most cases: 1)
    126126//
    127 void MCalibrationCam::InitSize(Int_t size)
     127void MCalibrationCam::InitSize(const UInt_t size)
    128128{
    129129 
  • trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h

    r2885 r2930  
    5353 
    5454  void Clear(Option_t *o="");
    55  
    56   void InitSize(const Int_t i);
     55  void InitSize(const UInt_t i);
    5756
    5857  // Setters
Note: See TracChangeset for help on using the changeset viewer.