Changeset 9948 for trunk/Mars


Ignore:
Timestamp:
09/29/10 18:12:06 (14 years ago)
Author:
tbretz
Message:
Implemented missing WriteM into MMirrorSquare
Location:
trunk/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/Changelog

    r9947 r9948  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21 2010/09/30 Thomas Bretz
     22
     23   * msimreflector/MMirrorSquare.[h,cc]:
     24     - implemented WriteM
     25
     26
     27
    2128 2010/09/29 Thomas Bretz
    2229
     
    2835     - added MMirrorHex90
    2936
    30    * msimreflector/MMirrorDisk.[h,cc], msimreflector/MMirrorSquare.[h,cc]:
     37   * msimreflector/MMirrorDisk.[h,cc]:
    3138     - implemented WriteM
    3239
  • trunk/Mars/msimreflector/MMirrorSquare.cc

    r9371 r9948  
    185185    return 1;
    186186}
     187
     188// ------------------------------------------------------------------------
     189//
     190void MMirrorSquare::WriteM(ostream &out) const
     191{
     192    out << fSideLength*2;
     193}
  • trunk/Mars/msimreflector/MMirrorSquare.h

    r9371 r9948  
    2222
    2323    Int_t ReadM(const TObjArray &tok);
     24    void  WriteM(std::ostream &out) const;
    2425
    2526    // TObject
Note: See TracChangeset for help on using the changeset viewer.