Ignore:
Timestamp:
05/11/07 19:30:04 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8304 r8500  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndChargeDigitalFilter.cc,v 1.77 2007-02-04 15:30:16 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndChargeDigitalFilter.cc,v 1.78 2007-05-11 18:29:42 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    305305    if (IsNoiseCalculation())
    306306    {
    307         sum = df.ExtractNoise(gRandom->Integer(fBinningResolutionHiGain));
     307        sum = df.ExtractNoise();
    308308        return;
    309309    }
     
    328328    if (IsNoiseCalculation())
    329329    {
    330         sum = df.ExtractNoise(gRandom->Integer(fBinningResolutionHiGain));
     330        sum = df.ExtractNoise();
    331331        return;
    332332    }
Note: See TracChangeset for help on using the changeset viewer.