Changeset 5744 for trunk


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5742 r5744  
    4141     - fixed two lines to compile MCalibrateData with the recent changes
    4242       by TB
     43
     44   * msignal/MExtractTimeAndChargeDigitalFilter.cc
     45     - fixed two bugs introduced yesterday by TB.
    4346
    4447
  • 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.