CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
SiPixelTemplateStore Struct Reference

#include <SiPixelTemplate.h>

Public Member Functions

void destroy ()
 

Public Attributes

float cotalphaX [80]
 60 y templates spanning cluster lengths from 0px to +18px More...
 
float cotbetaX [80]
 
float cotbetaY [100]
 
SiPixelTemplateEntry entx [80][80]
 
SiPixelTemplateEntry enty [100]
 60 Barrel x templates spanning cluster lengths from -6px (-1.125Rad) to +6px (+1.125Rad) in each of 60 slices More...
 
SiPixelTemplateHeader head
 < template storage structure More...
 

Detailed Description

Definition at line 207 of file SiPixelTemplate.h.

Member Function Documentation

◆ destroy()

void SiPixelTemplateStore::destroy ( )
inline

Definition at line 217 of file SiPixelTemplate.h.

217 {};

Member Data Documentation

◆ cotalphaX

float SiPixelTemplateStore::cotalphaX[80]

60 y templates spanning cluster lengths from 0px to +18px

Definition at line 212 of file SiPixelTemplate.h.

Referenced by SiPixelTemplate::pushfile().

◆ cotbetaX

float SiPixelTemplateStore::cotbetaX[80]

Definition at line 211 of file SiPixelTemplate.h.

Referenced by SiPixelTemplate::pushfile().

◆ cotbetaY

float SiPixelTemplateStore::cotbetaY[100]

Definition at line 210 of file SiPixelTemplate.h.

Referenced by SiPixelTemplate::pushfile().

◆ entx

SiPixelTemplateEntry SiPixelTemplateStore::entx[80][80]

Definition at line 216 of file SiPixelTemplate.h.

Referenced by SiPixelTemplate::pushfile().

◆ enty

SiPixelTemplateEntry SiPixelTemplateStore::enty[100]

60 Barrel x templates spanning cluster lengths from -6px (-1.125Rad) to +6px (+1.125Rad) in each of 60 slices

Definition at line 214 of file SiPixelTemplate.h.

Referenced by SiPixelTemplate::pushfile().

◆ head

SiPixelTemplateHeader SiPixelTemplateStore::head

< template storage structure

Definition at line 208 of file SiPixelTemplate.h.

Referenced by SiPixelTemplate::pushfile().