Changeset 2183 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 06/17/03 13:04:38 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCurrents.h
r2180 r2183 27 27 UInt_t GetCurrent(Int_t i) const { return (*this)[i]; } 28 28 UInt_t &operator[](Int_t i) { return (UInt_t&)fArray[i]; } 29 const UInt_t &operator[](Int_t i) const { return (* this)[i]; }29 const UInt_t &operator[](Int_t i) const { return (*const_cast<MCurrents*>(this))[i]; } 30 30 31 31 UInt_t GetMin() const;
Note:
See TracChangeset
for help on using the changeset viewer.