Changeset 5542
- Timestamp:
- 12/01/04 19:14:54 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc
r5541 r5542 166 166 } 167 167 } 168 // 169 // We need here the effective number of samples which is about 2.5 in the case of a window 170 // size of 6. The exact numbers have to be found still. 171 // 172 fNumHiGainSamples = (Float_t)fWindowSizeHiGain/2.4; 173 fNumLoGainSamples = (Float_t)fWindowSizeLoGain/2.4; 174 fSqrtHiGainSamples = TMath::Sqrt(fNumHiGainSamples); 175 fSqrtLoGainSamples = TMath::Sqrt(fNumLoGainSamples); 176 168 177 } 169 178
Note:
See TracChangeset
for help on using the changeset viewer.