Changeset 4078


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4077 r4078  
    2626     - added type in GetPixelContent() whihc asks for Hi-Gain saturation
    2727       and return the hi-gain time or the low-gain time, correspondingly.
     28
     29
     30   * mbase/ MGMap.cc
     31     - fixed two bugs which did not complile uder gcc 3.3.x introduced by TB.
    2832
    2933 2004/05/12: Markus Gaug
  • trunk/MagicSoft/Mars/mbase/MGMap.cc

    r4058 r4078  
    123123// Constructor. For more details see TExMap
    124124//
    125 MGMap::MGMap(Int_t mapSize = 100) : TExMap(mapSize)//, fToolTip(0)
     125MGMap::MGMap(Int_t mapSize) : TExMap(mapSize)//, fToolTip(0)
    126126{
    127127//    fToolTip = new TGToolTip(0, "", 0);
     
    335335// Paint all elements to the pad by calling their Paint() function
    336336//
    337 void MGMap::Paint(Option_t *o="")
     337void MGMap::Paint(Option_t *o)
    338338{
    339339    Long_t key, val;
Note: See TracChangeset for help on using the changeset viewer.