Changeset 5731 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/07/05 20:02:02 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractor.cc

    r5730 r5731  
    263263}
    264264
    265 
    266 /*
    267 void MExtractor::FindPedestalLoGain(Byte_t *maxpos, Float_t &sum) const
    268 {
    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 */
    283265// --------------------------------------------------------------------------
    284266//
Note: See TracChangeset for help on using the changeset viewer.