CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
SiPixelTemplateReco::ClusMatrix Struct Reference

#include <SiPixelTemplateReco.h>

Public Member Functions

float & operator() (int x, int y)
 
float operator() (int x, int y) const
 

Public Attributes

float * matrix
 
int mcol
 
int mrow
 
bool const * xdouble
 
bool const * ydouble
 

Detailed Description

Definition at line 73 of file SiPixelTemplateReco.h.

Member Function Documentation

float& SiPixelTemplateReco::ClusMatrix::operator() ( int  x,
int  y 
)
inline
float SiPixelTemplateReco::ClusMatrix::operator() ( int  x,
int  y 
) const
inline

Member Data Documentation

float* SiPixelTemplateReco::ClusMatrix::matrix

Definition at line 76 of file SiPixelTemplateReco.h.

Referenced by operator()(), and SiPixelTemplateReco::PixelTempReco2D().

int SiPixelTemplateReco::ClusMatrix::mcol

Definition at line 79 of file SiPixelTemplateReco.h.

Referenced by operator()(), and SiPixelTemplateReco::PixelTempReco2D().

int SiPixelTemplateReco::ClusMatrix::mrow

Definition at line 79 of file SiPixelTemplateReco.h.

Referenced by SiPixelTemplateReco::PixelTempReco2D().

bool const* SiPixelTemplateReco::ClusMatrix::xdouble

Definition at line 77 of file SiPixelTemplateReco.h.

Referenced by SiPixelTemplateReco::PixelTempReco2D().

bool const* SiPixelTemplateReco::ClusMatrix::ydouble

Definition at line 78 of file SiPixelTemplateReco.h.

Referenced by SiPixelTemplateReco::PixelTempReco2D().