- Timestamp:
- 11/29/04 16:45:57 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.h
r5494 r5504 38 38 Int_t fSignalStartBinLoGain; //! Start bin from when on to apply weights 39 39 40 Int_t fWindowSizeHiGain; // Weights Window Size High-Gain41 Int_t fWindowSizeLoGain; // Weights Window Size Low-Gain42 43 40 Int_t fBinningResolutionHiGain; // Number of weights per bin High-Gain 44 41 Int_t fBinningResolutionHalfHiGain; // Half Number of weights per bin High-Gain … … 57 54 Int_t PreProcess(MParList *pList); 58 55 56 void InitArrays(); 57 59 58 Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print); 60 59 … … 70 69 71 70 void SetNameWeightsFile( TString s = fgNameWeightsFile ) { fNameWeightsFile = s; } 72 void SetWindowSize(Int_t windowh=fgWindowSizeHiGain,73 Int_t windowl=fgWindowSizeLoGain);74 71 75 72 void SetBinningResolution(const Int_t rh=fgBinningResolutionHiGain, const Int_t rl=fgBinningResolutionLoGain) { … … 80 77 } 81 78 82 83 79 void SetSignalStartBin( const Int_t sh=fgSignalStartBinHiGain, const Int_t sl=fgSignalStartBinLoGain) { 84 80 fSignalStartBinHiGain = sh; 85 81 fSignalStartBinLoGain = sl; 86 82 } 83 84 void SetWindowSize( Int_t windowh=fgWindowSizeHiGain, Int_t windowl=fgWindowSizeLoGain); 87 85 88 86 const char* GetNameWeightsFile() const { return fNameWeightsFile.Data(); }
Note:
See TracChangeset
for help on using the changeset viewer.