CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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::MapItem
CSCVector
 

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

Definition at line 16 of file CSCChamberIndex.h.

Constructor & Destructor Documentation

CSCChamberIndex::CSCChamberIndex ( )

Definition at line 3 of file CSCChamberIndex.cc.

3 {}
CSCChamberIndex::~CSCChamberIndex ( )

Definition at line 5 of file CSCChamberIndex.cc.

5 {}

Member Function Documentation

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

Definition at line 7 of file CSCChamberIndex.cc.

References ch_index, and relval_steps::key.

Referenced by Vispa.Views.TableView.TableView::_selectedRow(), Vispa.Views.TableView.TableView::itemSelectionChanged(), Vispa.Views.TableView.TableView::select(), and Vispa.Views.TableView.TableView::selection().

7  {
8  return ch_index[key];
9 }
CSCVector ch_index
string key
FastSim: produces sample of signal events, overlayed with premixed minbias events.
template<class Archive >
void CSCChamberIndex::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 19 of file CSCChamberIndex.h.

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

Definition at line 19 of file CSCChamberIndex.h.

Member Data Documentation

CSCVector CSCChamberIndex::ch_index

Definition at line 17 of file CSCChamberIndex.h.

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