CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Public Attributes | Private Member Functions | Friends
CSCChamberIndex Class Reference

#include <CSCChamberIndex.h>

Public Types

typedef std::vector< CSCMapItem::MapItemCSCVector
 

Public Member Functions

 CSCChamberIndex ()
 
const CSCMapItem::MapItemitem (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
 

Detailed Description

Definition at line 9 of file CSCChamberIndex.h.

Member Typedef Documentation

◆ CSCVector

Definition at line 16 of file CSCChamberIndex.h.

Constructor & Destructor Documentation

◆ CSCChamberIndex()

CSCChamberIndex::CSCChamberIndex ( )

Definition at line 3 of file CSCChamberIndex.cc.

3 {}

◆ ~CSCChamberIndex()

CSCChamberIndex::~CSCChamberIndex ( )

Definition at line 5 of file CSCChamberIndex.cc.

5 {}

Member Function Documentation

◆ item()

const CSCMapItem::MapItem & CSCChamberIndex::item ( int  key) const

Definition at line 7 of file CSCChamberIndex.cc.

References ch_index, and crabWrapper::key.

7 { return ch_index[key]; }
CSCVector ch_index

◆ serialize()

template<class Archive >
void CSCChamberIndex::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 19 of file CSCChamberIndex.h.

◆ cond::serialization::access

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 19 of file CSCChamberIndex.h.

Member Data Documentation

◆ ch_index

CSCVector CSCChamberIndex::ch_index

Definition at line 17 of file CSCChamberIndex.h.

Referenced by CSCChamberIndexValues::fillChamberIndex(), and item().