| Line |  | 
|---|
| 1 | #ifndef MARS_MMcPedestalCopy | 
|---|
| 2 | #define MARS_MMcPedestalCopy | 
|---|
| 3 |  | 
|---|
| 4 | #ifndef MARS_MTask | 
|---|
| 5 | #include "MTask.h" | 
|---|
| 6 | #endif | 
|---|
| 7 |  | 
|---|
| 8 | class MMcPedestalCopy : public MTask | 
|---|
| 9 | { | 
|---|
| 10 | private: | 
|---|
| 11 | Bool_t CheckRunType(MParList *pList) const; | 
|---|
| 12 | Int_t  PreProcess(MParList *pList); | 
|---|
| 13 | Bool_t ReInit(MParList *pList); | 
|---|
| 14 |  | 
|---|
| 15 | public: | 
|---|
| 16 | MMcPedestalCopy(const char *name=NULL, const char *title=NULL); | 
|---|
| 17 |  | 
|---|
| 18 | ClassDef(MMcPedestalCopy, 0)   // Task which copies the pedestals from the MC into the standard container | 
|---|
| 19 | }; | 
|---|
| 20 |  | 
|---|
| 21 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.