Changeset 19945 for trunk/Mars/mgeom


Ignore:
Timestamp:
04/06/20 10:25:23 (5 years ago)
Author:
tbretz
Message:
According to Merlin, the correct distance of the HAWC's Eye pixels is 15mm (I am not sure about the FAMOUS - aluminium cone telescope)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mgeom/MGeomCamFAMOUS.cc

    r19673 r19945  
    106106
    107107    const Int_t    rings    = 4;
    108     const Double_t diameter = 16;
     108    const Double_t diameter = 15;
    109109
    110110    //
     
    145145    const MGeomPix pix64(x*diameter, -y*diameter, diameter);
    146146    SetAt(cnt++, pix64);
    147 
    148 
    149147}
Note: See TracChangeset for help on using the changeset viewer.