11 #ifndef PndSdsDigiTopix4Header_H 12 #define PndSdsDigiTopix4Header_H 25 out <<
"PndSdsDigiTopix4Header : Frame Count" << digi.
GetFrameCount() <<
" FE: " << digi.
GetFE() <<
" Chip Address " << digi.
GetChipAddress() <<
" Error Correction Code " 33 PndSdsDigiTopix4Header(UInt_t framecount, Int_t fe, UInt_t chipaddress, UInt_t ecc, UInt_t framecountindependent, Int_t deltaframecount, UInt_t numberofevents,
34 UInt_t numberofeventsinframe);
51 UInt_t
GetFE()
const {
return fFE; }
53 UInt_t
GetECC()
const {
return fECC; }
60 void SetFE(Int_t fe) { fFE = fe; }
62 void SetECC(UInt_t ecc) { fECC = ecc; }
70 void Print() { std::cout << *
this; }
77 UInt_t fFrameCountIndependent;
78 Int_t fDeltaFrameCount;
79 UInt_t fNumberOfEvents;
80 UInt_t fNumberOfEventsInFrame;