Changeset 8296 for trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc
- Timestamp:
- 02/03/07 20:04:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc
r8151 r8296 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MPedCalcFromLoGain.cc,v 1.3 4 2006-10-24 07:58:13tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MPedCalcFromLoGain.cc,v 1.35 2007-02-03 20:03:35 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 158 158 using namespace std; 159 159 160 const UShort_t MPedCalcFromLoGain::fgExtractWinFirst = 17;161 const UShort_t MPedCalcFromLoGain::fgExtractWinSize = 6;160 const UShort_t MPedCalcFromLoGain::fgExtractWinFirst = 17; 161 const UShort_t MPedCalcFromLoGain::fgExtractWinSize = 6; 162 162 const UInt_t MPedCalcFromLoGain::fgNumDump = 500; 163 163 … … 213 213 if (!MExtractPedestal::ReInit(pList)) 214 214 return kFALSE; 215 216 CheckExtractionWindow(fRunHeader->GetNumSamplesHiGain()); 215 217 216 218 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.