#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 |
int | numberOfBadChannels |
Definition at line 6 of file CSCBadWires.h.
typedef std::vector<BadChamber> CSCBadWires::BadChamberContainer |
Definition at line 26 of file CSCBadWires.h.
typedef std::vector<BadChannel> CSCBadWires::BadChannelContainer |
Definition at line 27 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 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().