CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CentralityTable.h
Go to the documentation of this file.
1 #ifndef __CentralityTable_h__
2 #define __CentralityTable_h__
3 
4 #include <vector>
6 
7  public:
8 
9  struct BinValues{
10  float mean;
11  float var;
12  };
13 
14  struct CBin {
15  float bin_edge;
20 
26 
28 
32  };
33 
35  std::vector<CBin> m_table;
36 };
37 
38 #endif
39 
std::vector< CBin > m_table