Ignore:
Timestamp:
03/05/07 08:55:09 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSpline.cc

    r8304 r8368  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndChargeSpline.cc,v 1.66 2007-02-04 15:30:16 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndChargeSpline.cc,v 1.67 2007-03-05 08:55:09 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    252252      default:
    253253          *fLog << warn << GetDescriptor() << ": Could not set the high-gain extractor resolution per phe for window size "
    254               << fWindowSizeHiGain << endl;
     254              << fWindowSizeHiGain << "... using default!" << endl;
     255          SetResolutionPerPheHiGain(0.050);
    255256          break;
    256257      }
     
    277278      default:
    278279          *fLog << warn << "Could not set the low-gain extractor resolution per phe for window size "
    279               << fWindowSizeLoGain << endl;
     280              << fWindowSizeLoGain << "... using default!" << endl;
     281          SetResolutionPerPheLoGain(0.005);
    280282          break;
    281283      }
     
    345347    s.GetTime(time, dtime);
    346348    s.GetSignal(sum, dsum);
     349
    347350}
    348351
Note: See TracChangeset for help on using the changeset viewer.