Ignore:
Timestamp:
02/04/04 16:24:10 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3003 r3018  
    8585    fLoGainFirst = first;
    8686
    87     fWindow = window;
    88 
     87    fWindow     = window & ~1;
    8988    fWindowSqrt = TMath::Sqrt((Float_t)fWindow);
     89
     90    if (fWindow==window)
     91        return;
     92
     93    *fLog << warn << "MExtractSignal2::SetRange - Window size set to even " << fWindow << endl;
    9094}
    9195
Note: See TracChangeset for help on using the changeset viewer.