#include <SiPixelTemplate2D.h>
Public Attributes | |
float | chi2avg [4] |
average chi^2 in 4 charge bins | |
float | chi2avgone |
average y chi^2 for 1 pixel clusters | |
float | chi2min [4] |
minimum of chi^2 in 4 charge bins | |
float | chi2minone |
minimum of y chi^2 for 1 pixel clusters | |
float | costrk [3] |
direction cosines of tracks used to generate this entry | |
float | cotalpha |
cot(alpha) is proportional to cluster length in x and is basis of interpolation | |
float | cotbeta |
cot(beta) is proportional to cluster length in y and is basis of interpolation | |
int | iymax |
the maximum nonzero pixel yindex in template (saves time during interpolation) | |
int | iymin |
the minimum nonzero pixel yindex in template (saves time during interpolation) | |
int | jxmax |
the maximum nonzero pixel xindex in template (saves time during interpolation) | |
int | jxmin |
the minimum nonzero pixel xindex in template (saves time during interpolation) | |
float | lanpar [2][5] |
pixel landau distribution parameters | |
float | pixmax |
maximum charge for individual pixels in cluster | |
float | qavg |
average cluster charge for this set of track angles | |
int | runnum |
< Basic template entry corresponding to a single set of track angles | |
float | spare [20] |
float | sxymax |
average pixel signal for use of the error parameterization | |
float | xypar [2][5] |
pixel uncertainty parameterization | |
float | xytemp [7][7][T2YSIZE][T2XSIZE] |
templates for y-reconstruction (binned over 1 central pixel) |
Definition at line 30 of file SiPixelTemplate2D.h.
float SiPixelTemplateEntry2D::chi2avg[4] |
average chi^2 in 4 charge bins
Definition at line 45 of file SiPixelTemplate2D.h.
average y chi^2 for 1 pixel clusters
Definition at line 47 of file SiPixelTemplate2D.h.
float SiPixelTemplateEntry2D::chi2min[4] |
minimum of chi^2 in 4 charge bins
Definition at line 46 of file SiPixelTemplate2D.h.
minimum of y chi^2 for 1 pixel clusters
Definition at line 48 of file SiPixelTemplate2D.h.
float SiPixelTemplateEntry2D::costrk[3] |
direction cosines of tracks used to generate this entry
Definition at line 34 of file SiPixelTemplate2D.h.
cot(alpha) is proportional to cluster length in x and is basis of interpolation
Definition at line 32 of file SiPixelTemplate2D.h.
cot(beta) is proportional to cluster length in y and is basis of interpolation
Definition at line 33 of file SiPixelTemplate2D.h.
the maximum nonzero pixel yindex in template (saves time during interpolation)
Definition at line 39 of file SiPixelTemplate2D.h.
the minimum nonzero pixel yindex in template (saves time during interpolation)
Definition at line 38 of file SiPixelTemplate2D.h.
the maximum nonzero pixel xindex in template (saves time during interpolation)
Definition at line 41 of file SiPixelTemplate2D.h.
the minimum nonzero pixel xindex in template (saves time during interpolation)
Definition at line 40 of file SiPixelTemplate2D.h.
float SiPixelTemplateEntry2D::lanpar[2][5] |
pixel landau distribution parameters
Definition at line 43 of file SiPixelTemplate2D.h.
maximum charge for individual pixels in cluster
Definition at line 36 of file SiPixelTemplate2D.h.
average cluster charge for this set of track angles
Definition at line 35 of file SiPixelTemplate2D.h.
< Basic template entry corresponding to a single set of track angles
number of pixelav run used to generate this entry
Definition at line 31 of file SiPixelTemplate2D.h.
float SiPixelTemplateEntry2D::spare[20] |
Definition at line 49 of file SiPixelTemplate2D.h.
average pixel signal for use of the error parameterization
Definition at line 37 of file SiPixelTemplate2D.h.
float SiPixelTemplateEntry2D::xypar[2][5] |
pixel uncertainty parameterization
Definition at line 42 of file SiPixelTemplate2D.h.
float SiPixelTemplateEntry2D::xytemp[7][7][T2YSIZE][T2XSIZE] |
templates for y-reconstruction (binned over 1 central pixel)
Definition at line 44 of file SiPixelTemplate2D.h.