Ignore:
Timestamp:
04/20/07 09:55:19 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mbadpixels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc

    r8279 r8423  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MBadPixelsCam.cc,v 1.48 2007-01-30 14:16:44 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MBadPixelsCam.cc,v 1.49 2007-04-20 08:55:17 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    169169void MBadPixelsCam::Clear(Option_t *o)
    170170{
    171     fArray->R__FOR_EACH(TObject, Clear)();
     171    fArray->R__FOR_EACH(TObject, Clear)(o);
    172172}
    173173
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.cc

    r7188 r8423  
    129129void MBadPixelsPix::Clear(Option_t *o)
    130130{
    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);
    132139}
    133140
Note: See TracChangeset for help on using the changeset viewer.