CMS 3D CMS Logo

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 
11 public:
12  //structure suitable for cluster size
13  struct ClusterSizeItem {
14  int dpid;
15  float clusterSize;
16 
18  };
19 
22 
23  std::vector<ClusterSizeItem> const& getCls() const { return v_cls; }
24  std::vector<ClusterSizeItem> v_cls;
25 
27 };
28 
29 #endif //RPCClusterSize_h
std::vector< ClusterSizeItem > v_cls
#define COND_SERIALIZABLE
Definition: Serializable.h:39
std::vector< ClusterSizeItem > const & getCls() const