Changeset 9385 for trunk/MagicSoft/Mars/mgui
- Timestamp:
- 03/04/09 18:46:07 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mgui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MHexagon.cc
r9235 r9385 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHexagon.cc,v 1.3 1 2009-01-21 14:34:48tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHexagon.cc,v 1.32 2009-03-04 18:45:26 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 48 48 49 49 #include "MMath.h" 50 #include "MGeomPix.h" // GetX51 50 52 51 ClassImp(MHexagon); … … 75 74 : TAttLine(1, 1, 1), TAttFill(0, 1001), fX(x), fY(y), fD(d), fPhi(phi) 76 75 { 77 }78 79 // ------------------------------------------------------------------------80 //81 // normal constructor for MHexagon82 //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();91 76 } 92 77 -
trunk/MagicSoft/Mars/mgui/MHexagon.h
r9235 r9385 26 26 #endif 27 27 28 class MGeomPix;29 28 class TOrdCollection; 30 29 … … 51 50 MHexagon(); 52 51 MHexagon(Float_t x, Float_t y, Float_t d, Float_t phi=0); 53 MHexagon(const MGeomPix &pix);54 52 MHexagon(const MHexagon &hexagon); 55 53
Note:
See TracChangeset
for help on using the changeset viewer.