#include <PixelChannelIdentifier.h>
Classes | |
class | Packing |
Public Types | |
typedef unsigned int | ChannelType |
typedef unsigned int | PackedDigiType |
Static Public Member Functions | |
static std::pair< int, int > | channelToPixel (int ch) |
static int | pixelToChannel (int row, int col) |
Static Public Attributes | |
static Packing | thePacking |
Definition at line 6 of file PixelChannelIdentifier.h.
typedef unsigned int PixelChannelIdentifier::ChannelType |
Definition at line 10 of file PixelChannelIdentifier.h.
typedef unsigned int PixelChannelIdentifier::PackedDigiType |
Definition at line 9 of file PixelChannelIdentifier.h.
|
inlinestatic |
Definition at line 12 of file PixelChannelIdentifier.h.
References cuy::col, PixelChannelIdentifier::Packing::column_mask, PixelChannelIdentifier::Packing::column_width, PixelChannelIdentifier::Packing::row_mask, and thePacking.
|
inlinestatic |
Definition at line 18 of file PixelChannelIdentifier.h.
References cuy::col, PixelChannelIdentifier::Packing::column_width, and thePacking.
Referenced by PixelDigi::channel(), GCC11_FINAL< T, TOPO >::channel(), ClusterTPAssociationProducer::produce(), and SiClusterTranslator::produce().
|
static |
Definition at line 55 of file PixelChannelIdentifier.h.
Referenced by PixelDigi::adc(), channelToPixel(), PixelDigi::channelToPixel(), PixelDigi::column(), PixelDigi::init(), pixelToChannel(), PixelDigi::pixelToChannel(), and PixelDigi::row().