CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCIdentifier.h
Go to the documentation of this file.
1 #ifndef CSCIdentifier_h
2 #define CSCIdentifier_h
3 
5 
6 #include <vector>
7 
9  public:
10  CSCIdentifier();
12 
13  struct Item{
14  int CSCid;
15 
17 };
18 
19  std::vector<Item> identifier;
20 
22 };
23 
24 #endif
25 
#define COND_SERIALIZABLE
Definition: Serializable.h:37
std::vector< Item > identifier
Definition: CSCIdentifier.h:19