Namespaces | Functions
graph.py File Reference

Go to the source code of this file.

Namespaces

 wirecell.util.wires.graph
 

Functions

def wirecell.util.wires.graph.nodes_by_type (G, typename)
 
def wirecell.util.wires.graph.neighbors_by_type (G, seed, typename, radius=1)
 
def wirecell.util.wires.graph.neighbors_by_path (G, seed, typenamepath)
 
def wirecell.util.wires.graph.child_by_path (G, seed, edgepath)
 
def wirecell.util.wires.graph.parent (G, child, parent_type)
 
def wirecell.util.wires.graph.flatten_to_conductor (G, channel_hash)
 this assumes a particular hashing scheme. More...
 
def wirecell.util.wires.graph.to_celltree_wires (G, channel_ident, face='face0')
 
def wirecell.util.wires.graph.to_schema (G, P, channel_ident)
 
def wirecell.util.wires.graph.wires_in_plane (G, plane)
 
def wirecell.util.wires.graph.wires_in_chip (G, chip, intermediates=False)
 
def wirecell.util.wires.graph.wires_graph (G, wires)
 
def wirecell.util.wires.graph.conductors_graph (G, conductors)