#include <CSCBadWires.h>
Classes | |
struct | BadChamber |
struct | BadChannel |
Public Types | |
typedef std::vector< BadChamber > | BadChamberContainer |
typedef std::vector< BadChannel > | BadChannelContainer |
Public Member Functions | |
CSCBadWires () | |
~CSCBadWires () | |
Public Attributes | |
BadChamberContainer | chambers |
BadChannelContainer | channels |
COND_SERIALIZABLE | |
int | numberOfBadChannels |
Definition at line 8 of file CSCBadWires.h.
typedef std::vector<BadChamber> CSCBadWires::BadChamberContainer |
Definition at line 32 of file CSCBadWires.h.
typedef std::vector<BadChannel> CSCBadWires::BadChannelContainer |
Definition at line 33 of file CSCBadWires.h.
CSCBadWires::CSCBadWires | ( | ) |
Definition at line 3 of file CSCBadWires.cc.
CSCBadWires::~CSCBadWires | ( | ) |
Definition at line 4 of file CSCBadWires.cc.
BadChamberContainer CSCBadWires::chambers |
Definition at line 35 of file CSCBadWires.h.
Referenced by CSCBadWiresConditions::prefillBadWires().
BadChannelContainer CSCBadWires::channels |
Definition at line 36 of file CSCBadWires.h.
Referenced by CSCBadWiresConditions::prefillBadWires().
CSCBadWires::COND_SERIALIZABLE |
Definition at line 38 of file CSCBadWires.h.
int CSCBadWires::numberOfBadChannels |
Definition at line 30 of file CSCBadWires.h.
Referenced by CSCBadWiresConditions::prefillBadWires().