| Line |  | 
|---|
| 1 | #ifndef MARS_MTreatSaturation | 
|---|
| 2 | #define MARS_MTreatSaturation | 
|---|
| 3 |  | 
|---|
| 4 | #ifndef MARS_MArrayF | 
|---|
| 5 | #include "MArrayF.h" | 
|---|
| 6 | #endif | 
|---|
| 7 | #ifndef MARS_MTask | 
|---|
| 8 | #include "MTask.h" | 
|---|
| 9 | #endif | 
|---|
| 10 |  | 
|---|
| 11 | class MRawEvtData; | 
|---|
| 12 | class MPedestalSubtractedEvt; | 
|---|
| 13 |  | 
|---|
| 14 | class MTreatSaturation : public MTask | 
|---|
| 15 | { | 
|---|
| 16 | private: | 
|---|
| 17 | MRawEvtData            *fRaw; | 
|---|
| 18 | MPedestalSubtractedEvt *fEvt; | 
|---|
| 19 |  | 
|---|
| 20 | MArrayF fDev1; | 
|---|
| 21 | MArrayF fDev2; | 
|---|
| 22 |  | 
|---|
| 23 | Int_t  PreProcess(MParList *pList); | 
|---|
| 24 | Int_t  Process(); | 
|---|
| 25 |  | 
|---|
| 26 | public: | 
|---|
| 27 | MTreatSaturation(const char *name=NULL, const char *title=NULL); | 
|---|
| 28 |  | 
|---|
| 29 | ClassDef(MTreatSaturation, 0)   // Replace saturating samples with pulse | 
|---|
| 30 | }; | 
|---|
| 31 |  | 
|---|
| 32 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.