Ignore:
Timestamp:
07/12/03 22:01:34 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2206 r2274  
    2121    MGeomCam     *fGeomCam; //!
    2222
    23     TArrayS fPixelsID;  // Pixel IDs for blind pixels, which are entered by the user.
     23    TArrayS fPixelsIdx;  // Pixel Indices for blind pixels, which are entered by the user.
    2424
    2525    Byte_t fFlags;      // flag for the method which is used
     
    5555    }
    5656
    57     void SetPixels(Int_t num, Short_t *ids);
    58     void SetPixels(const TArrayS pix) { SetPixels((Int_t)pix.GetSize(), (Short_t*)pix.GetArray()); }
     57    void SetPixelIndices(const TArrayS &pix) { fPixelsIdx = pix; }
    5958    virtual Bool_t ReInit(MParList *pList);
    6059
Note: See TracChangeset for help on using the changeset viewer.