Changeset 7804 for trunk/MagicSoft/Mars/mpointing
- Timestamp:
- 07/26/06 11:46:55 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/mpointing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpointing/MSrcPosCam.cc
r7142 r7804 136 136 // gui elements to a macro-file. 137 137 // 138 void MSrcPosCam::StreamPrimitive(o fstream &out) const138 void MSrcPosCam::StreamPrimitive(ostream &out) const 139 139 { 140 140 out << " MSrcPosCam " << GetUniqueName(); … … 148 148 out << ";" << endl; 149 149 150 out << " " << GetUniqueName() << ".SetXY(" << fX << ", " << fY << ");" << endl;} 150 out << " " << GetUniqueName() << ".SetXY(" << fX << ", " << fY << ");" << endl; 151 } -
trunk/MagicSoft/Mars/mpointing/MSrcPosCam.h
r7142 r7804 31 31 TVector2 GetXY() const; 32 32 33 void Print(Option_t *opt=NULL) const; 33 34 34 void Print(Option_t *opt=NULL) const; 35 void StreamPrimitive(ofstream &out) const; 35 void StreamPrimitive(ostream &out) const; 36 36 37 37 //void AsciiRead(ifstream &fin);
Note:
See TracChangeset
for help on using the changeset viewer.