Go to the source code of this file.
static int index_to_hitpattern |
( |
int |
i_hitpattern, |
|
|
const HitPattern & |
h |
|
) |
| |
|
static |
const double pull_char_to_double[8][2] |
|
static |
Initial value:= {
{ 0, 0.5 },
{ 0.5, 1 },
{ 1, 1.5 },
{ 1.5, 2 },
{ 2, 2.5 },
{ 2.5, 3.5 },
{ 3.5, 4.5 },
{ 4.5, 5.5 },
}
Definition at line 102 of file TrackResiduals.cc.
Referenced by reco::TrackResiduals::pack_pull(), reco::TrackResiduals::pack_residual(), reco::TrackResiduals::unpack_pull(), and reco::TrackResiduals::unpack_residual().
const double residual_char_to_double[8][2] |
|
static |
Initial value:= {
{ 0, 0.5 },
{ 0.5, 1 },
{ 1, 1.5 },
{ 1.5, 2 },
{ 2, 2.5 },
{ 2.5, 3.5 },
{ 3.5, 4.5 },
{ 4.5, 5.5 },
}
Definition at line 129 of file TrackResiduals.cc.