Changeset 5822 for trunk/MagicSoft


Ignore:
Timestamp:
01/13/05 16:58:47 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5820 r5822  
    2828       MExtractFixedWindowPeakSearch.
    2929
     30
     31
    3032 2005/01/13 Raquel de los Reyes
    3133
     
    3436       (format: "class".DataCheck: No) to allow callisto
    3537       to run with rawfiles. Necessary for the datacheck.
     38
     39
    3640
    3741 2005/01/13 Markus Gaug
     
    5155
    5256
     57
    5358 2005/01/13 Thomas Bretz
    5459
     
    5863   * mbase/MLog.cc:
    5964     - unset DEBUG defined unintentionally
     65
     66   * msignal/MExtractTimeAndChargeDigitalFilter.cc:
     67     - removed printing Weights in InitArrays, because otherwise
     68       the output of a full data calibration is totally crowded
     69       with numbers. Having the weights-file name on the display
     70       is perfectly enough.
    6071
    6172
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc

    r5793 r5822  
    211211  fSqrtLoGainSamples = TMath::Sqrt(fNumLoGainSamples);
    212212 
    213   Print("weights");
    214 
    215213  return kTRUE;
    216214}
Note: See TracChangeset for help on using the changeset viewer.