- Timestamp:
- 01/08/05 12:34:41 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5742 r5744 41 41 - fixed two lines to compile MCalibrateData with the recent changes 42 42 by TB 43 44 * msignal/MExtractTimeAndChargeDigitalFilter.cc 45 - fixed two bugs introduced yesterday by TB. 43 46 44 47 -
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc
r5743 r5744 292 292 if (IsNoiseCalculation()) 293 293 { 294 if (fRandomIter == fBinningResolution )294 if (fRandomIter == fBinningResolutionHiGain) 295 295 fRandomIter = 0; 296 296 for (Int_t ids=0; ids < fWindowSizeHiGain; ids++) -
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.h
r5606 r5744 50 50 TString fNameWeightsFile; //! Name of the weights file 51 51 Bool_t fWeightsSet; //! Flag if weights have alreayd been set 52 UInt_tfRandomIter; //! Counter used to randomize weights for noise calculation52 Int_t fRandomIter; //! Counter used to randomize weights for noise calculation 53 53 54 54 Bool_t InitArrays();
Note:
See TracChangeset
for help on using the changeset viewer.