Ignore:
Timestamp:
10/13/07 19:56:29 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgeom/MGeomPix.h

    r8385 r8756  
    1313    static const Float_t gsTan60; // tan(60/kRad2Deg);
    1414    static const Float_t gsTan30; // tan(30/kRad2Deg);
     15
     16    enum {
     17        kRightTop,
     18        kRight,
     19        kRightBottom,
     20        kLeftBottom,
     21        kLeft,
     22        kLeftTop
     23    };
    1524
    1625private:
     
    6877    Float_t GetAngle(const MGeomPix &pix) const { return TMath::ATan2(fX - pix.GetX(), fY - pix.GetY()); }
    6978
    70 
    7179    Float_t GetA() const    { return fA; /*fD*fD*gsTan60/2;*/ }
    7280    Int_t   GetAidx() const { return fAidx; }
     
    7987
    8088    Bool_t IsInside(Float_t px, Float_t py) const;
     89    Int_t  GetDirection(const MGeomPix &pix) const;
    8190
    8291    /*
Note: See TracChangeset for help on using the changeset viewer.