Changeset 5731 for trunk/MagicSoft/Mars
- Timestamp:
- 01/07/05 20:02:02 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractor.cc
r5730 r5731 263 263 } 264 264 265 266 /*267 void MExtractor::FindPedestalLoGain(Byte_t *maxpos, Float_t &sum) const268 {269 270 Byte_t *p = maxpos-4;271 Byte_t *end = maxpos-2;272 273 Int_t summ = 0;274 275 while (p<end)276 summ += *p++;277 278 sum = summ/2.;279 280 return;281 }282 */283 265 // -------------------------------------------------------------------------- 284 266 //
Note:
See TracChangeset
for help on using the changeset viewer.