source:
branches/Corsika7405Compatibility/mreport/MReportDAQ.h@
18459
Last change on this file since 18459 was 4575, checked in by , 20 years ago | |
---|---|
File size: 298 bytes |
Line | |
---|---|
1 | #ifndef MARS_MReportDAQ |
2 | #define MARS_MReportDAQ |
3 | |
4 | #ifndef MARS_MReport |
5 | #include "MReport.h" |
6 | #endif |
7 | |
8 | class MReportDAQ : public MReport |
9 | { |
10 | private: |
11 | Int_t InterpreteBody(TString &str, Int_t ver); |
12 | |
13 | public: |
14 | MReportDAQ(); |
15 | |
16 | ClassDef(MReportDAQ, 1) // Class for DAQ-REPORT information |
17 | }; |
18 | |
19 | #endif |
Note:
See TracBrowser
for help on using the repository browser.