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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.h

    r5146 r5152  
    44#ifndef MARS_MExtractTimeAndCharge
    55#include "MExtractTimeAndCharge.h"
     6#endif
     7
     8#ifndef MARS_MArrayF
     9#include "MArrayF.h"
    610#endif
    711
     
    1923  static const Int_t  fgBinningResolution;
    2024 
     25  MArrayF fHiGainSignal;               //! Need fast access to the signals in a float way
     26  MArrayF fLoGainSignal;               //! Store them in separate arrays
     27
    2128  Int_t   fWindowSizeHiGain;           
    2229  Int_t   fWindowSizeLoGain;           
     
    2532  Int_t   fBinningResolutionHalf;
    2633 
    27   Float_t fw_amp [60];
    28   Float_t fw_time[60];
     34  MArrayF fAmpWeightsHiGain;
     35  MArrayF fTimeWeightsHiGain;
     36  MArrayF fAmpWeightsLoGain;
     37  MArrayF fTimeWeightsLoGain;
     38
     39  Bool_t ReInit( MParList *pList );
    2940
    3041  Int_t  ReadEnv(const TEnv &env, TString prefix, Bool_t print);
Note: See TracChangeset for help on using the changeset viewer.