Changeset 8353 for trunk/MagicSoft/Mars/mraw/MRawEvtData.h
- Timestamp:
- 03/02/07 12:15:34 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawEvtData.h
r5399 r8353 36 36 MArrayB *fABFlags; //-> A information about the exact trigger position 37 37 38 Int_t fConnectedPixels; //!38 Int_t fConnectedPixels; //! 39 39 40 40 void InitArrays(UShort_t numconnected=0, UShort_t maxid=0); … … 61 61 62 62 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); 64 64 65 65 UShort_t GetNumHiGainSamples() const; 66 66 UShort_t GetNumLoGainSamples() const; 67 UInt_t GetNumSamples() const { return GetNumHiGainSamples()+GetNumLoGainSamples(); } 67 68 UShort_t GetNumPixels() const; 68 69 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); 71 72 void SkipEvt(istream &fin); 72 73 … … 85 86 ; 86 87 87 ClassDef(MRawEvtData, 5) //Container to store the raw Event Data88 ClassDef(MRawEvtData, 6) //Container to store the raw Event Data 88 89 }; 89 90
Note:
See TracChangeset
for help on using the changeset viewer.