#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "SimDataFormats/Track/interface/SimTrack.h"
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/breadth_first_search.hpp>
#include <boost/graph/depth_first_search.hpp>
#include <boost/graph/graphviz.hpp>
Go to the source code of this file.
Classes | |
struct | EdgeProperty |
struct | VertexProperty |
Typedefs | |
using | DecayChain = adjacency_list< listS, vecS, directedS, VertexMotherParticleProperty, EdgeParticleClustersProperty > |
using | EdgeParticleClustersProperty = property< edge_weight_t, EdgeProperty > |
using | VertexMotherParticleProperty = property< vertex_name_t, VertexProperty > |
using DecayChain = adjacency_list<listS, vecS, directedS, VertexMotherParticleProperty, EdgeParticleClustersProperty> |
Definition at line 77 of file DecayGraph.h.
using EdgeParticleClustersProperty = property<edge_weight_t, EdgeProperty> |
Definition at line 75 of file DecayGraph.h.
using VertexMotherParticleProperty = property<vertex_name_t, VertexProperty> |
Definition at line 76 of file DecayGraph.h.