Changeset 4966 for trunk/MagicSoft/Mars/mreport
- Timestamp:
- 09/13/04 08:57:58 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mreport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReportTrigger.cc
r4926 r4966 17 17 ! 18 18 ! Author(s): Thomas Bretz, 11/2003 <mailto:tbretz@astro.uni-wuerzburg.de> 19 ! 19 ! Author(s): Antonio Stamerra, 05/2004 <mailto:antonio.stamerra@pi.infn.it> 20 20 ! 21 ! Copyright: MAGIC Software Development, 2000-200 321 ! Copyright: MAGIC Software Development, 2000-2004 22 22 ! 23 23 ! … … 113 113 if (!fLiveTime) 114 114 return kFALSE; 115 116 115 117 116 return MReport::SetupReading(plist); -
trunk/MagicSoft/Mars/mreport/MReportTrigger.h
r4921 r4966 20 20 private: 21 21 22 Float_t fL2BeforePrescaler; //!L2 trigger rate before prescaler23 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 24 24 25 MTriggerBit *fBit; //! container of the L2 prescaler rates26 MTriggerIPR *fIPR; //! container of the IPR27 MTriggerCell *fCell; //! container of the L1 cell trigger rates25 MTriggerBit *fBit; //! container of the L2 prescaler rates 26 MTriggerIPR *fIPR; //! container of the IPR 27 MTriggerCell *fCell; //! container of the L1 cell trigger rates 28 28 MTriggerPrescFact *fPrescFactor; //! container of the L2 prescaling factors 29 MTriggerLiveTime *fLiveTime; //! container of the scaler live-deadtime29 MTriggerLiveTime *fLiveTime; //! container of the scaler live-deadtime 30 30 31 31 Bool_t SetupReading(MParList &plist); … … 49 49 Float_t GetL2AfterPrescaler() const { return fL2AfterPrescaler; } 50 50 51 ClassDef(MReportTrigger, 1) // Class for TRIGGER-REPORT information51 ClassDef(MReportTrigger, 2) // Class for TRIGGER-REPORT information 52 52 }; 53 53
Note:
See TracChangeset
for help on using the changeset viewer.