Changeset 9385 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 03/04/09 18:46:07 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r9380 r9385 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.12 1 2009-03-03 13:32:00tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.122 2009-03-04 18:45:26 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 307 307 for (Int_t idx=0; idx<fNcells-2; idx++) 308 308 { 309 if ( (*fGeomCam)[idx].DistanceToPrimitive(x, y)>0)309 if (!(*fGeomCam)[idx].IsInside(x, y)) 310 310 continue; 311 311 … … 979 979 gPad->GetX2()> maxr || gPad->GetY2()>maxr ? 1 : fGeomCam->GetConvMm2Deg(); 980 980 981 TAttLine line ;981 TAttLine line(kBlack, kSolid, 1); 982 982 TAttFill fill; 983 line.SetLineStyle(kSolid);984 line.SetLineColor(kBlack);985 983 for (Int_t i=0; i<fNcells-2; i++) 986 984 {
Note:
See TracChangeset
for help on using the changeset viewer.