Ignore:
Timestamp:
02/03/07 20:04:00 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8151 r8296  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MPedCalcFromLoGain.cc,v 1.34 2006-10-24 07:58:13 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MPedCalcFromLoGain.cc,v 1.35 2007-02-03 20:03:35 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    158158using namespace std;
    159159
    160 const UShort_t MPedCalcFromLoGain::fgExtractWinFirst = 17;
    161 const UShort_t MPedCalcFromLoGain::fgExtractWinSize  =  6;
     160const UShort_t MPedCalcFromLoGain::fgExtractWinFirst =  17;
     161const UShort_t MPedCalcFromLoGain::fgExtractWinSize  =   6;
    162162const UInt_t   MPedCalcFromLoGain::fgNumDump         = 500;
    163163
     
    213213    if (!MExtractPedestal::ReInit(pList))
    214214        return kFALSE;
     215
     216    CheckExtractionWindow(fRunHeader->GetNumSamplesHiGain());
    215217
    216218    return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.