Ignore:
Timestamp:
03/04/09 18:46:07 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mgui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MHexagon.cc

    r9235 r9385  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHexagon.cc,v 1.31 2009-01-21 14:34:48 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHexagon.cc,v 1.32 2009-03-04 18:45:26 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    4848
    4949#include "MMath.h"
    50 #include "MGeomPix.h"       // GetX
    5150
    5251ClassImp(MHexagon);
     
    7574: TAttLine(1, 1, 1), TAttFill(0, 1001), fX(x), fY(y), fD(d), fPhi(phi)
    7675{
    77 }
    78 
    79 // ------------------------------------------------------------------------
    80 //
    81 //    normal constructor for MHexagon
    82 //
    83 MHexagon::MHexagon(const MGeomPix &pix)
    84 : TAttLine(1, 1, 1), TAttFill(0, 1001), fPhi(0)
    85 {
    86     fX = pix.GetX();
    87     fY = pix.GetY();
    88     fD = pix.GetD();
    89 
    90     // fPhi = pix.GetPhi();
    9176}
    9277
  • trunk/MagicSoft/Mars/mgui/MHexagon.h

    r9235 r9385  
    2626#endif
    2727
    28 class MGeomPix;
    2928class TOrdCollection;
    3029
     
    5150    MHexagon();
    5251    MHexagon(Float_t x, Float_t y, Float_t d, Float_t phi=0);
    53     MHexagon(const MGeomPix &pix);
    5452    MHexagon(const MHexagon &hexagon);
    5553
Note: See TracChangeset for help on using the changeset viewer.