- Timestamp:
- 05/26/04 18:14:22 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mpisa/classes/MReportTrigger.h
r4195 r4196 19 19 { 20 20 private: 21 Byte_t fStatus; // Trigger status22 21 23 Float_t fL2BeforePrescaler; // L2 trigger rate before prescaler24 Float_t fL2AfterPrescaler; // L2 trigger rate after prescaler22 Float_t fL2BeforePrescaler; //! L2 trigger rate before prescaler 23 Float_t fL2AfterPrescaler; //! L2 trigger rate after prescaler 25 24 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 32 30 33 31 Bool_t SetupReading(MParList &plist); … … 46 44 MReportTrigger(); 47 45 48 Byte_t GetStatus() const { return fStatus; }49 50 46 Float_t GetL2BeforePrescaler() const { return fL2BeforePrescaler; } 51 47 Float_t GetL2AfterPrescaler() const { return fL2AfterPrescaler; }
Note:
See TracChangeset
for help on using the changeset viewer.