JAPAn
Just Another Parity Analyzer
|
Word-level data manipulation and bit operations. More...
#include <QwWord.h>
Public Member Functions | |
QwWord () | |
Double_t | GetValue () const |
Double_t | GetValue (size_t element) const |
TString | GetModType () const |
void | PrintID () const |
void | Print () const |
void | ClearEventData () |
TString | GetWordName () const |
Data Fields | |
Int_t | fSubbankIndex |
Int_t | fWordInSubbank |
TString | fModuleType |
TString | fWordName |
TString | fWordType |
Int_t | fValue |
Word-level data manipulation and bit operations.
Provides low-level word manipulation capabilities for decoding and processing raw data words from various detector modules. Handles bit extraction, word identification, and basic value access.
|
inline |
Definition at line 33 of file QwWord.h.
References fModuleType, fSubbankIndex, fValue, fWordInSubbank, fWordName, and fWordType.
|
inline |
|
inline |
|
inline |
Definition at line 44 of file QwWord.h.
References GetValue().
Referenced by GetValue().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 52 of file QwWord.h.
References QwLog::endl(), fModuleType, fSubbankIndex, fWordName, fWordType, and QwOut.
TString QwWord::fModuleType |
Definition at line 39 of file QwWord.h.
Referenced by GetModType(), QwBeamMod::LoadChannelMap(), QwHelicity::LoadChannelMap(), PrintID(), and QwWord().
Int_t QwWord::fSubbankIndex |
Definition at line 37 of file QwWord.h.
Referenced by QwBeamMod::LoadChannelMap(), QwHelicity::LoadChannelMap(), PrintID(), and QwWord().
Int_t QwWord::fValue |
Definition at line 42 of file QwWord.h.
Referenced by ClearEventData(), GetValue(), Print(), and QwWord().
Int_t QwWord::fWordInSubbank |
Definition at line 38 of file QwWord.h.
Referenced by QwBeamMod::LoadChannelMap(), QwHelicity::LoadChannelMap(), and QwWord().
TString QwWord::fWordName |
Definition at line 40 of file QwWord.h.
Referenced by GetWordName(), QwBeamMod::LoadChannelMap(), QwHelicity::LoadChannelMap(), Print(), PrintID(), and QwWord().
TString QwWord::fWordType |
Definition at line 41 of file QwWord.h.
Referenced by QwHelicity::LoadChannelMap(), PrintID(), and QwWord().