Changeset 1572 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 10/31/02 14:30:11 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MBlindPixelCalc.h
r1496 r1572 51 51 52 52 void SetPixels(Int_t num, Short_t *ids); 53 void SetPixels(const TArrayS pix) { SetPixels( pix.GetSize(),pix.GetArray()); }53 void SetPixels(const TArrayS pix) { SetPixels((Int_t)pix.GetSize(), (Short_t*)pix.GetArray()); } 54 54 virtual Bool_t ReInit(MParList *pList); 55 55
Note:
See TracChangeset
for help on using the changeset viewer.