Ignore:
Timestamp:
01/07/05 19:41:50 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4643 r5728  
    9090    Short_t GetIdxMaxHiLoGainSample() const;
    9191
    92     Bool_t HasLoGain() const
    93     {
    94         //
    95         // return kTRUE  the lo gains exist for the actual pixel, else return kFALSE
    96         //
    97         return fLoGainId && *fHiGainId==*fLoGainId;
    98     }
     92    Bool_t HasLoGain() const;
    9993    Bool_t IsABFlagValid() const { return fABFlags ? kTRUE : kFALSE; }
    10094    Bool_t HasABFlag() const
Note: See TracChangeset for help on using the changeset viewer.