Changeset 2592 for trunk/MagicSoft/Mars/mreport/MReportTrigger.cc
- Timestamp:
- 12/02/03 16:05:24 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReportTrigger.cc
r2556 r2592 27 27 // MReportTrigger 28 28 // 29 // This is the class interpreting and storing the TRIGGER-REPORT information. 30 // 29 31 ////////////////////////////////////////////////////////////////////////////// 30 32 #include "MReportTrigger.h" … … 36 38 using namespace std; 37 39 38 MReportTrigger::MReportTrigger() : MReport("TRIGGER-REPORT"), fPrescalerRates(19) //, fRates(11)40 MReportTrigger::MReportTrigger() : MReport("TRIGGER-REPORT"), fPrescalerRates(19) 39 41 { 40 42 fName = "MReportTrigger";
Note:
See TracChangeset
for help on using the changeset viewer.