Public Member Functions | Public Attributes | List of all members
WireCell::DfpGraph::EdgeProperty Struct Reference

#include <DfpGraph.h>

Public Member Functions

 EdgeProperty (int t, int h)
 
 EdgeProperty ()
 

Public Attributes

int tail
 
int head
 

Detailed Description

Definition at line 36 of file DfpGraph.h.

Constructor & Destructor Documentation

WireCell::DfpGraph::EdgeProperty::EdgeProperty ( int  t,
int  h 
)
inline

Definition at line 39 of file DfpGraph.h.

39 : tail(t), head(h) {}
h
training ###############################
Definition: train_cnn.py:186
WireCell::DfpGraph::EdgeProperty::EdgeProperty ( )
inline

Definition at line 40 of file DfpGraph.h.

Member Data Documentation

int WireCell::DfpGraph::EdgeProperty::head

Definition at line 38 of file DfpGraph.h.

int WireCell::DfpGraph::EdgeProperty::tail

Definition at line 37 of file DfpGraph.h.


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