Changeset 5792
- Timestamp:
- 01/10/05 21:38:26 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5790 r5792 49 49 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc] 50 50 - 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. 51 53 52 54 -
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.h
r5790 r5792 57 57 MArrayF fTimeWeightsLoGain; //! Time weights Low-Gain (from weights file) 58 58 59 TString fNameWeightsFile; // !Name of the weights file59 TString fNameWeightsFile; // Name of the weights file 60 60 Bool_t fWeightsSet; //! Flag if weights have alreayd been set 61 61 Int_t fRandomIter; //! Counter used to randomize weights for noise calculation
Note:
See TracChangeset
for help on using the changeset viewer.