Changeset 9948 for trunk/Mars
- Timestamp:
- 09/29/10 18:12:06 (14 years ago)
- Location:
- trunk/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/Changelog
r9947 r9948 19 19 -*-*- END OF LINE -*-*- 20 20 21 2010/09/30 Thomas Bretz 22 23 * msimreflector/MMirrorSquare.[h,cc]: 24 - implemented WriteM 25 26 27 21 28 2010/09/29 Thomas Bretz 22 29 … … 28 35 - added MMirrorHex90 29 36 30 * msimreflector/MMirrorDisk.[h,cc] , msimreflector/MMirrorSquare.[h,cc]:37 * msimreflector/MMirrorDisk.[h,cc]: 31 38 - implemented WriteM 32 39 -
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.