CMS 3D CMS Logo

List of all members | Classes | Public Types | Public Member Functions | Public Attributes | Private Member Functions | Friends
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
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

Definition at line 8 of file CSCBadWires.h.

Member Typedef Documentation

◆ BadChamberContainer

Definition at line 32 of file CSCBadWires.h.

◆ BadChannelContainer

Definition at line 33 of file CSCBadWires.h.

Constructor & Destructor Documentation

◆ CSCBadWires()

CSCBadWires::CSCBadWires ( )

Definition at line 3 of file CSCBadWires.cc.

int numberOfBadChannels
Definition: CSCBadWires.h:30

◆ ~CSCBadWires()

CSCBadWires::~CSCBadWires ( )

Definition at line 4 of file CSCBadWires.cc.

4 {}

Member Function Documentation

◆ serialize()

template<class Archive >
void CSCBadWires::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 38 of file CSCBadWires.h.

◆ cond::serialization::access

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 38 of file CSCBadWires.h.

Member Data Documentation

◆ chambers

BadChamberContainer CSCBadWires::chambers

◆ channels

BadChannelContainer CSCBadWires::channels

◆ numberOfBadChannels

int CSCBadWires::numberOfBadChannels

Definition at line 30 of file CSCBadWires.h.

Referenced by CSCBadWiresConditions::prefillBadWires().