Changeset 2591 for trunk/MagicSoft/Mars/mreport/MReport.h
- Timestamp:
- 12/02/03 16:03:49 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReport.h
r2566 r2591 12 12 { 13 13 private: 14 const TString fIdentifier; //! 15 const Bool_t fHasReportTime; //! 14 const TString fIdentifier; //! Identifier of the subsystem 15 const Bool_t fHasReportTime; //! Intermediate solution for DC currents 16 16 17 Byte_t fState; 18 MTime *fTime; //!17 Byte_t fState; // Status of the subsystem 18 MTime *fTime; //! pointer to the corresponding time stamp 19 19 20 20 ULong_t Hash() const { return fIdentifier.Hash(); }
Note:
See TracChangeset
for help on using the changeset viewer.