Ignore:
Timestamp:
01/08/05 12:34:41 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/msignal
Files:
2 edited

Legend:

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

    r5743 r5744  
    292292  if (IsNoiseCalculation())
    293293    {
    294       if (fRandomIter == fBinningResolution)
     294      if (fRandomIter == fBinningResolutionHiGain)
    295295        fRandomIter = 0;
    296296      for (Int_t ids=0; ids < fWindowSizeHiGain; ids++)
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.h

    r5606 r5744  
    5050  TString fNameWeightsFile;                     //! Name of the weights file
    5151  Bool_t  fWeightsSet;                          //! Flag if weights have alreayd been set
    52   UInt_t  fRandomIter;                          //! Counter used to randomize weights for noise calculation
     52  Int_t   fRandomIter;                          //! Counter used to randomize weights for noise calculation
    5353
    5454  Bool_t  InitArrays();
Note: See TracChangeset for help on using the changeset viewer.