CMS 3D CMS Logo

List of all members | Classes | Public Types | Static Public Member Functions | Static Public Attributes
PixelChannelIdentifier Class Reference

#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
 

Detailed Description

Definition at line 7 of file PixelChannelIdentifier.h.

Member Typedef Documentation

Definition at line 10 of file PixelChannelIdentifier.h.

Definition at line 9 of file PixelChannelIdentifier.h.

Member Function Documentation

static std::pair<int, int> PixelChannelIdentifier::channelToPixel ( int  ch)
inlinestatic
static Packing PixelChannelIdentifier::packing ( )
inlinestatic

Definition at line 68 of file PixelChannelIdentifier.h.

References PixelChannelIdentifier::Packing::Packing().

68 { return Packing(8, 9, 4, 11); }
static int PixelChannelIdentifier::pixelToChannel ( int  row,
int  col 
)
inlinestatic

Member Data Documentation

const PixelChannelIdentifier::Packing PixelChannelIdentifier::thePacking
static