Changeset 8423 for trunk/MagicSoft/Mars/mbadpixels
- Timestamp:
- 04/20/07 09:55:19 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/mbadpixels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc
r8279 r8423 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MBadPixelsCam.cc,v 1.4 8 2007-01-30 14:16:44tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MBadPixelsCam.cc,v 1.49 2007-04-20 08:55:17 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 169 169 void MBadPixelsCam::Clear(Option_t *o) 170 170 { 171 fArray->R__FOR_EACH(TObject, Clear)( );171 fArray->R__FOR_EACH(TObject, Clear)(o); 172 172 } 173 173 -
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.cc
r7188 r8423 129 129 void MBadPixelsPix::Clear(Option_t *o) 130 130 { 131 fInfo.Reset(0); 131 if (TString(o).IsNull()) 132 { 133 fInfo[1] &= BIT(0); 134 fInfo[0] = fInfo[1] ? kUnsuitableRun : 0; 135 fInfo[2] = 0; 136 } 137 else 138 fInfo.Reset(0); 132 139 } 133 140
Note:
See TracChangeset
for help on using the changeset viewer.