#include <ClusterCompatibility.h>
Public Member Functions | |
void | append (float, int, float) |
float | chi (int i) const |
ClusterCompatibility () | |
int | nHit (int i) const |
int | nValidPixelHits () const |
Number of valid pixel clusters. More... | |
void | setNValidPixelHits (int nPxl) |
int | size () const |
Number of vertex-position hypotheses tested. More... | |
float | z0 (int i) const |
Vertex z position for the i-th vertex-position hypothesis. More... | |
virtual | ~ClusterCompatibility () |
Protected Attributes | |
std::vector< float > | chi_ |
std::vector< int > | nHit_ |
int | nValidPixelHits_ |
std::vector< float > | z0_ |
Definition at line 6 of file ClusterCompatibility.h.
ClusterCompatibility::ClusterCompatibility | ( | ) |
Definition at line 4 of file ClusterCompatibility.cc.
|
virtual |
Definition at line 11 of file ClusterCompatibility.cc.
void ClusterCompatibility::append | ( | float | z0, |
int | nHit, | ||
float | chi | ||
) |
Definition at line 14 of file ClusterCompatibility.cc.
References chi_, nHit_, and z0_.
Referenced by diclist.diclist::add(), Vispa.Views.PropertyView.PropertyView::addProperty(), chi(), and BeautifulSoup.Tag::setString().
|
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 append(), chi_, and mps_fire::i.
|
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 mps_fire::i, and nHit_.
|
inline |
Number of valid pixel clusters.
Definition at line 13 of file ClusterCompatibility.h.
References nValidPixelHits_.
|
inline |
Definition at line 31 of file ClusterCompatibility.h.
References nValidPixelHits_.
|
inline |
Number of vertex-position hypotheses tested.
Definition at line 16 of file ClusterCompatibility.h.
References z0_.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
inline |
Vertex z position for the i-th vertex-position hypothesis.
Definition at line 19 of file ClusterCompatibility.h.
References mps_fire::i, and z0_.
|
protected |
Definition at line 40 of file ClusterCompatibility.h.
|
protected |
Definition at line 39 of file ClusterCompatibility.h.
|
protected |
Definition at line 36 of file ClusterCompatibility.h.
Referenced by nValidPixelHits(), and setNValidPixelHits().
|
protected |
Definition at line 38 of file ClusterCompatibility.h.