Changeset 3379 for trunk/MagicSoft/Mars/mgeom/MGeomCorsikaCT.cc
- Timestamp:
- 03/02/04 13:39:02 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomCorsikaCT.cc
r2521 r3379 65 65 fCTfocal=ctfocal; 66 66 } 67 // -------------------------------------------------------------------------- 68 // 69 // Print the geometry information of one pixel. 70 // 71 void MGeomCorsikaCT::Print(Option_t *opt) const 72 { 73 // information about a telescope 74 *fLog << all << "x = " << fCTx << ", y = " << fCTy << ", z = " 75 << fCTz << " cm " << endl; 76 }
Note:
See TracChangeset
for help on using the changeset viewer.