#include "DataFormats/Math/interface/Graph.h"
#include "DataFormats/Math/interface/GraphWalker.h"
#include <iostream>
#include <string>
Go to the source code of this file.
Functions | |
template<class N , class E > | |
void | graph_combine (const math::Graph< N, E > &g1, const math::Graph< N, E > &g2, const N &n1, const N &n2, const N &root, math::Graph< N, E > &result) |
template<class N , class E > | |
void | graph_tree_output (const math::Graph< N, E > &g, const N &root, std::ostream &os) |
template<class N , class E > | |
void | output (const math::Graph< N, E > &g, const N &root) |
void graph_combine | ( | const math::Graph< N, E > & | g1, |
const math::Graph< N, E > & | g2, | ||
const N & | n1, | ||
const N & | n2, | ||
const N & | root, | ||
math::Graph< N, E > & | result | ||
) |
Definition at line 21 of file GraphUtil.h.
References math::GraphWalker< N, E >::current(), dqmdumpme::first, diffTwoXMLs::g1, diffTwoXMLs::g2, N, math::GraphWalker< N, E >::next(), class-composition::parent, mps_fire::result, and math::GraphWalker< N, E >::stack().
void graph_tree_output | ( | const math::Graph< N, E > & | g, |
const N & | root, | ||
std::ostream & | os | ||
) |
Definition at line 38 of file GraphUtil.h.
References hcalRecHitTable_cff::depth, g, alignCSCRings::s, AlCaHLTBitMon_QueryRunRegistry::string, and w().
void output | ( | const math::Graph< N, E > & | g, |
const N & | root | ||
) |
Definition at line 10 of file GraphUtil.h.
References gather_cfg::cout, g, and w().