#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 |
int | numberOfBadChannels |
Definition at line 6 of file CSCBadStrips.h.
typedef std::vector<BadChamber> CSCBadStrips::BadChamberContainer |
Definition at line 26 of file CSCBadStrips.h.
typedef std::vector<BadChannel> CSCBadStrips::BadChannelContainer |
Definition at line 27 of file CSCBadStrips.h.
CSCBadStrips::CSCBadStrips | ( | ) |
Definition at line 3 of file CSCBadStrips.cc.
: numberOfBadChannels( 0 ){}
CSCBadStrips::~CSCBadStrips | ( | ) |
Definition at line 4 of file CSCBadStrips.cc.
{}
Definition at line 29 of file CSCBadStrips.h.
Referenced by CSCBadStripsConditions::prefillBadStrips().
Definition at line 30 of file CSCBadStrips.h.
Referenced by CSCBadStripsConditions::prefillBadStrips().
Definition at line 24 of file CSCBadStrips.h.
Referenced by CSCBadStripsConditions::prefillBadStrips().