source: trunk/MagicSoft/Mars/mreport/MReportDAQ.h@ 2592

Last change on this file since 2592 was 2592, checked in by tbretz, 21 years ago
*** empty log message ***
File size: 288 bytes
Line 
1#ifndef MARS_MReportDAQ
2#define MARS_MReportDAQ
3
4#ifndef MARS_MReport
5#include "MReport.h"
6#endif
7
8class MReportDAQ : public MReport
9{
10private:
11public:
12 MReportDAQ();
13
14 Bool_t InterpreteBody(TString &str);
15
16 ClassDef(MReportDAQ, 1) // Class for DAQ-REPORT information
17};
18
19#endif
Note: See TracBrowser for help on using the repository browser.