CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 11 of file PixelChannelIdentifier.h.

Definition at line 10 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 73 of file PixelChannelIdentifier.h.

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

Member Data Documentation

const PixelChannelIdentifier::Packing PixelChannelIdentifier::thePacking
static