CMS 3D CMS Logo

Public Member Functions | Public Attributes

reco::utils::ClusterTotals Struct Reference

#include <ClusterChecker.h>

List of all members.

Public Member Functions

 ClusterTotals ()

Public Attributes

int pixel
 number of strip clusters
int pixeldets
 number of strip detectors with at least one cluster
int strip
int stripdets
 number of pixel clusters

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.

: strip(0), pixel(0), stripdets(0), pixeldets(0) {}

Member Data Documentation

number of strip clusters

Definition at line 13 of file ClusterChecker.h.

Referenced by ClusterChecker::tooManyClusters().

number of strip detectors with at least one cluster

Definition at line 15 of file ClusterChecker.h.

Referenced by ClusterChecker::tooManyClusters().

Definition at line 12 of file ClusterChecker.h.

Referenced by ClusterChecker::tooManyClusters().

number of pixel clusters

Definition at line 14 of file ClusterChecker.h.

Referenced by ClusterChecker::tooManyClusters().