Ignore:
Timestamp:
06/19/07 10:35:33 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpedestal/MExtractPedestal.cc

    r8564 r8582  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MExtractPedestal.cc,v 1.32 2007-06-16 21:59:19 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MExtractPedestal.cc,v 1.33 2007-06-19 09:25:39 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    620620    }
    621621
     622    max /= fRunHeader->GetScale();
     623    min /= fRunHeader->GetScale();
     624
    622625    // If the maximum in the high gain window is smaller than
    623     // FIXME: Precompiled value!
    624626    return max-min<fMaxSignalVar && max<fMaxSignalAbs;
    625627}
Note: See TracChangeset for help on using the changeset viewer.