Ignore:
Timestamp:
12/11/03 16:46:34 (21 years ago)
Author:
raducci
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2649 r2654  
    269269    Byte_t maxi = 0;
    270270
    271     if (this.GetMaxHiGainSample() == 255)
     271    if (this->GetMaxHiGainSample() == 255)
    272272    {
    273          if (this.HasLoGain())
    274             maxi = this.GetIdxMaxLoGainSample();
     273         if (this->HasLoGain())
     274            maxi = this->GetIdxMaxLoGainSample();
    275275    }
    276276    else
    277          maxi = this.GetIdxMaxHiGainSample();
     277         maxi = this->GetIdxMaxHiGainSample();
    278278
    279279    return maxi+1;
Note: See TracChangeset for help on using the changeset viewer.