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 
4 #include <vector>
5 
7  public:
10 
11  struct Item{
12  int CSCid;
13  };
14 
15  std::vector<Item> identifier;
16 };
17 
18 #endif
19 
std::vector< Item > identifier
Definition: CSCIdentifier.h:15