Ignore:
Timestamp:
01/19/04 11:49:55 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MExtractSignal.cc

    r2806 r2843  
    209209
    210210            if (*ptr >= fSaturationLimit)
    211               {
    212                 *fLog << err << dbginf
    213                       << "Warning: Saturation of Lo Gain reached in pixel: "
    214                       << pixid << " " << "   sum = " << sumLo << endl;
    215                 satLo++;
    216               }
     211              satLo++;
    217212          }
     213
     214        if (satLo)
     215          *fLog << warn << "WARNING: Saturation of Lo Gain reached in "
     216                << satLo << " time slices in pixel " << pixid << endl;
    218217
    219218        pix.SetExtractedSignal((Float_t)sumHi - pedes*(Float_t)fNumHiGainSamples,
Note: See TracChangeset for help on using the changeset viewer.