Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:30

0001 #include "CondFormats/RPCObjects/src/headers.h"
0002 
0003 namespace CondFormats_RPCObjects {
0004   struct dictionary {
0005     std::vector<ChamberStripSpec> theStrips;
0006 
0007     std::vector<FebConnectorSpec> theFebs;
0008 
0009     std::vector<LinkBoardSpec> theLBs;
0010 
0011     std::vector<LinkConnSpec> theLinks;
0012 
0013     std::vector<TriggerBoardSpec> theTBs;
0014 
0015     std::map<int, DccSpec> theFeds;
0016 
0017     std::pair<RPCLBLink, RPCFebConnector> theRPCLinkPair;
0018     std::map<RPCLBLink, RPCFebConnector> theRPCLinkMap;
0019     std::pair<RPCDCCLink, RPCLBLink> theRPCDCCLinkPair;
0020     std::map<RPCDCCLink, RPCLBLink> theRPCDCCLinkMap;
0021     std::pair<RPCAMCLink, RPCLBLink> theRPCAMCLinkPair;
0022     std::map<RPCAMCLink, RPCLBLink> theRPCAMCLinkMap;
0023   };
0024 }  // namespace CondFormats_RPCObjects