Changeset 4716 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 08/23/04 17:49:53 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MArrivalTime.h
r4714 r4716 40 40 const TArrayF &GetDataErr() const { return fDataErr; } 41 41 42 Double_t operator[](int i) { return fData[i]; } 42 Double_t operator[](int i) { return fData[i]; } 43 Double_t operator[](int i) const { return fData[i]; } 43 44 44 45 // Do not do such things! It is highly dangerous to use two very similar operators
Note:
See TracChangeset
for help on using the changeset viewer.