Changeset 9948 for trunk/Mars/msimreflector
- Timestamp:
- 09/29/10 18:12:06 (14 years ago)
- Location:
- trunk/Mars/msimreflector
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/msimreflector/MMirrorSquare.cc
r9371 r9948 185 185 return 1; 186 186 } 187 188 // ------------------------------------------------------------------------ 189 // 190 void MMirrorSquare::WriteM(ostream &out) const 191 { 192 out << fSideLength*2; 193 } -
trunk/Mars/msimreflector/MMirrorSquare.h
r9371 r9948 22 22 23 23 Int_t ReadM(const TObjArray &tok); 24 void WriteM(std::ostream &out) const; 24 25 25 26 // TObject
Note:
See TracChangeset
for help on using the changeset viewer.