Changeset 1082 for trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.cc
- Timestamp:
- 11/15/01 12:06:46 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.cc
r1052 r1082 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 12/2000 (tbretz@uni-sw.gwdg.de)18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@uni-sw.gwdg.de> 19 19 ! 20 20 ! Copyright: MAGIC Software Development, 2000-2001 … … 143 143 void MRawEvtPixelIter::Draw(Option_t *t) 144 144 { 145 char *txt = new char[6+strlen(t)]; 146 sprintf(txt, "%s%d", t, *fHiGainId); 147 fData->Draw(txt); 148 delete txt; 145 fData->Draw(Form("%s%d", t, *fHiGainId)); 149 146 } 150 147
Note:
See TracChangeset
for help on using the changeset viewer.