Changeset 3716 for trunk/MagicSoft
- Timestamp:
- 04/13/04 15:05:13 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3713 r3716 31 31 * mgeom/MGeomMirror.h 32 32 - include <TVector3.h>, otherwise it does not compile on my machine 33 34 33 35 34 36 2004/04/13: Thomas Bretz … … 49 51 * mgeom/MGeomMirror.[h,cc]: 50 52 - replaced fReflector by *fReflector 53 54 * mmain/MGDisplayAdc.cc: 55 - fixed a bug which caused the wrong histogram entry to be 56 displayed 51 57 52 58 -
trunk/MagicSoft/Mars/mmain/MGDisplayAdc.cc
r2503 r3716 333 333 fCanvas->Clear(); 334 334 335 const Int_t idx = fHistoList->GetSelectedEntry()->EntryId() ; //selected-1;335 const Int_t idx = fHistoList->GetSelectedEntry()->EntryId()-1; //selected-1; 336 336 337 337 if (!fHists->HasHi(idx))
Note:
See TracChangeset
for help on using the changeset viewer.