Line | |
---|
1 | #ifndef MARS_MMcPedestalNSBAdd
|
---|
2 | #define MARS_MMcPedestalNSBAdd
|
---|
3 |
|
---|
4 | #ifndef MARS_MTask
|
---|
5 | #include "MTask.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MMcPedestalNSBAdd : public MTask
|
---|
9 | {
|
---|
10 | private:
|
---|
11 | Float_t fDnsbPixel;
|
---|
12 |
|
---|
13 | Bool_t CheckCamVersion(MParList *pList) const;
|
---|
14 | Bool_t CheckRunType(MParList *pList) const;
|
---|
15 |
|
---|
16 | Float_t GetDnsb(MParList *pList) const;
|
---|
17 |
|
---|
18 | Bool_t ReInit(MParList *pList);
|
---|
19 |
|
---|
20 | public:
|
---|
21 | MMcPedestalNSBAdd(const Float_t difnsb = -1.0,
|
---|
22 | const char *name=NULL, const char *title=NULL);
|
---|
23 |
|
---|
24 | ClassDef(MMcPedestalNSBAdd, 0) // Task which adds the NSB fluctuations to the pedestals rms
|
---|
25 | };
|
---|
26 |
|
---|
27 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.