Changeset 2732 for trunk/MagicSoft/Mars/manalysis/MExtractSignal.h
- Timestamp:
- 12/21/03 10:34:23 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MExtractSignal.h
r2725 r2732 45 45 Int_t PreProcess(MParList *pList); 46 46 Int_t Process(); 47 Int_t PostProcess();48 47 49 48 public: 49 MExtractSignal(/*const Byte_t first=4, const Byte_t last=9, 50 const Byte_t logainshift=1,*/ 51 const char *name=NULL, const char *title=NULL); 50 52 51 MExtractSignal(const Byte_t first=4, const Byte_t last=9, 52 const Byte_t logainshift=1, 53 const char *name=NULL, const char *title=NULL); 54 53 void SetRange(Byte_t first=4, Byte_t last=9, Byte_t logainshift=1); 55 54 void SetSaturationLimit(Byte_t lim) { fSaturationLimit = lim; } 56 55 57 ClassDef(MExtractSignal, 0) 56 ClassDef(MExtractSignal, 0) // Task to fill the Extracted Signal Containers from raw data 58 57 }; 59 58
Note:
See TracChangeset
for help on using the changeset viewer.