Changeset 5792 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/10/05 21:38:26 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5790 r5792  
    4949   * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
    5050     - implemented changes suggested by T.B. to speed up calculations
     51     - take fNameWeightsFile into the streamer, otherwise the Clone()
     52       will always create an extractor with cosmic's weights.
    5153
    5254
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.h

    r5790 r5792  
    5757  MArrayF fTimeWeightsLoGain;                   //! Time weights Low-Gain (from weights file)
    5858
    59   TString fNameWeightsFile;                     //! Name of the weights file
     59  TString fNameWeightsFile;                     //  Name of the weights file
    6060  Bool_t  fWeightsSet;                          //! Flag if weights have alreayd been set
    6161  Int_t   fRandomIter;                          //! Counter used to randomize weights for noise calculation
Note: See TracChangeset for help on using the changeset viewer.