Ignore:
Timestamp:
10/31/02 14:30:11 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MBlindPixelCalc.h

    r1496 r1572  
    5151
    5252    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()); }
    5454    virtual Bool_t ReInit(MParList *pList);
    5555
Note: See TracChangeset for help on using the changeset viewer.