CMS 3D CMS Logo

Classes | Typedefs
DecayGraph.h File Reference
#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 >
 

Typedef Documentation

◆ DecayChain

using DecayChain = adjacency_list<listS, vecS, directedS, VertexMotherParticleProperty, EdgeParticleClustersProperty>

Definition at line 77 of file DecayGraph.h.

◆ EdgeParticleClustersProperty

using EdgeParticleClustersProperty = property<edge_weight_t, EdgeProperty>

Definition at line 75 of file DecayGraph.h.

◆ VertexMotherParticleProperty

using VertexMotherParticleProperty = property<vertex_name_t, VertexProperty>

Definition at line 76 of file DecayGraph.h.