#include <TTrbSource.h>
Public Member Functions | |
Bool_t | IsSwapped () |
unsigned | Alignment () |
Int_t | Value (Int_t *member) |
size_t | GetSize () |
Int_t | GetDecoding () |
Int_t | GetId () |
Int_t | GetTrigNr () |
Int_t | Data (unsigned idx) |
Data Fields | |
Int_t | subEvtSize |
Int_t | subEvtDecoding |
Int_t | subEvtId |
Int_t | subEvtTrigNr |
Definition at line 214 of file TTrbSource.h.
unsigned Trb_Subevent::Alignment | ( | ) | [inline] |
Definition at line 227 of file TTrbSource.h.
References GetDecoding().
Referenced by Data(), and TTrbProc::DumpData().
Int_t Trb_Subevent::Data | ( | unsigned | idx | ) | [inline] |
swapsave access to any data. stolen from hadtu.h
Definition at line 275 of file TTrbSource.h.
References Alignment(), and IsSwapped().
Referenced by TTrbProc::DumpData(), and TTrbProc::ProcessTDCV3().
Int_t Trb_Subevent::GetDecoding | ( | ) | [inline] |
Definition at line 259 of file TTrbSource.h.
References subEvtDecoding, and Value().
Referenced by Alignment(), TTrbProc::DumpData(), and TTrbProc::ProcessSubevent().
Int_t Trb_Subevent::GetId | ( | ) | [inline] |
Definition at line 264 of file TTrbSource.h.
References subEvtId, and Value().
Referenced by TTrbProc::ProcessSubevent(), and TTrbProc::ProcessTrbSubevent().
size_t Trb_Subevent::GetSize | ( | ) | [inline] |
Definition at line 254 of file TTrbSource.h.
References subEvtSize, and Value().
Referenced by TTrbProc::DumpData(), TTrbProc::ProcessSubevent(), and TTrbProc::ProcessTDCV3().
Int_t Trb_Subevent::GetTrigNr | ( | ) | [inline] |
Definition at line 269 of file TTrbSource.h.
References subEvtTrigNr, and Value().
Referenced by TTrbProc::ProcessSubevent().
Bool_t Trb_Subevent::IsSwapped | ( | ) | [inline] |
msb of decode word is always non zero...?
Definition at line 222 of file TTrbSource.h.
References subEvtDecoding.
Referenced by Data(), TTrbProc::ProcessSubevent(), and Value().
Int_t Trb_Subevent::Value | ( | Int_t * | member | ) | [inline] |
swapsave access to any member, stolen from hadtu.h
Definition at line 233 of file TTrbSource.h.
References IsSwapped().
Referenced by GetDecoding(), GetId(), GetSize(), and GetTrigNr().
Definition at line 217 of file TTrbSource.h.
Referenced by GetDecoding(), and IsSwapped().
Int_t Trb_Subevent::subEvtId |
Definition at line 218 of file TTrbSource.h.
Referenced by GetId().
Int_t Trb_Subevent::subEvtSize |
Definition at line 216 of file TTrbSource.h.
Referenced by GetSize().
Definition at line 219 of file TTrbSource.h.
Referenced by GetTrigNr().