#include <SiStripTemplate.h>
Public Attributes | |
float | alpha |
alpha track angle (defined in CMS CMS IN 2004/014) | |
float | beta |
beta track angle (defined in CMS CMS IN 2004/014) | |
float | chi2xavg [4] |
average x chi^2 in 4 charge bins | |
float | chi2xavgc2m [4] |
1st pass chi2 min search: average x chi^2 in 4 charge bins (merged clusters) | |
float | chi2xavgone |
average x chi^2 for 1 strip clusters | |
float | chi2xmin [4] |
minimum of x chi^2 in 4 charge bins | |
float | chi2xminc2m [4] |
1st pass chi2 min search: minimum of x chi^2 in 4 charge bins (merged clusters) | |
float | chi2xminone |
minimum of x chi^2 for 1 strip clusters | |
float | clslenx |
cluster x-length in strips at signal height sxmax/2 | |
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 | |
float | dxone |
mean offset/correction for one strip x-clusters | |
float | fracxone |
fraction of sample with xsize = 1 | |
float | kappavav |
kappa parameter for Vavilov distribution | |
float | kappavav2 |
kappa parameter for Vavilov distribution for 2 merged clusters | |
float | mpvvav |
most probable charge in Vavilov distribution (not actually for larger kappa) | |
float | mpvvav2 |
most probable charge in Vavilov distribution for 2 merged clusters (not actually for larger kappa) | |
float | qavg |
average cluster charge for this set of track angles (now includes threshold effects) | |
float | qavg_avg |
average cluster charge of clusters that are less than qavg (normalize 2-D simple templates) | |
float | qavg_spare |
spare cluster charge | |
float | qbfrac [3] |
fraction of sample in qbin = 0-2 (>=3 is the complement) | |
float | qmin |
minimum cluster charge for valid hit (keeps 99.9% of simulated hits) | |
float | qmin2 |
tighter minimum cluster charge for valid hit (keeps 99.8% of simulated hits) | |
data refman pasoursint CMSSW_5_3_1 src RecoLocalTracker SiStripRecHitConverter interface SiStripTemplate h int | runnum |
< Basic template entry corresponding to a single set of track angles | |
float | sigmavav |
"sigma" scale fctor for Vavilov distribution | |
float | sigmavav2 |
"sigma" scale fctor for Vavilov distribution for 2 merged clusters | |
float | spare [7] |
float | sxmax |
average strip signal for x-projection of cluster | |
float | sxone |
rms for one strip x-clusters | |
float | xavg [4] |
average x-bias of reconstruction binned in 4 charge bins | |
float | xavgbcn [4] |
barycenter: average x-bias of reconstruction binned in 4 charge bins | |
float | xavgc2m [4] |
1st pass chi2 min search: average x-bias of reconstruction binned in 4 charge bins | |
float | xavggen [4] |
generic algorithm: average x-bias of reconstruction binned in 4 charge bins | |
float | xflpar [4][6] |
Aqfl-parameterized x-correction in 4 charge bins. | |
float | xgsig [4] |
average sigma_x from Gaussian fit binned in 4 charge bins | |
float | xgsigbcn [4] |
barycenter: average sigma_x from Gaussian fit binned in 4 charge bins | |
float | xgsigc2m [4] |
1st pass chi2 min search: average sigma_x from Gaussian fit binned in 4 charge bins | |
float | xgsiggen [4] |
generic algorithm: average sigma_x from Gaussian fit binned in 4 charge bins | |
float | xgx0 [4] |
average x0 from Gaussian fit binned in 4 charge bins | |
float | xgx0bcn [4] |
barycenter: average x0 from Gaussian fit binned in 4 charge bins | |
float | xgx0c2m [4] |
1st pass chi2 min search: average x0 from Gaussian fit binned in 4 charge bins | |
float | xgx0gen [4] |
generic algorithm: average x0 from Gaussian fit binned in 4 charge bins | |
float | xpar [2][5] |
projected x-strip uncertainty parameterization | |
float | xrms [4] |
average x-rms of reconstruction binned in 4 charge bins | |
float | xrmsbcn [4] |
barycenter: average x-rms of reconstruction binned in 4 charge bins | |
float | xrmsc2m [4] |
1st pass chi2 min search: average x-rms of reconstruction binned in 4 charge bins | |
float | xrmsgen [4] |
generic algorithm: average x-rms of reconstruction binned in 4 charge bins | |
float | xtemp [9][TSXSIZE] |
templates for x-reconstruction (binned over 1 central strip) |
Definition at line 30 of file SiStripTemplate.h.
alpha track angle (defined in CMS CMS IN 2004/014)
Definition at line 33 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
beta track angle (defined in CMS CMS IN 2004/014)
Definition at line 35 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::chi2xavg[4] |
average x chi^2 in 4 charge bins
Definition at line 58 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::chi2xavgc2m[4] |
1st pass chi2 min search: average x chi^2 in 4 charge bins (merged clusters)
Definition at line 66 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
average x chi^2 for 1 strip clusters
Definition at line 60 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::chi2xmin[4] |
minimum of x chi^2 in 4 charge bins
Definition at line 59 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::chi2xminc2m[4] |
1st pass chi2 min search: minimum of x chi^2 in 4 charge bins (merged clusters)
Definition at line 67 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
minimum of x chi^2 for 1 strip clusters
Definition at line 61 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
cluster x-length in strips at signal height sxmax/2
Definition at line 44 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::costrk[3] |
direction cosines of tracks used to generate this entry
Definition at line 37 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
cot(alpha) is proportional to cluster length in x and is basis of interpolation
Definition at line 34 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
cot(beta) is proportional to cluster length in y and is basis of interpolation
Definition at line 36 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
mean offset/correction for one strip x-clusters
Definition at line 40 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
fraction of sample with xsize = 1
Definition at line 77 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
kappa parameter for Vavilov distribution
Definition at line 47 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
kappa parameter for Vavilov distribution for 2 merged clusters
Definition at line 50 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
most probable charge in Vavilov distribution (not actually for larger kappa)
Definition at line 45 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
most probable charge in Vavilov distribution for 2 merged clusters (not actually for larger kappa)
Definition at line 48 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
average cluster charge for this set of track angles (now includes threshold effects)
Definition at line 38 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
average cluster charge of clusters that are less than qavg (normalize 2-D simple templates)
Definition at line 78 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
spare cluster charge
Definition at line 79 of file SiStripTemplate.h.
float SiStripTemplateEntry::qbfrac[3] |
fraction of sample in qbin = 0-2 (>=3 is the complement)
Definition at line 76 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
minimum cluster charge for valid hit (keeps 99.9% of simulated hits)
Definition at line 42 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
tighter minimum cluster charge for valid hit (keeps 99.8% of simulated hits)
Definition at line 43 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
data refman pasoursint CMSSW_5_3_1 src RecoLocalTracker SiStripRecHitConverter interface SiStripTemplate h int SiStripTemplateEntry::runnum |
< Basic template entry corresponding to a single set of track angles
number of stripav run used to generate this entry
Definition at line 32 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
"sigma" scale fctor for Vavilov distribution
Definition at line 46 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
"sigma" scale fctor for Vavilov distribution for 2 merged clusters
Definition at line 49 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::spare[7] |
Definition at line 80 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
average strip signal for x-projection of cluster
Definition at line 39 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
rms for one strip x-clusters
Definition at line 41 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::xavg[4] |
average x-bias of reconstruction binned in 4 charge bins
Definition at line 53 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::xavgbcn[4] |
barycenter: average x-bias of reconstruction binned in 4 charge bins
Definition at line 72 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::xavgc2m[4] |
1st pass chi2 min search: average x-bias of reconstruction binned in 4 charge bins
Definition at line 62 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::xavggen[4] |
generic algorithm: average x-bias of reconstruction binned in 4 charge bins
Definition at line 68 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::xflpar[4][6] |
Aqfl-parameterized x-correction in 4 charge bins.
Definition at line 57 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::xgsig[4] |
average sigma_x from Gaussian fit binned in 4 charge bins
Definition at line 56 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::xgsigbcn[4] |
barycenter: average sigma_x from Gaussian fit binned in 4 charge bins
Definition at line 75 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::xgsigc2m[4] |
1st pass chi2 min search: average sigma_x from Gaussian fit binned in 4 charge bins
Definition at line 65 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::xgsiggen[4] |
generic algorithm: average sigma_x from Gaussian fit binned in 4 charge bins
Definition at line 71 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::xgx0[4] |
average x0 from Gaussian fit binned in 4 charge bins
Definition at line 55 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::xgx0bcn[4] |
barycenter: average x0 from Gaussian fit binned in 4 charge bins
Definition at line 74 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::xgx0c2m[4] |
1st pass chi2 min search: average x0 from Gaussian fit binned in 4 charge bins
Definition at line 64 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::xgx0gen[4] |
generic algorithm: average x0 from Gaussian fit binned in 4 charge bins
Definition at line 70 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::xpar[2][5] |
projected x-strip uncertainty parameterization
Definition at line 51 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::xrms[4] |
average x-rms of reconstruction binned in 4 charge bins
Definition at line 54 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::xrmsbcn[4] |
barycenter: average x-rms of reconstruction binned in 4 charge bins
Definition at line 73 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::xrmsc2m[4] |
1st pass chi2 min search: average x-rms of reconstruction binned in 4 charge bins
Definition at line 63 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::xrmsgen[4] |
generic algorithm: average x-rms of reconstruction binned in 4 charge bins
Definition at line 69 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().
float SiStripTemplateEntry::xtemp[9][TSXSIZE] |
templates for x-reconstruction (binned over 1 central strip)
Definition at line 52 of file SiStripTemplate.h.
Referenced by SiStripTemplate::pushfile().