source: trunk/MagicSoft/Mars/mpedestal/MMcPedestalCopy.h@ 8813

Last change on this file since 8813 was 3803, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 476 bytes
Line 
1#ifndef MARS_MMcPedestalCopy
2#define MARS_MMcPedestalCopy
3
4#ifndef MARS_MTask
5#include "MTask.h"
6#endif
7
8class MMcPedestalCopy : public MTask
9{
10private:
11 Bool_t CheckRunType(MParList *pList) const;
12 Int_t PreProcess(MParList *pList);
13 Bool_t ReInit(MParList *pList);
14
15public:
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.