Ignore:
Timestamp:
05/04/04 17:13:27 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3937 r3961  
    8787//
    8888MBadPixelsPix::MBadPixelsPix(const char* name, const char* title)
    89     : fInfo(3)
    9089{
    9190    fName  = name  ? name  : "MBadPixelsPix";
    9291    fTitle = title ? title : "Container storing bad pixel information for a single pixel";
    9392
    94     fInfo[0] = 0;
    95     fInfo[1] = 0;
    96     fInfo[2] = 0;
     93    fInfo.Set(3);
    9794
    98     //    memset(&fInfo,0,3*sizeof(Int_t));
    9995}
    10096
Note: See TracChangeset for help on using the changeset viewer.