Ignore:
Timestamp:
02/12/04 11:34:32 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3094 r3112  
    163163
    164164        if (satlo)
    165           {
     165        {
    166166            sat++;
    167             satpixels += Form("%d%s",pixel.GetPixelId()," ");
    168           }
     167            satpixels += Form(" %d", pixel.GetPixelId());
     168        }
    169169       
    170170
     
    186186
    187187    if (sat)
    188       *fLog << warn << "WARNING - Lo Gain saturated in " << sat << " pixels: " << satpixels << endl;
     188        *fLog << warn << "WARNING - Lo Gain saturated in " << sat << " pixels with Index:" << satpixels << endl;
    189189
    190190    fSignals->SetReadyToSave();
Note: See TracChangeset for help on using the changeset viewer.