Ignore:
Timestamp:
01/06/11 16:51:46 (14 years ago)
Author:
tbretz
Message:
Added a new abstract function GetL() to MGeom.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mgeom/MGeom.h

    r9571 r10089  
    7979    Float_t GetY() const  { return fY; }
    8080
     81    virtual Float_t GetL() const = 0;    // Length of a side to a neighbor
    8182    virtual Float_t GetT() const = 0;    // Maximum elongation
    8283
Note: See TracChangeset for help on using the changeset viewer.