RDFAnalysis  0.1.1
Physics analysis with ROOT::RDataFrame
BoostGraphBuilder.h File Reference

File containing helper classes to build BGL graphs. More...

#include <boost/graph/adjacency_list.hpp>
#include <vector>
#include <functional>
#include <type_traits>
#include "RDFAnalysis/Utils/BoostGraphBuilder.icc"

Go to the source code of this file.

Data Structures

class  BoostGraphBuilder< InputNode, VertexInfo, ChildItr >
 Class to build Boost Graph Library graphs from a recursive tree structure. More...
 
struct  BoostGraphBuilder< InputNode, VertexInfo, ChildItr >::Vertex
 The vertex struct. More...
 

Namespaces

 RDFAnalysis
 
 RDFAnalysis::detail
 

Detailed Description

File containing helper classes to build BGL graphs.