CMS 3D CMS Logo

Public Types | Public Member Functions | Public Attributes

CSCChamberIndex Class Reference

#include <CSCChamberIndex.h>

List of all members.

Public Types

typedef std::vector
< CSCMapItem::MapItem
CSCVector

Public Member Functions

 CSCChamberIndex ()
const CSCMapItem::MapItemitem (int key) const
 ~CSCChamberIndex ()

Public Attributes

CSCVector ch_index

Detailed Description

Definition at line 7 of file CSCChamberIndex.h.


Member Typedef Documentation

Definition at line 14 of file CSCChamberIndex.h.


Constructor & Destructor Documentation

CSCChamberIndex::CSCChamberIndex ( )

Definition at line 3 of file CSCChamberIndex.cc.

{}
CSCChamberIndex::~CSCChamberIndex ( )

Definition at line 5 of file CSCChamberIndex.cc.

{}

Member Function Documentation

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

Definition at line 7 of file CSCChamberIndex.cc.

References ch_index, and combine::key.

                                                              { 
  return ch_index[key]; 
}

Member Data Documentation

Definition at line 15 of file CSCChamberIndex.h.

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