Ignore:
Timestamp:
03/12/04 16:07:58 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3262 r3487  
    167167
    168168        allpix++;
     169
    169170        //
    170171        // We consider a pixel as presumably due to cosmics
     
    193194    *fLog << " " << setw(7) << fCut[0] << " (" << setw(3) ;
    194195    *fLog << (int)(fCut[0]*100/GetNumExecutions()) ;
    195     *fLog << "%) Evts skipped due to: Cosmics Rejection applied " ;
     196    *fLog << "%) Detected cosmics " ;
    196197    *fLog << " (with fMaxEmptyPixels = " << fMaxEmptyPixels*100 << "%)" << endl;
    197198
    198199    *fLog << " " << setw(7) << fCut[1] << " (" << setw(3) ;
    199200    *fLog << (int)(fCut[1]*100/GetNumExecutions()) ;
    200     *fLog << "%) Evts survived the cosmics rejection!" << endl;
     201    *fLog << "%) No cosmics!" << endl;
    201202    *fLog << endl;
    202203
Note: See TracChangeset for help on using the changeset viewer.