CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OmtfLinkMappingCsc.h
Go to the documentation of this file.
1 #ifndef EventFilter_L1TRawToDigi_Omtf_LinkMappingCsc_H
2 #define EventFilter_L1TRawToDigi_Omtf_LinkMappingCsc_H
3 
4 #include <map>
5 #include <cstdint>
6 
9 
10 namespace omtf {
11  typedef std::map<EleIndex, CSCDetId> MapEleIndex2CscDet;
12  typedef std::map<uint32_t, std::pair<EleIndex, EleIndex> > MapCscDet2EleIndex;
13 
16 
17 } // namespace omtf
18 #endif
MapCscDet2EleIndex mapCscDet2EleIndex()
std::map< uint32_t, std::pair< EleIndex, EleIndex > > MapCscDet2EleIndex
MapEleIndex2CscDet mapEleIndex2CscDet()
std::map< EleIndex, CSCDetId > MapEleIndex2CscDet