CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
reco::utils::ClusterTotals Struct Reference

#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...
 

Detailed Description

Definition at line 10 of file ClusterChecker.h.

Constructor & Destructor Documentation

reco::utils::ClusterTotals::ClusterTotals ( )
inline

Definition at line 11 of file ClusterChecker.h.

11 : strip(0), pixel(0), stripdets(0), pixeldets(0) {}
int stripdets
number of pixel clusters
int pixeldets
number of strip detectors with at least one cluster
int pixel
number of strip clusters

Member Data Documentation

int reco::utils::ClusterTotals::pixel

number of strip clusters

Definition at line 13 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 15 of file ClusterChecker.h.

Referenced by ClusterChecker::tooManyClusters().

int reco::utils::ClusterTotals::strip

Definition at line 12 of file ClusterChecker.h.

Referenced by ClusterChecker::tooManyClusters().

int reco::utils::ClusterTotals::stripdets

number of pixel clusters

Definition at line 14 of file ClusterChecker.h.

Referenced by ClusterChecker::tooManyClusters().