Ignore:
Timestamp:
05/10/09 11:52:17 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9385 r9441  
    4545    Float_t GetT() const  { return fD/gsTan60; } // Distance between two opposite edges (traverse)
    4646
     47    Float_t GetDx() const { return fD; }           // Distance of two rows in x-direction (without rotation)
     48    Float_t GetDy() const { return fD*gsTan60/2; } // Distance of two rows in y-direction (without rotation)
     49
    4750    Bool_t  IsInside(Float_t px, Float_t py) const;
    4851    void    PaintPrimitive(const TAttLine &line, const TAttFill &fill, Double_t scalexy=1, Double_t scaled=1) const;
Note: See TracChangeset for help on using the changeset viewer.