CMS 3D CMS Logo

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

#include <CSCDDUMap.h>

Public Types

typedef std::map< int, CSCMapItem::MapItemCSCMap
 

Public Member Functions

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

Public Attributes

CSCMap ddu_map
 

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 CSCDDUMap.h.

Member Typedef Documentation

typedef std::map< int,CSCMapItem::MapItem > CSCDDUMap::CSCMap

Definition at line 16 of file CSCDDUMap.h.

Constructor & Destructor Documentation

CSCDDUMap::CSCDDUMap ( )

Definition at line 3 of file CSCDDUMap.cc.

3 {}
CSCDDUMap::~CSCDDUMap ( )

Definition at line 5 of file CSCDDUMap.cc.

5 {}

Member Function Documentation

const CSCMapItem::MapItem & CSCDDUMap::item ( int  key) const
template<class Archive >
void CSCDDUMap::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 CSCDDUMap.h.

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

Definition at line 19 of file CSCDDUMap.h.

Member Data Documentation

CSCMap CSCDDUMap::ddu_map

Definition at line 17 of file CSCDDUMap.h.

Referenced by CSCDDUMapValues::fillDDUMap(), and item().