- Timestamp:
- 03/22/01 12:42:31 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MGeomCamCT1.cc
r698 r699 40 40 // add the first pixel to the list 41 41 // 42 Int_t pixnum = 1;42 Int_t pixnum = 0; 43 43 44 44 (*this)[pixnum++].Set(0, 0, diameter); … … 75 75 diameter); 76 76 77 cout << pixnum << " " << ring << endl; 78 77 79 for (int i=0; i<ring; i++) 78 80 (*this)[pixnum++].Set((-ring-i)*0.5*diameter,
Note:
See TracChangeset
for help on using the changeset viewer.