CMS 3D CMS Logo

ClusterCompatibility.cc
Go to the documentation of this file.
2 using namespace reco;
3 
4 ClusterCompatibility::ClusterCompatibility() : nValidPixelHits_(0), z0_(), nHit_(), chi_() {}
5 
7 
8 void ClusterCompatibility::append(float z0, int nHit, float chi) {
9  z0_.push_back(z0);
10  nHit_.push_back(nHit);
11  chi_.push_back(chi);
12 }
void append(float, int, float)
fixed size matrix
float z0(int i) const
Vertex z position for the i-th vertex-position hypothesis.