Ignore:
Timestamp:
02/10/04 23:03:58 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfilter/MFCosmics.cc

    r3084 r3085  
    211211  *fLog << " (with fMaxEmptyPixels = " << fMaxEmptyPixels << ")" << endl;
    212212
    213   *fLog << " " << fCut[0] << " (" << (int)(fCut[0]*100/GetNumExecutions()) ;
     213  *fLog << " " << setw(7) << fCut[0] << " (" << setw(3) ;
     214  *fLog << (int)(fCut[0]*100/GetNumExecutions()) ;
    214215  *fLog << "%) Evts survived the cosmics rejection!" << endl;
    215216  *fLog << endl;
Note: See TracChangeset for help on using the changeset viewer.