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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJPedestal.cc

    r9017 r9068  
    890890        // Set and store the new ranges
    891891        //
    892         Int_t shift = 0;
    893892        while (poslo2-fExtractWinLeft < lo0+0.5)
    894893        {
     
    903902        }
    904903
    905         *fLog << "Changed extraction window by " << shift;
    906         *fLog << "slices to hi-gain [" << hi0 << "," << hi1;
     904        if (lo0<0)
     905            lo0=0;
     906
     907        *fLog << "Changed extraction to hi-gain [" << hi0 << "," << hi1;
    907908        *fLog << "] and lo-gain [" << lo0 << "," << lo1 << "]" << endl;
    908909
Note: See TracChangeset for help on using the changeset viewer.