FairRoot/PandaRoot
PndSdsDigiTopix4Header.cxx
Go to the documentation of this file.
2 
3 PndSdsDigiTopix4Header::PndSdsDigiTopix4Header() : fFrameCount(0), fFE(0), fChipAddress(0), fECC(0), fFrameCountIndependent(0), fDeltaFrameCount(0), fNumberOfEvents(0), fNumberOfEventsInFrame(0)
4 {
5 }
6 
7 PndSdsDigiTopix4Header::PndSdsDigiTopix4Header(UInt_t framecount, Int_t fe, UInt_t chipaddress, UInt_t ecc, UInt_t framecountindependent, Int_t deltaframecount, UInt_t numberofevents, UInt_t numberofeventsinfame):
8  fFrameCount(framecount), fFE(fe), fChipAddress(chipaddress), fECC(ecc), fFrameCountIndependent(framecountindependent), fDeltaFrameCount(deltaframecount), fNumberOfEvents(numberofevents), fNumberOfEventsInFrame(numberofeventsinfame)
9 {
10 
11 }
12 
Data class to store the header of topix4 frames.
int fe
Definition: anaLmdDigi.C:67
ClassImp(PndAnaContFact)