Ignore:
Timestamp:
09/17/02 11:06:33 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1081 r1527  
    5959{
    6060    gLog << GetDescriptor() <<" Pixel: "<< fPixId;
    61     gLog << (fIsUsed?"    Used ":" Unused ");
    62     gLog << (fIsCore?"  Core  ":"        ");
    63     gLog << "  Nphot= " << fPhot << "  Error(Nphot) = " << fErrPhot << endl;
     61    gLog << (fIsUsed?"   Used ":" Unused ");
     62    gLog << (fIsCore?" Core ":"      ");
     63    gLog << "Nphot= " << fPhot << " Error(Nphot)=" << fErrPhot << endl;
    6464}
    6565
Note: See TracChangeset for help on using the changeset viewer.