#include <ClusterChecker.h>
Public Member Functions | |
ClusterTotals () | |
Public Attributes | |
int | pixel |
number of strip clusters More... | |
int | pixeldets |
number of strip detectors with at least one cluster More... | |
int | strip |
int | stripdets |
number of pixel clusters More... | |
Definition at line 21 of file ClusterChecker.h.
|
inline |
Definition at line 22 of file ClusterChecker.h.
int reco::utils::ClusterTotals::pixel |
number of strip clusters
Definition at line 24 of file ClusterChecker.h.
Referenced by ClusterChecker::tooManyClusters().
int reco::utils::ClusterTotals::pixeldets |
number of strip detectors with at least one cluster
Definition at line 26 of file ClusterChecker.h.
Referenced by ClusterChecker::tooManyClusters().
int reco::utils::ClusterTotals::strip |
Definition at line 23 of file ClusterChecker.h.
Referenced by ClusterChecker::tooManyClusters().
int reco::utils::ClusterTotals::stripdets |
number of pixel clusters
Definition at line 25 of file ClusterChecker.h.
Referenced by ClusterChecker::tooManyClusters().