FairRoot/PandaRoot
|
Data class to store the header of topix4 frames. More...
#include <PndSdsDigiTopix4Header.h>
Public Member Functions | |
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 numberofeventsinframe) | |
PndSdsDigiTopix4Header & | operator= (const PndSdsDigiTopix4Header &pix) |
UInt_t | GetFrameCount () const |
UInt_t | GetFE () const |
UInt_t | GetChipAddress () const |
UInt_t | GetECC () const |
UInt_t | GetFrameCountIndependent () const |
Int_t | GetDeltaFrameCount () const |
UInt_t | GetNumberOfEvents () const |
UInt_t | GetNumberOfEventsInFrame () const |
void | SetFrameCount (UInt_t fc) |
void | SetFE (Int_t fe) |
void | SetChipAddress (UInt_t ca) |
void | SetECC (UInt_t ecc) |
void | SetFrameCountIndependent (UInt_t fc) |
void | SetDeltaFrameCount (Int_t dfc) |
void | SetNumberOfEvents (UInt_t noe) |
void | SetNumberOfEventsInFrame (UInt_t noe) |
~PndSdsDigiTopix4Header () | |
void | Print () |
Private Member Functions | |
ClassDef (PndSdsDigiTopix4Header, 1) | |
Private Attributes | |
UInt_t | fFrameCount |
Int_t | fFE |
UInt_t | fChipAddress |
UInt_t | fECC |
UInt_t | fFrameCountIndependent |
Int_t | fDeltaFrameCount |
UInt_t | fNumberOfEvents |
UInt_t | fNumberOfEventsInFrame |
Friends | |
std::ostream & | operator<< (std::ostream &out, PndSdsDigiTopix4Header &digi) |
Data class to store the header of topix4 frames.
PndSdsDigiTopix4Header.h
Definition at line 23 of file PndSdsDigiTopix4Header.h.
PndSdsDigiTopix4Header::PndSdsDigiTopix4Header | ( | ) |
Definition at line 3 of file PndSdsDigiTopix4Header.cxx.
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 | numberofeventsinframe | ||
) |
Definition at line 7 of file PndSdsDigiTopix4Header.cxx.
|
inline |
Definition at line 72 of file PndSdsDigiTopix4Header.h.
|
private |
|
inline |
Definition at line 56 of file PndSdsDigiTopix4Header.h.
References fChipAddress.
Referenced by operator=().
|
inline |
Definition at line 59 of file PndSdsDigiTopix4Header.h.
References fDeltaFrameCount.
Referenced by operator=().
|
inline |
|
inline |
|
inline |
Definition at line 54 of file PndSdsDigiTopix4Header.h.
References fFrameCount.
Referenced by operator=().
|
inline |
Definition at line 58 of file PndSdsDigiTopix4Header.h.
References fFrameCountIndependent.
Referenced by operator=().
|
inline |
Definition at line 60 of file PndSdsDigiTopix4Header.h.
References fNumberOfEvents.
Referenced by operator=().
|
inline |
Definition at line 61 of file PndSdsDigiTopix4Header.h.
References fNumberOfEvents.
Referenced by operator=().
|
inline |
Definition at line 41 of file PndSdsDigiTopix4Header.h.
References GetChipAddress(), GetDeltaFrameCount(), GetECC(), GetFE(), GetFrameCount(), GetFrameCountIndependent(), GetNumberOfEvents(), GetNumberOfEventsInFrame(), SetChipAddress(), SetDeltaFrameCount(), SetECC(), SetFE(), SetFrameCount(), SetFrameCountIndependent(), SetNumberOfEvents(), and SetNumberOfEventsInFrame().
|
inline |
Definition at line 74 of file PndSdsDigiTopix4Header.h.
|
inline |
Definition at line 65 of file PndSdsDigiTopix4Header.h.
References fChipAddress.
Referenced by operator=().
|
inline |
Definition at line 68 of file PndSdsDigiTopix4Header.h.
References fDeltaFrameCount.
Referenced by operator=().
|
inline |
|
inline |
|
inline |
Definition at line 63 of file PndSdsDigiTopix4Header.h.
References fFrameCount.
Referenced by operator=().
|
inline |
Definition at line 67 of file PndSdsDigiTopix4Header.h.
References fFrameCountIndependent.
Referenced by operator=().
|
inline |
Definition at line 69 of file PndSdsDigiTopix4Header.h.
References fNumberOfEvents.
Referenced by PndMvdReadInTBData::AnalyzeToPixFrame(), and operator=().
|
inline |
Definition at line 70 of file PndSdsDigiTopix4Header.h.
References fNumberOfEventsInFrame.
Referenced by operator=().
|
friend |
Definition at line 25 of file PndSdsDigiTopix4Header.h.
|
private |
Definition at line 82 of file PndSdsDigiTopix4Header.h.
Referenced by GetChipAddress(), and SetChipAddress().
|
private |
Definition at line 85 of file PndSdsDigiTopix4Header.h.
Referenced by GetDeltaFrameCount(), and SetDeltaFrameCount().
|
private |
Definition at line 83 of file PndSdsDigiTopix4Header.h.
|
private |
Definition at line 81 of file PndSdsDigiTopix4Header.h.
|
private |
Definition at line 80 of file PndSdsDigiTopix4Header.h.
Referenced by GetFrameCount(), and SetFrameCount().
|
private |
Definition at line 84 of file PndSdsDigiTopix4Header.h.
Referenced by GetFrameCountIndependent(), and SetFrameCountIndependent().
|
private |
Definition at line 86 of file PndSdsDigiTopix4Header.h.
Referenced by GetNumberOfEvents(), GetNumberOfEventsInFrame(), and SetNumberOfEvents().
|
private |
Definition at line 87 of file PndSdsDigiTopix4Header.h.
Referenced by SetNumberOfEventsInFrame().