Changeset 19378 for trunk/FACT++


Ignore:
Timestamp:
11/11/18 15:31:27 (6 years ago)
Author:
tbretz
Message:
Layout optimization.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/BasicGlCamera.cc

    r19367 r19378  
    271271        {
    272272            cout << "INFO: 64 SiPMs found -- assuming HAWC's Eye geometry." << endl;
    273             hexRadius = 0.065f;
     273            hexRadius = 0.060f;
    274274        }
    275275        else
     
    10341034            {
    10351035                pixelsCoords[cnt+i][0] = i-3.5;
    1036                 pixelsCoords[cnt+i][1] = 6.75 + (i%2)*0.75;
     1036                pixelsCoords[cnt+i][1] = 7.25 + (i%2)*0.75;
    10371037            }
    10381038
     
    10491049                if (i<64)
    10501050                {
    1051                     pixelsCoords[i][1] += 1;
     1051                    pixelsCoords[i][1] += 1.5;
    10521052                    pixelsCoords[i][0] *= gsSin60;
    10531053                }
Note: See TracChangeset for help on using the changeset viewer.