CMS 3D CMS Logo

CSCIdentifier.h
Go to the documentation of this file.
1 #ifndef CSCIdentifier_h
2 #define CSCIdentifier_h
3 
5 
6 #include <vector>
7 
8 class CSCIdentifier {
9 public:
10  CSCIdentifier();
12 
13  struct Item {
14  int CSCid;
15 
17  };
18 
19  std::vector<Item> identifier;
20 
22 };
23 
24 #endif
#define COND_SERIALIZABLE
Definition: Serializable.h:39
std::vector< Item > identifier
Definition: CSCIdentifier.h:19