Analysis Software
Documentation for sPHENIX simulation software
|
#include <iostream>
#include <GTL/graph.h>
#include <GTL/bellman_ford.h>
#include <GTL/edge_map.h>
#include <GTL/node_map.h>
#include <GTL/dfs.h>
#include <memory>
#include <list>
Go to the source code of this file.
Classes | |
class | my_graph |
class | parton |
class | shower |
class | shower2 |
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 102 of file my_test2.cc.
View newest version in sPHENIX GitHub at line 102 of file my_test2.cc
References dfs::begin(), Acts::UnitConstants::e, graph::edges_begin(), graph::edges_end(), end, dfs::end(), G, my_graph::GetEdgeValue(), shower::GetEdgeValue(), my_graph::GetNodeValue(), shower::GetNodeValue(), release::git, node::indeg(), it, graph::make_directed(), n, graph::new_edge(), graph::new_node(), my_graph::new_parton(), shower::new_parton(), my_graph::new_vertex(), shower::new_vertex(), graph::nodes_begin(), graph::nodes_end(), dfs::number_of_reached_nodes(), parton(), dfs::run(), S(), dfs::start_node(), dfs::tree_edges_begin(), and dfs::tree_edges_end().