Changeset 5117 for trunk/MagicSoft/Mars/mbadpixels
- Timestamp:
- 09/19/04 17:55:17 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mbadpixels
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCalc.h
r4632 r5117 37 37 38 38 #endif 39 40 41 42 -
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc
r4889 r5117 166 166 { 167 167 fArray->ForEach(TObject, Clear)(); 168 } 169 170 // -------------------------------------------------------------------------- 171 // 172 // Reset event depending bits 173 // 174 void MBadPixelsCam::Reset() 175 { 176 fArray->ForEach(MParContainer, Reset)(); 168 177 } 169 178 -
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.h
r4889 r5117 25 25 ~MBadPixelsCam(); 26 26 27 void Reset(); 27 28 void Clear(Option_t *o=""); 28 29 void Print(Option_t *o="") const;
Note:
See TracChangeset
for help on using the changeset viewer.