- Timestamp:
- 12/18/03 11:29:18 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mreport
- Files:
-
- 1 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReportCC.h
r2687 r2707 14 14 Float_t fSolarRadiation; // [W/m^2] IR-Radiation 15 15 16 Bool_t InterpreteBody(TString &str); 17 16 18 public: 17 19 MReportCC(); 18 19 Bool_t InterpreteBody(TString &str);20 20 21 21 ClassDef(MReportCC, 1) // Class for CC-REPORT information -
trunk/MagicSoft/Mars/mreport/MReportCamera.h
r2604 r2707 39 39 Bool_t InterpreteCAL(TString &str); 40 40 41 Bool_t InterpreteBody(TString &str); 42 41 43 public: 42 44 MReportCamera(); 43 44 Bool_t InterpreteBody(TString &str);45 45 46 46 ClassDef(MReportCamera, 1) // Class for CAMERA-REPORT information -
trunk/MagicSoft/Mars/mreport/MReportDAQ.h
r2592 r2707 9 9 { 10 10 private: 11 Bool_t InterpreteBody(TString &str); 12 11 13 public: 12 14 MReportDAQ(); 13 14 Bool_t InterpreteBody(TString &str);15 15 16 16 ClassDef(MReportDAQ, 1) // Class for DAQ-REPORT information -
trunk/MagicSoft/Mars/mreport/MReportDrive.h
r2592 r2707 23 23 Double_t fErrorAz; // [?] 24 24 25 Bool_t InterpreteBody(TString &str); 26 25 27 public: 26 28 MReportDrive(); 27 28 Bool_t InterpreteBody(TString &str);29 29 30 30 Double_t GetMjd() const { return fMjd; } -
trunk/MagicSoft/Mars/mreport/MReportTrigger.h
r2592 r2707 19 19 //TArrayF fRates; //[Hz] curently undefined 20 20 21 Bool_t InterpreteBody(TString &str); 22 21 23 public: 22 24 MReportTrigger(); 23 24 Bool_t InterpreteBody(TString &str);25 25 26 26 ClassDef(MReportTrigger, 1) // Class for TRIGGER-REPORT information -
trunk/MagicSoft/Mars/mreport/Makefile
r2687 r2707 31 31 SRCFILES = MReport.cc \ 32 32 MReportCC.cc \ 33 MReportRun.cc \ 33 34 MReportDAQ.cc \ 34 35 MReportDrive.cc \ -
trunk/MagicSoft/Mars/mreport/ReportLinkDef.h
r2687 r2707 8 8 9 9 #pragma link C++ class MReportCC+; 10 #pragma link C++ class MReportRun+; 10 11 #pragma link C++ class MReportDAQ+; 11 12 #pragma link C++ class MReportDrive+;
Note:
See TracChangeset
for help on using the changeset viewer.