Ignore:
Timestamp:
03/02/07 12:15:34 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5399 r8353  
    3636    MArrayB *fABFlags;            //-> A information about the exact trigger position
    3737
    38     Int_t fConnectedPixels;   //!
     38    Int_t fConnectedPixels;       //!
    3939
    4040    void InitArrays(UShort_t numconnected=0, UShort_t maxid=0);
     
    6161
    6262    void ResetPixels(UShort_t npix, UShort_t maxid);
    63     void AddPixel(UShort_t nOfPixel, TArrayC *data, Bool_t lflag=kFALSE);
     63    void AddPixel(UShort_t nOfPixel, TArrayC *data);
    6464
    6565    UShort_t GetNumHiGainSamples() const;
    6666    UShort_t GetNumLoGainSamples() const;
     67    UInt_t   GetNumSamples() const { return GetNumHiGainSamples()+GetNumLoGainSamples(); }
    6768    UShort_t GetNumPixels() const;
    6869
    69     void ReadPixel(istream &fin, Int_t npix, Bool_t ab);
    70     //void ReadEvt(istream &fin, Int_t posinarray);
     70    void ReadPixel(istream &fin, Int_t npix);
     71    void SetABFlag(Int_t npix, Bool_t ab);
    7172    void SkipEvt(istream &fin);
    7273
     
    8586        ;
    8687
    87     ClassDef(MRawEvtData, 5) //Container to store the raw Event Data
     88    ClassDef(MRawEvtData, 6) //Container to store the raw Event Data
    8889};
    8990
Note: See TracChangeset for help on using the changeset viewer.