23 #ifndef PndSdsDigiTopix4Header_H 24 #define PndSdsDigiTopix4Header_H 37 out <<
"PndSdsDigiTopix4Header : Frame Count" << digi.
GetFrameCount() <<
" FE: " << digi.
GetFE() <<
" Chip Address " << digi.
GetChipAddress() <<
" Error Correction Code " 45 PndSdsDigiTopix4Header(UInt_t framecount, Int_t fe, UInt_t chipaddress, UInt_t ecc, UInt_t framecountindependent, Int_t deltaframecount, UInt_t numberofevents,
46 UInt_t numberofeventsinframe);
63 UInt_t
GetFE()
const {
return fFE; }
65 UInt_t
GetECC()
const {
return fECC; }
72 void SetFE(Int_t fe) { fFE = fe; }
74 void SetECC(UInt_t ecc) { fECC = ecc; }
82 void Print() { std::cout << *
this; }
89 UInt_t fFrameCountIndependent;
90 Int_t fDeltaFrameCount;
91 UInt_t fNumberOfEvents;
92 UInt_t fNumberOfEventsInFrame;