Changeset 3267 for trunk/MagicSoft


Ignore:
Timestamp:
02/23/04 20:36:06 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3264 r3267  
    66 
    77
     8 2004/02/23: Markus Gaug
     9
     10   * mraw/MRawEvtPixelIter.h
     11     - include GetNumHiGainSamples and GetNumLoGainSamples
     12
     13
    814 2004/02/22: Markus Gaug
    915
    1016   * mfilter/MFCosmics.[h,cc]
    11    
    1217     - fMaxNumEmpty changed from absolute number to relative number of
    1318       pixels
     
    1520
    1621   * mcalib/MHGausEvents.h
    17 
    1822     - remove the "->" from the pointers which are initialized only
    1923       in certain cases. The streamer did not work in case that
  • trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.h

    r2909 r3267  
    7777    }
    7878
     79    Byte_t  GetNumHiGainSamples() const    { return fNumHiGainSamples ; }
     80    Byte_t  GetNumLoGainSamples() const    { return fNumLoGainSamples ; }
     81
    7982    ULong_t GetSumHiGainSamples() const;
    8083    ULong_t GetSumSqrHiGainSamples() const;
Note: See TracChangeset for help on using the changeset viewer.