CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCMapItem.h
Go to the documentation of this file.
1 #ifndef CSCMapItem_h
2 #define CSCMapItem_h
3 
4 #include <string>
5 
6 class CSCMapItem{
7  public:
8  CSCMapItem();
9  ~CSCMapItem();
10 
11  struct MapItem{
12  std::string chamberLabel;
13  int chamberId;
14  int endcap;
15  int station;
16  int ring;
17  int chamber;
18  int cscIndex;
22  int strips;
23  int anodes;
24  std::string crateLabel;
25  int crateid;
26  int sector;
28  int dmb;
29  int cscid;
30  int ddu;
31  int ddu_input;
32  int slink;
33  int fed_crate;
34  int ddu_slot;
35  std::string dcc_fifo;
37  int fiber_pos;
38  std::string fiber_socket;
39  };
40 };
41 
42 #endif
std::string fiber_socket
Definition: CSCMapItem.h:38
std::string dcc_fifo
Definition: CSCMapItem.h:35
std::string crateLabel
Definition: CSCMapItem.h:24
std::string chamberLabel
Definition: CSCMapItem.h:12