Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:51:16

0001 #ifndef DataFormats_RPCDigi_RPCRawSynchro_H
0002 #define DataFormats_RPCDigi_RPCRawSynchro_H
0003 
0004 #include <vector>
0005 #include "CondFormats/RPCObjects/interface/LinkBoardElectronicIndex.h"
0006 
0007 namespace RPCRawSynchro {
0008 
0009   typedef std::vector<std::pair<LinkBoardElectronicIndex, int> > ProdItem;
0010 }
0011 
0012 #endif