Ignore:
Timestamp:
03/02/04 13:39:02 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgeom/MGeomCorsikaCT.cc

    r2521 r3379  
    6565  fCTfocal=ctfocal;
    6666}
     67// --------------------------------------------------------------------------
     68//
     69// Print the geometry information of one pixel.
     70//
     71void 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.