Changeset 3961 for trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.cc
- Timestamp:
- 05/04/04 17:13:27 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.cc
r3937 r3961 87 87 // 88 88 MBadPixelsPix::MBadPixelsPix(const char* name, const char* title) 89 : fInfo(3)90 89 { 91 90 fName = name ? name : "MBadPixelsPix"; 92 91 fTitle = title ? title : "Container storing bad pixel information for a single pixel"; 93 92 94 fInfo[0] = 0; 95 fInfo[1] = 0; 96 fInfo[2] = 0; 93 fInfo.Set(3); 97 94 98 // memset(&fInfo,0,3*sizeof(Int_t));99 95 } 100 96
Note:
See TracChangeset
for help on using the changeset viewer.