CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCClusterSize.h
Go to the documentation of this file.
1 #ifndef RPCClusterSize_h
2 #define RPCClusterSize_h
3 
5 
6 #include<vector>
7 #include<map>
8 #include<iostream>
9 #include<boost/cstdint.hpp>
10 
12 
13  public:
14 
15 
16  //structure suitable for cluster size
17  struct ClusterSizeItem {
18  int dpid;
19  float clusterSize;
20 
22 };
23 
24 
27 
28 
29  std::vector<ClusterSizeItem> const & getCls() const {return v_cls;}
30  std::vector<ClusterSizeItem> v_cls;
31 
32 
34 };
35 
36 #endif //RPCClusterSize_h
std::vector< ClusterSizeItem > v_cls
#define COND_SERIALIZABLE
Definition: Serializable.h:37
std::vector< ClusterSizeItem > const & getCls() const