CMS 3D CMS Logo

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 15 of file ClusterChecker.h.

Constructor & Destructor Documentation

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

Definition at line 16 of file ClusterChecker.h.

16 : 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 18 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 20 of file ClusterChecker.h.

Referenced by ClusterChecker::tooManyClusters().

int reco::utils::ClusterTotals::strip

Definition at line 17 of file ClusterChecker.h.

Referenced by ClusterChecker::tooManyClusters().

int reco::utils::ClusterTotals::stripdets

number of pixel clusters

Definition at line 19 of file ClusterChecker.h.

Referenced by ClusterChecker::tooManyClusters().