#include <PndTopix4.h>
|
| PndTopix4 () |
|
virtual | ~PndTopix4 () |
|
ULong64_t | ConvertToPix4HammingToStandardHamming (ULong64_t topixhamming) |
|
int | GetType (ULong64_t data) |
| returns if the data word is a header (0b01), trailer (0b10) or data (0b11) More...
|
|
int | GetFrameCount (ULong64_t data) |
|
ToPix4::pixel | BitAnalyzePixelData (ULong64_t &data) |
|
ToPix4::frameHeader | BitAnalyzeHeader (ULong64_t &header) |
|
ToPix4::frameTrailer | BitAnalyzeTrailer (ULong64_t &trailer) |
|
std::vector< ULong64_t > | GetRawData (TMrfData_8b *data) |
|
ToPix4::pixelAddress | PixelNumberToPixelAddress (UInt_t pixelnumber) |
|
std::pair< UInt_t, UInt_t > | PixelAddressToMatrixAddress (ToPix4::pixelAddress address) |
|
std::pair< UInt_t, UInt_t > | PixelAddressToMatrixAddress (UInt_t row, UInt_t col, Bool_t side) |
|
std::pair< UInt_t, UInt_t > | PixelNumberToMatrixAddress (UInt_t pixelnumber) |
|
ToPix4::pixelAddress | MatrixAddressToPixelAddress (std::pair< UInt_t, UInt_t > matrixAddress) |
|
ToPix4::pixelAddress | MatrixAddressToPixelAddress (UInt_t matrix_col, UInt_t matrix_row) |
|
std::pair< UInt_t, UInt_t > | MatrixAddressToPixelAddressConf (UInt_t matrix_col, UInt_t matrix_row) |
|
Definition at line 53 of file PndTopix4.h.
◆ PndTopix4()
◆ ~PndTopix4()
virtual PndTopix4::~PndTopix4 |
( |
| ) |
|
|
virtual |
◆ BitAnalyzeHeader()
◆ BitAnalyzePixelData()
◆ BitAnalyzeTrailer()
◆ ConvertToPix4HammingToStandardHamming()
ULong64_t PndTopix4::ConvertToPix4HammingToStandardHamming |
( |
ULong64_t |
topixhamming | ) |
|
◆ GetFrameCount()
int PndTopix4::GetFrameCount |
( |
ULong64_t |
data | ) |
|
◆ GetRawData()
std::vector<ULong64_t> PndTopix4::GetRawData |
( |
TMrfData_8b * |
data | ) |
|
◆ GetType()
int PndTopix4::GetType |
( |
ULong64_t |
data | ) |
|
returns if the data word is a header (0b01), trailer (0b10) or data (0b11)
◆ MatrixAddressToPixelAddress() [1/2]
ToPix4::pixelAddress PndTopix4::MatrixAddressToPixelAddress |
( |
std::pair< UInt_t, UInt_t > |
matrixAddress | ) |
|
◆ MatrixAddressToPixelAddress() [2/2]
ToPix4::pixelAddress PndTopix4::MatrixAddressToPixelAddress |
( |
UInt_t |
matrix_col, |
|
|
UInt_t |
matrix_row |
|
) |
| |
|
inline |
◆ MatrixAddressToPixelAddressConf()
std::pair<UInt_t, UInt_t> PndTopix4::MatrixAddressToPixelAddressConf |
( |
UInt_t |
matrix_col, |
|
|
UInt_t |
matrix_row |
|
) |
| |
|
inline |
◆ PixelAddressToMatrixAddress() [1/2]
◆ PixelAddressToMatrixAddress() [2/2]
std::pair<UInt_t, UInt_t> PndTopix4::PixelAddressToMatrixAddress |
( |
UInt_t |
row, |
|
|
UInt_t |
col, |
|
|
Bool_t |
side |
|
) |
| |
◆ PixelNumberToMatrixAddress()
std::pair<UInt_t, UInt_t> PndTopix4::PixelNumberToMatrixAddress |
( |
UInt_t |
pixelnumber | ) |
|
◆ PixelNumberToPixelAddress()
The documentation for this class was generated from the following file: