CMS 3D CMS Logo

GEMMapItem.h
Go to the documentation of this file.
1 #ifndef CondFormats_GEMObjects_GEMMapItem_h
2 #define CondFormats_GEMObjects_GEMMapItem_h
3 // based on CSCMapItem
5 #include <string>
6 
7 class GEMMapItem{
8  public:
9  GEMMapItem();
10  ~GEMMapItem();
11 
12  struct MapItem{
14  int chamberId;
15  int endcap;
16  int station;
17  int ring;
18  int chamber;
19  int gemIndex;
23  int crateid;
24  int sector;
26  int dmb;
27  int gemid;
28  int ddu;
29  int ddu_input;
30  int slink;
31  int fed_crate;
32  int ddu_slot;
35  int fiber_pos;
37 
39  };
40 
42 };
43 
44 #endif
std::string chamberLabel
Definition: GEMMapItem.h:13
std::string crateLabel
Definition: GEMMapItem.h:22
std::string fiber_socket
Definition: GEMMapItem.h:36
#define COND_SERIALIZABLE
Definition: Serializable.h:38
std::string dcc_fifo
Definition: GEMMapItem.h:33