source: trunk/MagicSoft/Mars/mpedestal/MMcPedestalNSBAdd.h@ 4540

Last change on this file since 4540 was 3803, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 605 bytes
Line 
1#ifndef MARS_MMcPedestalNSBAdd
2#define MARS_MMcPedestalNSBAdd
3
4#ifndef MARS_MTask
5#include "MTask.h"
6#endif
7
8class MMcPedestalNSBAdd : public MTask
9{
10private:
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
20public:
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.