#include <DataFormats/SiPixelCluster/interface/SiPixelCluster.h>
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 |
Definition at line 26 of file SiPixelCluster.h.
SiPixelCluster::Pixel::Pixel | ( | ) | [inline] |
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()().