CMS 3D CMS Logo

SiPixelCluster::Pixel Class Reference

#include <DataFormats/SiPixelCluster/interface/SiPixelCluster.h>

List of all members.

Public Member Functions

 Pixel (int pix_x, int pix_y, int pix_adc)
 Pixel ()

Public Attributes

unsigned short adc
unsigned char x
unsigned short y


Detailed Description

Definition at line 26 of file SiPixelCluster.h.


Constructor & Destructor Documentation

SiPixelCluster::Pixel::Pixel (  )  [inline]

Definition at line 28 of file SiPixelCluster.h.

00028 {} // for root

SiPixelCluster::Pixel::Pixel ( int  pix_x,
int  pix_y,
int  pix_adc 
) [inline]

Definition at line 29 of file SiPixelCluster.h.

00029                                              :
00030       x(pix_x), y(pix_y), adc(pix_adc) {}
    unsigned char  x;


Member Data Documentation

unsigned short SiPixelCluster::Pixel::adc

Definition at line 33 of file SiPixelCluster.h.

Referenced by SiPixelErrorEstimation::analyze(), and SiPixelLorentzAngle::fillPix().

unsigned char SiPixelCluster::Pixel::x

Definition at line 31 of file SiPixelCluster.h.

Referenced by SiPixelErrorEstimation::analyze(), SiPixelLorentzAngle::fillPix(), and lessPixel::operator()().

unsigned short SiPixelCluster::Pixel::y

Definition at line 32 of file SiPixelCluster.h.

Referenced by SiPixelErrorEstimation::analyze(), SiPixelLorentzAngle::fillPix(), and lessPixel::operator()().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:31:50 2009 for CMSSW by  doxygen 1.5.4