#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 |
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 |
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.
|
private |
|
friend |
Definition at line 38 of file CSCBadWires.h.
|
friend |
Definition at line 38 of file CSCBadWires.h.
BadChamberContainer CSCBadWires::chambers |
Definition at line 35 of file CSCBadWires.h.
Referenced by CSCConditions::fillBadWireWord(), and CSCBadWiresConditions::prefillBadWires().
BadChannelContainer CSCBadWires::channels |
Definition at line 36 of file CSCBadWires.h.
Referenced by CSCConditions::fillBadWireWord(), and CSCBadWiresConditions::prefillBadWires().
int CSCBadWires::numberOfBadChannels |
Definition at line 30 of file CSCBadWires.h.
Referenced by CSCBadWiresConditions::prefillBadWires().