Changeset 3733 for trunk/MagicSoft


Ignore:
Timestamp:
04/14/04 16:15:19 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3732 r3733  
    3535     - add two new types in GetPixelContent, add documentation of
    3636       GetPixelContent
     37
     38   * msignal/MArrivalTimeCalc2.cc
     39     - commented the warning for pixels with lowgain saturation
    3740
    3841
  • trunk/MagicSoft/Mars/msignal/MArrivalTimeCalc2.cc

    r3306 r3733  
    253253    // Print a warning if event has saturationg lo-gains
    254254    //
    255     if (sat)
    256         *fLog << warn << "WARNING - Lo Gain saturated in " << sat << " pixels." << endl;
     255    //    if (sat)
     256    //        *fLog << warn << "WARNING - Lo Gain saturated in " << sat << " pixels." << endl;
    257257
    258258    return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.