#include <ClusterCompatibility.h>
Definition at line 6 of file ClusterCompatibility.h.
ClusterCompatibility::ClusterCompatibility |
( |
| ) |
|
ClusterCompatibility::~ClusterCompatibility |
( |
| ) |
|
|
virtual |
void ClusterCompatibility::append |
( |
float |
z0, |
|
|
int |
nHit, |
|
|
float |
chi |
|
) |
| |
float reco::ClusterCompatibility::chi |
( |
int |
i | ) |
const |
|
inline |
Sum of the difference between the expected and actual width of all compatible non-edge pixel-barrel clusters for the i-th vertex-position hypothesis
Definition at line 28 of file ClusterCompatibility.h.
References chi_, and i.
std::vector< float > chi_
int reco::ClusterCompatibility::nHit |
( |
int |
i | ) |
const |
|
inline |
Number of compatible non-edge pixel-barrel clusters for the i-th vertex-position hypothesis
Definition at line 23 of file ClusterCompatibility.h.
References i, and nHit_.
int reco::ClusterCompatibility::nValidPixelHits |
( |
| ) |
const |
|
inline |
void reco::ClusterCompatibility::setNValidPixelHits |
( |
int |
nPxl | ) |
|
|
inline |
int reco::ClusterCompatibility::size |
( |
void |
| ) |
const |
|
inline |
float reco::ClusterCompatibility::z0 |
( |
int |
i | ) |
const |
|
inline |
std::vector<float> reco::ClusterCompatibility::chi_ |
|
protected |
std::vector<int> reco::ClusterCompatibility::nHit_ |
|
protected |
int reco::ClusterCompatibility::nValidPixelHits_ |
|
protected |
std::vector<float> reco::ClusterCompatibility::z0_ |
|
protected |