Ignore:
Timestamp:
07/26/06 11:46:55 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mpointing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpointing/MSrcPosCam.cc

    r7142 r7804  
    136136// gui elements to a macro-file.
    137137//
    138 void MSrcPosCam::StreamPrimitive(ofstream &out) const
     138void MSrcPosCam::StreamPrimitive(ostream &out) const
    139139{
    140140    out << "   MSrcPosCam " << GetUniqueName();
     
    148148    out << ";" << endl;
    149149
    150     out << "   " << GetUniqueName() << ".SetXY(" << fX << ", " << fY << ");" << endl;}
     150    out << "   " << GetUniqueName() << ".SetXY(" << fX << ", " << fY << ");" << endl;
     151}
  • trunk/MagicSoft/Mars/mpointing/MSrcPosCam.h

    r7142 r7804  
    3131    TVector2 GetXY() const;
    3232
     33    void Print(Option_t *opt=NULL) const;
    3334
    34     void Print(Option_t *opt=NULL) const;
    35     void StreamPrimitive(ofstream &out) const;
     35    void StreamPrimitive(ostream &out) const;
    3636
    3737    //void AsciiRead(ifstream &fin);
Note: See TracChangeset for help on using the changeset viewer.