Changeset 8368 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 03/05/07 08:55:09 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSpline.cc
r8304 r8368 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndChargeSpline.cc,v 1.6 6 2007-02-04 15:30:16tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndChargeSpline.cc,v 1.67 2007-03-05 08:55:09 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 252 252 default: 253 253 *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); 255 256 break; 256 257 } … … 277 278 default: 278 279 *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); 280 282 break; 281 283 } … … 345 347 s.GetTime(time, dtime); 346 348 s.GetSignal(sum, dsum); 349 347 350 } 348 351
Note:
See TracChangeset
for help on using the changeset viewer.