source: trunk/MagicSoft/Mars/manalysis/MMcPedestalCopy.h@ 2478

Last change on this file since 2478 was 2454, checked in by tbretz, 22 years ago
*** empty log message ***
File size: 436 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 Bool_t ReInit(MParList *pList);
13
14public:
15 MMcPedestalCopy(const char *name=NULL, const char *title=NULL);
16
17 ClassDef(MMcPedestalCopy, 0) // Task which copies the pedestals from the MC into the standard container
18};
19
20#endif
Note: See TracBrowser for help on using the repository browser.