#include <SiPixelTemplate2D.h>
Public Member Functions | |
void | resize (int ny, int nx) |
< template storage structure More... | |
Public Attributes | |
std::vector< SiPixelTemplateEntry2D * > | entry |
SiPixelTemplateHeader2D | head |
Header information. More... | |
std::vector< SiPixelTemplateEntry2D > | store |
Definition at line 102 of file SiPixelTemplate2D.h.
|
inline |
< template storage structure
Definition at line 104 of file SiPixelTemplate2D.h.
References cms::cuda::assert(), entry, mps_fire::i, and store.
Referenced by SiPixelTemplate2D::pushfile().
std::vector<SiPixelTemplateEntry2D*> SiPixelTemplateStore2D::entry |
Definition at line 118 of file SiPixelTemplate2D.h.
Referenced by SiPixelTemplate2D::pushfile(), and resize().
SiPixelTemplateHeader2D SiPixelTemplateStore2D::head |
Header information.
use 2d entry to store BPix and FPix entries [dynamically allocated
Definition at line 115 of file SiPixelTemplate2D.h.
Referenced by SiPixelTemplate2D::pushfile().
std::vector<SiPixelTemplateEntry2D> SiPixelTemplateStore2D::store |
Definition at line 120 of file SiPixelTemplate2D.h.
Referenced by resize().