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 
5 
6 #include <vector>
8 
9  public:
10 
11  struct BinValues{
12  float mean;
13  float var;
14 
16 };
17 
18  struct CBin {
19  float bin_edge;
24 
30 
32 
36 
38 };
39 
41  std::vector<CBin> m_table;
42 
44 };
45 
46 #endif
47 
std::vector< CBin > m_table
#define COND_SERIALIZABLE
Definition: Serializable.h:37