Ignore:
Timestamp:
11/30/04 11:15:57 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5505 r5511  
    185185// Gets called in the ReInit() and initialized the arrays
    186186//
    187 void MExtractTimeAndChargeSlidingWindow::InitArrays()
     187Bool_t MExtractTimeAndChargeSlidingWindow::InitArrays()
    188188{
    189189  Int_t range = (Int_t)(fHiGainLast - fHiGainFirst + 1 + fHiLoLast);
     
    191191  range = (Int_t)(fLoGainLast - fLoGainFirst + 1);
    192192  fLoGainSignal.Set(range);
     193
     194  return kTRUE;
     195 
    193196}
    194197
Note: See TracChangeset for help on using the changeset viewer.