Changeset 19378 for trunk/FACT++
- Timestamp:
- 11/11/18 15:31:27 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/BasicGlCamera.cc
r19367 r19378 271 271 { 272 272 cout << "INFO: 64 SiPMs found -- assuming HAWC's Eye geometry." << endl; 273 hexRadius = 0.06 5f;273 hexRadius = 0.060f; 274 274 } 275 275 else … … 1034 1034 { 1035 1035 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; 1037 1037 } 1038 1038 … … 1049 1049 if (i<64) 1050 1050 { 1051 pixelsCoords[i][1] += 1 ;1051 pixelsCoords[i][1] += 1.5; 1052 1052 pixelsCoords[i][0] *= gsSin60; 1053 1053 }
Note:
See TracChangeset
for help on using the changeset viewer.