Ignore:
Timestamp:
03/03/09 13:32:58 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9374 r9380  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.120 2009-03-02 14:32:50 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.121 2009-03-03 13:32:00 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    20282028
    20292029    for (Int_t i=0; i<fNcells-2; i++)
    2030         if ((*fGeomCam)[i].DistancetoPrimitive(px*conv, py*conv)<=0)
     2030        if ((*fGeomCam)[i].DistancetoPrimitive(TMath::Nint(px*conv), TMath::Nint(py*conv))<=0)
    20312031            return i;
    20322032
Note: See TracChangeset for help on using the changeset viewer.