Changeset 7804 for trunk/MagicSoft/Mars/mpedestal
- Timestamp:
- 07/26/06 11:46:55 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/mpedestal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/MPedPhotCam.cc
r7349 r7804 17 17 ! 18 18 ! Author(s): Thomas Bretz, 12/2003 <mailto:tbretz@astro.uni-wuerzburg.de> 19 ! 19 ! Author(s): Hendrik Bartko, 07/2003 <mailto:hbartko@mppmu.mpg.de> 20 20 ! 21 21 ! Copyright: MAGIC Software Development, 2000-2004 … … 244 244 void MPedPhotCam::Clear(Option_t *o) 245 245 { 246 { fArray-> ForEach(TObject, Clear)(); }247 { fAreas-> ForEach(TObject, Clear)(); }248 { fSectors-> ForEach(TObject, Clear)(); }246 { fArray->R__FOR_EACH(TObject, Clear)(); } 247 { fAreas->R__FOR_EACH(TObject, Clear)(); } 248 { fSectors->R__FOR_EACH(TObject, Clear)(); } 249 249 } 250 250 -
trunk/MagicSoft/Mars/mpedestal/MPedestalCam.cc
r7188 r7804 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@ uni-sw.gwdg.de>19 ! 20 ! 18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@astro.uni-wuerzburg.de> 19 ! Author(s): Markus Gaug 02/2004 <mailto:markus@ifae.es> 20 ! Author(s): Florian Goebel 06/2004 <mailto:fgoebel@mppmu.mpg.de> 21 21 ! 22 22 ! Copyright: MAGIC Software Development, 2000-2004 … … 269 269 void MPedestalCam::Clear(Option_t *o) 270 270 { 271 { fArray-> ForEach(TObject, Clear)(); }272 { fAverageAreas-> ForEach(TObject, Clear)(); }273 { fAverageSectors-> ForEach(TObject, Clear)(); }271 { fArray->R__FOR_EACH(TObject, Clear)(); } 272 { fAverageAreas->R__FOR_EACH(TObject, Clear)(); } 273 { fAverageSectors->R__FOR_EACH(TObject, Clear)(); } 274 274 275 275 fTotalEntries = 0;
Note:
See TracChangeset
for help on using the changeset viewer.