Changeset 9312 for trunk/MagicSoft/Mars/mtools
- Timestamp:
- 02/10/09 20:00:10 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtools/MagicJam.cc
r9235 r9312 77 77 #include <TGFileDialog.h> 78 78 79 #include "MH.h" 79 80 #include "MHexagon.h" 80 81 #include "MGeomCam.h" … … 365 366 if (fImage) 366 367 { 367 SetRange(); 368 const Float_t r = fGeomCam->GetMaxRadius(); 369 370 MH::SetPadRange(-r*1.02, -r*1.02, TestBit(kNoLegend) ? r : 1.15*r, r*1.2); 368 371 369 372 Double_t x1, y1, x2, y2; … … 732 735 cam[i].SetNeighbors(nn[0], nn[1], nn[2], nn[3], nn[4], nn[5]); 733 736 } 737 738 cam.InitGeometry(); 734 739 735 740 SetGeometry(cam); … … 856 861 o->Draw(); 857 862 gPad->SetBit(kCannotPick); 858 gPad->GetPad(1)->SetBit(kCannotPick);859 863 } 860 864
Note:
See TracChangeset
for help on using the changeset viewer.