#include <CSCChamberIndex.h>
Public Types | |
typedef std::vector< CSCMapItem::MapItem > | CSCVector |
Public Member Functions | |
CSCChamberIndex () | |
const CSCMapItem::MapItem & | item (int key) const |
~CSCChamberIndex () | |
Public Attributes | |
CSCVector | ch_index |
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 9 of file CSCChamberIndex.h.
typedef std::vector<CSCMapItem::MapItem> CSCChamberIndex::CSCVector |
Definition at line 16 of file CSCChamberIndex.h.
CSCChamberIndex::CSCChamberIndex | ( | ) |
Definition at line 3 of file CSCChamberIndex.cc.
CSCChamberIndex::~CSCChamberIndex | ( | ) |
Definition at line 5 of file CSCChamberIndex.cc.
const CSCMapItem::MapItem & CSCChamberIndex::item | ( | int | key | ) | const |
Definition at line 7 of file CSCChamberIndex.cc.
References ch_index, and crabWrapper::key.
|
private |
|
friend |
Definition at line 19 of file CSCChamberIndex.h.
|
friend |
Definition at line 19 of file CSCChamberIndex.h.
CSCVector CSCChamberIndex::ch_index |
Definition at line 17 of file CSCChamberIndex.h.
Referenced by CSCChamberIndexValues::fillChamberIndex(), and item().