Ignore:
Timestamp:
05/26/04 18:14:22 (21 years ago)
Author:
stamerra
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mpisa/classes/MReportTrigger.h

    r4195 r4196  
    1919{
    2020private:
    21   Byte_t fStatus;    // Trigger status
    2221 
    23   Float_t fL2BeforePrescaler; // L2 trigger rate before prescaler
    24   Float_t fL2AfterPrescaler;  // L2 trigger rate after prescaler
     22  Float_t fL2BeforePrescaler; //! L2 trigger rate before prescaler
     23  Float_t fL2AfterPrescaler;  //! L2 trigger rate after prescaler
    2524 
    26   MTriggerBit *fBit;        // container of the L2 prescaler rates
    27   MTriggerIPR *fPixel;      // container of the IPR
    28   //TArrayF fRates;            //[Hz] IPR (Individual Pixel Rates)
    29   MTriggerCell *fCell;      // container of the L1 cell trigger rates
    30   MTriggerPrescFact *fPrescFactor;   //container of the L2 prescaling factors
    31   MTriggerLiveTime *fLiveTime; //container of the scaler live-deadtime
     25  MTriggerBit *fBit;        //! container of the L2 prescaler rates
     26  MTriggerIPR *fPixel;      //! container of the IPR
     27  MTriggerCell *fCell;      //! container of the L1 cell trigger rates
     28  MTriggerPrescFact *fPrescFactor;  //! container of the L2 prescaling factors
     29  MTriggerLiveTime *fLiveTime; //! container of the scaler live-deadtime
    3230 
    3331  Bool_t SetupReading(MParList &plist);
     
    4644    MReportTrigger();
    4745
    48     Byte_t GetStatus() const { return fStatus; }
    49 
    5046    Float_t GetL2BeforePrescaler() const { return fL2BeforePrescaler; }
    5147    Float_t GetL2AfterPrescaler() const { return fL2AfterPrescaler; }
Note: See TracChangeset for help on using the changeset viewer.