Ignore:
Timestamp:
03/04/09 18:46:07 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHCamera.cc

    r9380 r9385  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.121 2009-03-03 13:32:00 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.122 2009-03-04 18:45:26 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    307307    for (Int_t idx=0; idx<fNcells-2; idx++)
    308308    {
    309         if ((*fGeomCam)[idx].DistanceToPrimitive(x, y)>0)
     309        if (!(*fGeomCam)[idx].IsInside(x, y))
    310310            continue;
    311311
     
    979979        gPad->GetX2()> maxr || gPad->GetY2()>maxr ? 1 : fGeomCam->GetConvMm2Deg();
    980980
    981     TAttLine line;
     981    TAttLine line(kBlack, kSolid, 1);
    982982    TAttFill fill;
    983     line.SetLineStyle(kSolid);
    984     line.SetLineColor(kBlack);
    985983    for (Int_t i=0; i<fNcells-2; i++)
    986984    {
Note: See TracChangeset for help on using the changeset viewer.