Line | |
---|
1 | #ifndef MARS_MMcPedestalRead
|
---|
2 | #define MARS_MMcPedestalRead
|
---|
3 |
|
---|
4 | #ifndef MARS_MTask
|
---|
5 | #include "MTask.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MMcFadcHeader;
|
---|
9 | class MPedestalCam;
|
---|
10 |
|
---|
11 | class MMcPedestalRead : public MTask
|
---|
12 | {
|
---|
13 | private:
|
---|
14 | const MMcFadcHeader *fMcPed;
|
---|
15 | MPedestalCam *fPedCam;
|
---|
16 |
|
---|
17 | Bool_t CheckRunType(MParList *pList) const;
|
---|
18 |
|
---|
19 | Int_t PreProcess(MParList *pList);
|
---|
20 | Bool_t ReInit(MParList *pList);
|
---|
21 |
|
---|
22 | public:
|
---|
23 | MMcPedestalRead(const char *name=NULL, const char *title=NULL);
|
---|
24 |
|
---|
25 | ClassDef(MMcPedestalRead, 0)
|
---|
26 | // Task which copies the pedestals from the MC FADC header
|
---|
27 | // into the standard container (intended for camera >= 0.7 files)
|
---|
28 | };
|
---|
29 |
|
---|
30 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.