Changeset 8500 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 05/11/07 19:30:04 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc
r8304 r8500 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndChargeDigitalFilter.cc,v 1.7 7 2007-02-04 15:30:16tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndChargeDigitalFilter.cc,v 1.78 2007-05-11 18:29:42 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 305 305 if (IsNoiseCalculation()) 306 306 { 307 sum = df.ExtractNoise( gRandom->Integer(fBinningResolutionHiGain));307 sum = df.ExtractNoise(); 308 308 return; 309 309 } … … 328 328 if (IsNoiseCalculation()) 329 329 { 330 sum = df.ExtractNoise( gRandom->Integer(fBinningResolutionHiGain));330 sum = df.ExtractNoise(); 331 331 return; 332 332 }
Note:
See TracChangeset
for help on using the changeset viewer.