CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCRawSynchro.h
Go to the documentation of this file.
1 #ifndef DataFormats_RPCDigi_RPCRawSynchro_H
2 #define DataFormats_RPCDigi_RPCRawSynchro_H
3 
4 #include <vector>
6 
7 namespace RPCRawSynchro {
8 
9  typedef std::vector< std::pair<LinkBoardElectronicIndex, int> > ProdItem;
10 }
11 
12 #endif
13 
std::vector< std::pair< LinkBoardElectronicIndex, int > > ProdItem
Definition: RPCRawSynchro.h:9