Ignore:
Timestamp:
03/30/01 12:08:08 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.h

    r698 r712  
    6666    ULong_t GetSumHiGainFadcSamples() const;
    6767
    68     Bool_t IsLoGain() const
     68    Bool_t HasLoGain() const
    6969    {
    7070        //
     
    8080        // for the actual pixel, else return zero
    8181        //
    82         return IsLoGain() ? fLoGainPos : NULL;
     82        return HasLoGain() ? fLoGainPos : NULL;
    8383    }
    8484
Note: See TracChangeset for help on using the changeset viewer.