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>
#include <vector>
#include "helper.h"
Go to the source code of this file.
Classes | |
class | vertex |
class | parton |
class | shower2 |
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 188 of file my_test4.cc.
View newest version in sPHENIX GitHub at line 188 of file my_test4.cc
References dfs::begin(), dfs::end(), GML_OK, dfs::number_of_reached_nodes(), dfs::run(), and dfs::start_node().