Changeset 4078
- Timestamp:
- 05/15/04 17:51:53 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4077 r4078 26 26 - added type in GetPixelContent() whihc asks for Hi-Gain saturation 27 27 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. 28 32 29 33 2004/05/12: Markus Gaug -
trunk/MagicSoft/Mars/mbase/MGMap.cc
r4058 r4078 123 123 // Constructor. For more details see TExMap 124 124 // 125 MGMap::MGMap(Int_t mapSize = 100) : TExMap(mapSize)//, fToolTip(0)125 MGMap::MGMap(Int_t mapSize) : TExMap(mapSize)//, fToolTip(0) 126 126 { 127 127 // fToolTip = new TGToolTip(0, "", 0); … … 335 335 // Paint all elements to the pad by calling their Paint() function 336 336 // 337 void MGMap::Paint(Option_t *o ="")337 void MGMap::Paint(Option_t *o) 338 338 { 339 339 Long_t key, val;
Note:
See TracChangeset
for help on using the changeset viewer.