RDFAnalysis  0.1.1
Physics analysis with ROOT::RDataFrame
BoostGraphBuilder< InputNode, VertexInfo, ChildItr >::Vertex Struct Reference

The vertex struct. More...

#include <BoostGraphBuilder.h>

Public Member Functions

 Vertex ()
 Default construct the vertex. More...
 
 Vertex (const VertexInfo &info)
 Construct the vertex from its info. More...
 

Data Fields

VertexInfo info
 The information attached to a vertex. More...
 

Detailed Description

template<typename InputNode, typename VertexInfo, typename ChildItr = typename std::vector<std::decay_t<InputNode>>::const_iterator>
struct RDFAnalysis::detail::BoostGraphBuilder< InputNode, VertexInfo, ChildItr >::Vertex

The vertex struct.

Constructor & Destructor Documentation

Vertex ( )
inline

Default construct the vertex.

Vertex ( const VertexInfo &  info)
inline

Construct the vertex from its info.

Field Documentation

VertexInfo info

The information attached to a vertex.


The documentation for this struct was generated from the following file: