Ignore:
Timestamp:
11/14/01 10:03:20 (23 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

    r1023 r1076  
    191191//  list this hexagon with its attributes
    192192//
    193 void MHexagon::ls(Option_t *)
     193void MHexagon::ls(const Option_t *) const
    194194{
    195195    TROOT::IndentLevel();
     
    247247void MHexagon::Print(Option_t *) const
    248248{
    249     cout << "MHexagon - " << GetName() << ": ";
     249    cout << "MHexagon: ";
    250250    cout << "x=" << fX << "mm y=" << fY << "mm r=" << fD << "mm" << endl;
    251251
  • trunk/MagicSoft/Mars/mgui/MHexagon.h

    r1023 r1076  
    5151    //virtual void  ExecuteEvent(Int_t event, Int_t px, Int_t py);
    5252
    53     virtual void  ls (Option_t *Option="");
     53    virtual void  ls(const Option_t *Option="") const;
    5454    virtual void  Paint(Option_t *Option="");
    5555    virtual void  PaintHexagon(Float_t x, Float_t y, Float_t d);
Note: See TracChangeset for help on using the changeset viewer.