Changeset 5744 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 01/08/05 12:34:41 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/msignal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.