Changeset 2593 for trunk/MagicSoft/Mars/mreport
- Timestamp:
- 12/02/03 16:12:06 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mreport
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReportCamera.cc
r2591 r2593 54 54 { 55 55 fName = "MReportCamera"; 56 fTitle = "Class for CAMERA-REPORT information"; 56 57 } 57 58 -
trunk/MagicSoft/Mars/mreport/MReportDAQ.cc
r2591 r2593 45 45 { 46 46 fName = "MReportDAQ"; 47 fTitle = "Class for DAQ-REPORT information"; 47 48 } 48 49 -
trunk/MagicSoft/Mars/mreport/MReportDrive.cc
r2592 r2593 46 46 MReportDrive::MReportDrive() : MReport("DRIVE-REPORT") 47 47 { 48 fName = "MReportDrive"; 48 fName = "MReportDrive"; 49 fTitle = "Class for DRIVE-REPORT information"; 49 50 } 50 51 -
trunk/MagicSoft/Mars/mreport/MReportTrigger.cc
r2592 r2593 40 40 MReportTrigger::MReportTrigger() : MReport("TRIGGER-REPORT"), fPrescalerRates(19) 41 41 { 42 fName = "MReportTrigger"; 42 fName = "MReportTrigger"; 43 fTitle = "Class for TRIGGER-REPORT information"; 43 44 } 44 45
Note:
See TracChangeset
for help on using the changeset viewer.