Changeset 9900 for trunk


Ignore:
Timestamp:
08/30/10 09:51:34 (14 years ago)
Author:
tbretz
Message:
Changed default distance of the FACT camera to 4.9m as suggested by the simulation for a 7.8km height point source.
Location:
trunk/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/Changelog

    r9899 r9900  
    2323   * mhist/MHCamera.cc:
    2424     - added options to display contents as int and float
     25
     26   * mgeom/MGeomCamFACT.cc:
     27     - changed default distance from 4.8887 to 4.90
    2528
    2629
  • trunk/Mars/mgeom/MGeomCamFACT.cc

    r9862 r9900  
    4444//
    4545MGeomCamFACT::MGeomCamFACT(const char *name)
    46     : MGeomCam(1438, 4.8887, name, "Geometry information of the final FACT Camera")
     46    : MGeomCam(1438, 4.90, name, "Geometry information of the final FACT Camera")
    4747{
    4848    CreateCam();
Note: See TracChangeset for help on using the changeset viewer.