ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Public Member Functions | Public Attributes | List of all members
Edge Struct Reference

Public Member Functions

bool operator< (const Edge &e2) const
 

Public Attributes

size_t src
 
size_t dest
 
double weight
 

Detailed Description

Definition at line 19 of file graph.cxx.

Member Function Documentation

◆ operator<()

bool Edge::operator< ( const Edge e2) const
inline

Definition at line 22 of file graph.cxx.

Member Data Documentation

◆ dest

size_t Edge::dest

Definition at line 20 of file graph.cxx.

◆ src

size_t Edge::src

Definition at line 20 of file graph.cxx.

◆ weight

double Edge::weight

Definition at line 21 of file graph.cxx.


The documentation for this struct was generated from the following file: