source:
trunk/MagicSoft/Mars/mjobs/MJStar.h@
5675
| Last change on this file since 5675 was 4906, checked in by , 21 years ago | |
|---|---|
| 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 | |
| 8 | class MJStar : public MJob |
| 9 | { |
| 10 | private: |
| 11 | Bool_t WriteResult(); |
| 12 | |
| 13 | public: |
| 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.
