#include <PixelChannelIdentifier.h>
Public Member Functions | |
Packing (unsigned int row_w, unsigned int column_w, unsigned int time_w, unsigned int adc_w) | |
Public Attributes | |
PackedDigiType | adc_mask |
int | adc_shift |
int | adc_width |
PackedDigiType | column_mask |
int | column_shift |
int | column_width |
int | max_adc |
int | max_column |
int | max_row |
PackedDigiType | row_mask |
int | row_shift |
int | row_width |
PackedDigiType | rowcol_mask |
PackedDigiType | time_mask |
int | time_shift |
Pack the pixel information to use less memory
Definition at line 27 of file PixelChannelIdentifier.h.
|
inline |
Definition at line 33 of file PixelChannelIdentifier.h.
PackedDigiType PixelChannelIdentifier::Packing::adc_mask |
Definition at line 62 of file PixelChannelIdentifier.h.
Referenced by PixelDigi::adc().
int PixelChannelIdentifier::Packing::adc_shift |
Definition at line 57 of file PixelChannelIdentifier.h.
Referenced by PixelDigi::init().
int PixelChannelIdentifier::Packing::adc_width |
Definition at line 52 of file PixelChannelIdentifier.h.
PackedDigiType PixelChannelIdentifier::Packing::column_mask |
Definition at line 60 of file PixelChannelIdentifier.h.
Referenced by PixelChannelIdentifier::channelToPixel(), PixelDigi::channelToPixel(), and PixelDigi::column().
int PixelChannelIdentifier::Packing::column_shift |
Definition at line 55 of file PixelChannelIdentifier.h.
int PixelChannelIdentifier::Packing::column_width |
Definition at line 51 of file PixelChannelIdentifier.h.
Referenced by PixelChannelIdentifier::channelToPixel(), PixelDigi::channelToPixel(), and PixelChannelIdentifier::pixelToChannel().
int PixelChannelIdentifier::Packing::max_adc |
Definition at line 68 of file PixelChannelIdentifier.h.
Referenced by PixelDigi::init().
int PixelChannelIdentifier::Packing::max_column |
Definition at line 67 of file PixelChannelIdentifier.h.
int PixelChannelIdentifier::Packing::max_row |
Definition at line 66 of file PixelChannelIdentifier.h.
PackedDigiType PixelChannelIdentifier::Packing::row_mask |
Definition at line 59 of file PixelChannelIdentifier.h.
Referenced by PixelChannelIdentifier::channelToPixel(), and PixelDigi::row().
int PixelChannelIdentifier::Packing::row_shift |
Definition at line 54 of file PixelChannelIdentifier.h.
Referenced by PixelDigi::init().
int PixelChannelIdentifier::Packing::row_width |
Definition at line 50 of file PixelChannelIdentifier.h.
PackedDigiType PixelChannelIdentifier::Packing::rowcol_mask |
Definition at line 63 of file PixelChannelIdentifier.h.
Referenced by operator<().
PackedDigiType PixelChannelIdentifier::Packing::time_mask |
Definition at line 61 of file PixelChannelIdentifier.h.
int PixelChannelIdentifier::Packing::time_shift |
Definition at line 56 of file PixelChannelIdentifier.h.