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.cc

    r664 r712  
    1414//     //   pixel.GetPixelId();
    1515//     //   pixel.GetHiGainFadcSamples()[i]; // i is the number of the slice
    16 //     //   pixel.IsLoGain();                // check if pixel has
     16//     //   pixel.HasLoGain();               // check if pixel has
    1717//     //   pixel.GetLoGainFadcSamples()[i]; // i is the number of the slice
    1818//
     
    123123    // return the sum of the lo gain samples of the present pixel
    124124    //
    125     if (!IsLoGain())
     125    if (!HasLoGain())
    126126        return 0;
    127127
Note: See TracChangeset for help on using the changeset viewer.