#include <ITkPixV2Encoder.h>
Definition at line 16 of file ITkPixV2Encoder.h.
◆ HitMap
◆ addBits64()
void ITkPixEncoder::addBits64 |
( |
const uint64_t |
value, |
|
|
const uint8_t |
length |
|
) |
| |
|
inherited |
◆ addToStream()
void ITkPixV2Encoder::addToStream |
( |
const HitMap & |
hitMap, |
|
|
bool |
last = false |
|
) |
| |
◆ encodeEvent()
void ITkPixEncoder::encodeEvent |
( |
| ) |
|
|
inherited |
Definition at line 151 of file ITkPixEncoder.cxx.
156 for (
unsigned CCol = 0; CCol <
m_nCCol; CCol++){
162 int previousQRow = -666;
163 for (
unsigned QRow = 0; QRow <
m_nQRow; QRow++){
171 if (QRow == (
uint)previousQRow + 1){
◆ encodeQCore()
void ITkPixEncoder::encodeQCore |
( |
const unsigned |
nCCol, |
|
|
const unsigned |
nQRow |
|
) |
| |
|
inherited |
Definition at line 78 of file ITkPixEncoder.cxx.
87 std::vector<uint16_t> tots;
93 lutIndex |= 0x1 <<
pix;
94 tots.push_back(
m_hitMap(pixCol, pixRow) - 1);
111 for (
auto&
tot : tots){
◆ endStream()
void ITkPixV2Encoder::endStream |
( |
| ) |
|
◆ getWords()
std::vector<uint32_t>& ITkPixEncoder::getWords |
( |
| ) |
|
|
inlineinherited |
◆ hitInQCore()
bool ITkPixEncoder::hitInQCore |
( |
const unsigned |
CCol, |
|
|
const unsigned |
QRow |
|
) |
| |
|
inherited |
◆ intTag()
void ITkPixEncoder::intTag |
( |
const uint16_t |
nEvt | ) |
|
|
inherited |
◆ pushWords32()
void ITkPixEncoder::pushWords32 |
( |
| ) |
|
|
inherited |
◆ scanHitMap()
void ITkPixEncoder::scanHitMap |
( |
| ) |
|
|
inherited |
◆ setEventsPerStream()
void ITkPixEncoder::setEventsPerStream |
( |
const unsigned |
nEventsPerStream = 16 | ) |
|
|
inlineinherited |
◆ setHitMap()
◆ streamTag()
void ITkPixEncoder::streamTag |
( |
const uint8_t |
nStream | ) |
|
|
inherited |
◆ m_currBit
uint8_t ITkPixEncoder::m_currBit {} |
|
protectedinherited |
◆ m_currBlock
uint64_t ITkPixEncoder::m_currBlock {} |
|
protectedinherited |
◆ m_currCCol
unsigned ITkPixEncoder::m_currCCol {} |
|
protectedinherited |
◆ m_currEvent
unsigned ITkPixEncoder::m_currEvent {} |
|
protectedinherited |
◆ m_currQRow
unsigned ITkPixEncoder::m_currQRow {} |
|
protectedinherited |
◆ m_currStream
uint8_t ITkPixEncoder::m_currStream {} |
|
protectedinherited |
◆ m_dropToT
bool ITkPixEncoder::m_dropToT {} |
|
protectedinherited |
◆ m_hitMap
HitMap ITkPixEncoder::m_hitMap |
|
protectedinherited |
◆ m_hitQCores
std::vector<std::vector<bool> > ITkPixEncoder::m_hitQCores |
|
protectedinherited |
◆ m_lastQRow
std::vector<unsigned> ITkPixEncoder::m_lastQRow |
|
protectedinherited |
◆ m_nCCol
unsigned ITkPixEncoder::m_nCCol {50} |
|
protectedinherited |
◆ m_nCol
unsigned ITkPixEncoder::m_nCol {400} |
|
protectedinherited |
◆ m_nColInCCol
unsigned ITkPixEncoder::m_nColInCCol {8} |
|
protectedinherited |
◆ m_nEventsPerStream
unsigned ITkPixEncoder::m_nEventsPerStream {} |
|
protectedinherited |
◆ m_nQRow
unsigned ITkPixEncoder::m_nQRow {192} |
|
protectedinherited |
◆ m_nRow
unsigned ITkPixEncoder::m_nRow {384} |
|
protectedinherited |
◆ m_nRowInQRow
unsigned ITkPixEncoder::m_nRowInQRow {2} |
|
protectedinherited |
◆ m_plainHitMap
bool ITkPixEncoder::m_plainHitMap {} |
|
protectedinherited |
◆ m_words
std::vector<uint32_t> ITkPixEncoder::m_words |
|
protectedinherited |
The documentation for this class was generated from the following files: