CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCDDUMap.h
Go to the documentation of this file.
1 #ifndef CSCDDUMap_h
2 #define CSCDDUMap_h
3 
5 
7 #include <map>
8 
9 class CSCDDUMap{
10  public:
11  CSCDDUMap();
12  ~CSCDDUMap();
13 
14  const CSCMapItem::MapItem& item( int key )const;
15 
16  typedef std::map< int,CSCMapItem::MapItem > CSCMap;
18 
20 };
21 
22 #endif
CSCMap ddu_map
Definition: CSCDDUMap.h:17
~CSCDDUMap()
Definition: CSCDDUMap.cc:5
string key
FastSim: produces sample of signal events, overlayed with premixed minbias events.
const CSCMapItem::MapItem & item(int key) const
Definition: CSCDDUMap.cc:7
#define COND_SERIALIZABLE
Definition: Serializable.h:37
CSCDDUMap()
Definition: CSCDDUMap.cc:3
std::map< int, CSCMapItem::MapItem > CSCMap
Definition: CSCDDUMap.h:16