CMS 3D CMS Logo

List of all members | Classes | Public Member Functions | Public Attributes | Private Member Functions | Friends
CentralityTable Class Reference

#include <CentralityTable.h>

Classes

struct  BinValues
 
struct  CBin
 

Public Member Functions

 CentralityTable ()
 

Public Attributes

std::vector< CBinm_table
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

Definition at line 7 of file CentralityTable.h.

Constructor & Destructor Documentation

◆ CentralityTable()

CentralityTable::CentralityTable ( )
inline

Definition at line 38 of file CentralityTable.h.

38 {}

Member Function Documentation

◆ serialize()

template<class Archive >
void CentralityTable::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 41 of file CentralityTable.h.

◆ cond::serialization::access

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 41 of file CentralityTable.h.

Member Data Documentation

◆ m_table

std::vector<CBin> CentralityTable::m_table