Ignore:
Timestamp:
08/23/04 17:49:53 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MArrivalTime.h

    r4714 r4716  
    4040    const TArrayF &GetDataErr() const { return fDataErr; }
    4141
    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]; }
    4344
    4445    // 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.