CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Classes | Public Types | Public Member Functions | Public Attributes
CSCBadWires Class Reference

#include <CSCBadWires.h>

Classes

struct  BadChamber
 
struct  BadChannel
 

Public Types

typedef std::vector< BadChamberBadChamberContainer
 
typedef std::vector< BadChannelBadChannelContainer
 

Public Member Functions

 CSCBadWires ()
 
 ~CSCBadWires ()
 

Public Attributes

BadChamberContainer chambers
 
BadChannelContainer channels
 
int numberOfBadChannels
 

Detailed Description

Definition at line 6 of file CSCBadWires.h.

Member Typedef Documentation

Definition at line 26 of file CSCBadWires.h.

Definition at line 27 of file CSCBadWires.h.

Constructor & Destructor Documentation

CSCBadWires::CSCBadWires ( )

Definition at line 3 of file CSCBadWires.cc.

3 : numberOfBadChannels( 0 ){}
int numberOfBadChannels
Definition: CSCBadWires.h:24
CSCBadWires::~CSCBadWires ( )

Definition at line 4 of file CSCBadWires.cc.

4 {}

Member Data Documentation

BadChamberContainer CSCBadWires::chambers

Definition at line 29 of file CSCBadWires.h.

Referenced by CSCBadWiresConditions::prefillBadWires().

BadChannelContainer CSCBadWires::channels

Definition at line 30 of file CSCBadWires.h.

Referenced by CSCBadWiresConditions::prefillBadWires().

int CSCBadWires::numberOfBadChannels

Definition at line 24 of file CSCBadWires.h.

Referenced by CSCBadWiresConditions::prefillBadWires().