CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
classes.h
Go to the documentation of this file.
2 
3 
4 namespace CondFormats_RPCObjects {
5  struct dictionary {
6  std::vector<ChamberStripSpec> theStrips;
7 
8  std::vector<FebConnectorSpec> theFebs;
9 
10  std::vector<LinkBoardSpec> theLBs;
11 
12  std::vector<LinkConnSpec> theLinks;
13 
14  std::vector<TriggerBoardSpec> theTBs;
15 
16  std::map<int, DccSpec> theFeds;
17  };
18 }
19 
std::vector< LinkConnSpec > theLinks
Definition: classes.h:12
std::vector< LinkBoardSpec > theLBs
Definition: classes.h:10
std::map< int, DccSpec > theFeds
Definition: classes.h:16
std::vector< TriggerBoardSpec > theTBs
Definition: classes.h:14
std::vector< FebConnectorSpec > theFebs
Definition: classes.h:8
std::vector< ChamberStripSpec > theStrips
Definition: classes.h:6