#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 Packing | packing () |
static int | pixelToChannel (int row, int col) |
Static Public Attributes | |
static const Packing | thePacking |
Definition at line 7 of file PixelChannelIdentifier.h.
typedef unsigned int PixelChannelIdentifier::ChannelType |
Definition at line 11 of file PixelChannelIdentifier.h.
typedef unsigned int PixelChannelIdentifier::PackedDigiType |
Definition at line 10 of file PixelChannelIdentifier.h.
|
inlinestatic |
Definition at line 13 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 73 of file PixelChannelIdentifier.h.
|
inlinestatic |
Definition at line 19 of file PixelChannelIdentifier.h.
References cuy::col, PixelChannelIdentifier::Packing::column_width, and thePacking.
Referenced by PixelDigi::channel(), RectangularPixelTopology::channel(), and ClusterTPAssociationProducer::produce().
|
static |
Definition at line 75 of file PixelChannelIdentifier.h.
Referenced by PixelDigi::adc(), channelToPixel(), PixelDigi::channelToPixel(), PixelDigi::column(), PixelDigi::init(), operator<(), pixelToChannel(), PixelDigi::pixelToChannel(), and PixelDigi::row().