CMS 3D CMS Logo

CentralityTable.h
Go to the documentation of this file.
1 #ifndef __CentralityTable_h__
2 #define __CentralityTable_h__
3 
5 
6 #include <vector>
8 public:
9  struct BinValues {
10  float mean;
11  float var;
12 
14  };
15 
16  struct CBin {
17  float bin_edge;
22 
28 
30 
34 
36  };
37 
39  std::vector<CBin> m_table;
40 
42 };
43 
44 #endif
std::vector< CBin > m_table
#define COND_SERIALIZABLE
Definition: Serializable.h:39