source: trunk/MagicSoft/Mars/mjobs/MJStar.h@ 6877

Last change on this file since 6877 was 4906, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 347 bytes
Line 
1#ifndef MARS_MJStar
2#define MARS_MJStar
3
4#ifndef MARS_MJob
5#include "MJob.h"
6#endif
7
8class MJStar : public MJob
9{
10private:
11 Bool_t WriteResult();
12
13public:
14 MJStar(const char *name=NULL, const char *title=NULL);
15
16 Bool_t ProcessFile(Bool_t ismc=kFALSE);
17
18 ClassDef(MJStar, 0) // Tool to create a pedestal file (MPedestalCam)
19};
20
21#endif
Note: See TracBrowser for help on using the repository browser.