Ignore:
Timestamp:
12/02/03 16:05:24 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mreport/MReportTrigger.cc

    r2556 r2592  
    2727//  MReportTrigger
    2828//
     29// This is the class interpreting and storing the TRIGGER-REPORT information.
     30//
    2931//////////////////////////////////////////////////////////////////////////////
    3032#include "MReportTrigger.h"
     
    3638using namespace std;
    3739
    38 MReportTrigger::MReportTrigger() : MReport("TRIGGER-REPORT"), fPrescalerRates(19)//, fRates(11)
     40MReportTrigger::MReportTrigger() : MReport("TRIGGER-REPORT"), fPrescalerRates(19)
    3941{
    4042    fName = "MReportTrigger";
Note: See TracChangeset for help on using the changeset viewer.