Changeset 2231 for trunk


Ignore:
Timestamp:
06/24/03 16:19:34 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2230 r2231  
    5252   * mraw/MRawEvtData.cc:
    5353     - fixed a degug level problem
     54
     55   * mgui/MHexagon.[h,cc]:
     56     - fixed CopyConstructor
    5457
    5558
  • trunk/MagicSoft/Mars/mgui/MHexagon.h

    r2229 r2231  
    4040    MHexagon();
    4141    MHexagon(Float_t x, Float_t y, Float_t d);
    42     MHexagon(MGeomPix &pix);
     42    MHexagon(const MGeomPix &pix);
    4343    MHexagon(const MHexagon &hexagon);
    4444
  • trunk/MagicSoft/Mars/mhist/MHCamera.cc

    r2229 r2231  
    10141014        return;
    10151015
     1016    cout << GetTitle() << " <" << GetName() << ">" << endl;
    10161017    cout << "Software Pixel Index: " << idx << endl;
    10171018    cout << "Hardware Pixel Id:    " << idx+1 << endl;
Note: See TracChangeset for help on using the changeset viewer.