Ignore:
Timestamp:
01/17/09 14:52:43 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/MRawEvtData.h

    r9212 r9226  
    5757    }
    5858
     59
    5960public:
    6061    MRawEvtData(const char *name=NULL, const char *title=NULL);
     
    7475    void Draw (Option_t * = NULL);
    7576
     77    void ResetPixels();
    7678    void ResetPixels(UShort_t npix, UShort_t maxid);
    7779    void AddPixel(UShort_t nOfPixel, const TArrayC &data);
    7880    void Set(const MArrayI &data);
     81    void SetIndices(const MArrayS &idx);
     82    void SetIndices();
    7983
    8084    UShort_t GetNumHiGainSamples() const;
Note: See TracChangeset for help on using the changeset viewer.