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

Legend:

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

    r5494 r5504  
    3838  Int_t   fSignalStartBinLoGain;                //! Start bin from when on to apply weights
    3939
    40   Int_t   fWindowSizeHiGain;                    //  Weights Window Size High-Gain
    41   Int_t   fWindowSizeLoGain;                    //  Weights Window Size Low-Gain
    42 
    4340  Int_t   fBinningResolutionHiGain;             //  Number of weights per bin High-Gain
    4441  Int_t   fBinningResolutionHalfHiGain;         //  Half Number of weights per bin High-Gain
     
    5754  Int_t PreProcess(MParList *pList);
    5855
     56  void InitArrays();
     57
    5958  Int_t  ReadEnv(const TEnv &env, TString prefix, Bool_t print);
    6059
     
    7069
    7170  void SetNameWeightsFile( TString s = fgNameWeightsFile )   { fNameWeightsFile = s; }
    72   void SetWindowSize(Int_t windowh=fgWindowSizeHiGain,
    73                      Int_t windowl=fgWindowSizeLoGain);
    7471
    7572  void SetBinningResolution(const Int_t rh=fgBinningResolutionHiGain, const Int_t rl=fgBinningResolutionLoGain)  {
     
    8077  }
    8178 
    82 
    8379  void SetSignalStartBin( const Int_t sh=fgSignalStartBinHiGain, const Int_t sl=fgSignalStartBinLoGain) {
    8480    fSignalStartBinHiGain = sh;
    8581    fSignalStartBinLoGain = sl;
    8682  }
     83
     84  void SetWindowSize( Int_t windowh=fgWindowSizeHiGain, Int_t windowl=fgWindowSizeLoGain);
    8785
    8886  const char* GetNameWeightsFile() const  { return fNameWeightsFile.Data(); }
Note: See TracChangeset for help on using the changeset viewer.