Ignore:
Timestamp:
07/20/11 18:01:11 (13 years ago)
Author:
tbretz
Message:
Added fStartCells and increased version number
File:
1 edited

Legend:

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

    r9226 r11489  
    3636
    3737    MArrayB *fABFlags;            //-> A information about the exact trigger position
     38    MArrayS *fStartCells;         //
    3839
    3940    UShort_t fNumBytesPerSample;
     
    7778    void ResetPixels();
    7879    void ResetPixels(UShort_t npix, UShort_t maxid);
     80    void InitStartCells();
    7981    void AddPixel(UShort_t nOfPixel, const TArrayC &data);
    8082    void Set(const MArrayI &data);
     
    9092    UInt_t   GetScale() const { return 1<<((fNumBytesPerSample-1)*8); }
    9193    UInt_t   GetMax() const   { return (UInt_t)(~1)>>((4-fNumBytesPerSample)*8); }
     94
     95    Byte_t   *GetSamples() const;
     96    UShort_t *GetStartCells() const;
     97    UShort_t *GetPixelIds() const;
     98
     99    Bool_t HasStartCells() const;
    92100
    93101    void ReadPixel(istream &fin, Int_t npix);
     
    109117        ;
    110118
    111     ClassDef(MRawEvtData, 7) //Container to store the raw Event Data
     119    ClassDef(MRawEvtData, 8) //Container to store the raw Event Data
    112120};
    113121
Note: See TracChangeset for help on using the changeset viewer.