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