Changeset 3716 for trunk/MagicSoft


Ignore:
Timestamp:
04/13/04 15:05:13 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3713 r3716  
    3131   * mgeom/MGeomMirror.h
    3232     - include <TVector3.h>, otherwise it does not compile on my machine 
     33
     34
    3335
    3436 2004/04/13: Thomas Bretz
     
    4951   * mgeom/MGeomMirror.[h,cc]:
    5052     - replaced fReflector by *fReflector
     53
     54   * mmain/MGDisplayAdc.cc:
     55     - fixed a bug which caused the wrong histogram entry to be
     56       displayed
    5157
    5258
  • trunk/MagicSoft/Mars/mmain/MGDisplayAdc.cc

    r2503 r3716  
    333333    fCanvas->Clear();
    334334
    335     const Int_t idx = fHistoList->GetSelectedEntry()->EntryId(); //selected-1;
     335    const Int_t idx = fHistoList->GetSelectedEntry()->EntryId()-1; //selected-1;
    336336
    337337    if (!fHists->HasHi(idx))
Note: See TracChangeset for help on using the changeset viewer.