Changeset 8807 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/14/08 16:18:59 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8805 r8807  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2008/01/14 Thomas Bretz
     22
     23   * mpointing/MPointing.h:
     24     - added enumeration operator[]
     25
     26
    2027
    2128 2008/01/11 Thomas Bretz
  • trunk/MagicSoft/Mars/mpointing/MPointing.h

    r8725 r8807  
    227227    }
    228228
     229    Double_t &operator[](UInt_t i) { return *fCoeff[i]; }
     230
    229231    void SetMinuitParameters(TMinuit &m, Int_t n=-1) const;
    230232    void GetMinuitParameters(TMinuit &m, Int_t n=-1);
Note: See TracChangeset for help on using the changeset viewer.