WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
WireCell::DfpGraph::VertexProperty Struct Reference

#include <DfpGraph.h>

Public Member Functions

 VertexProperty (const std::string &t, const std::string &n)
 
 VertexProperty (const std::string &tn)
 
 VertexProperty ()
 
bool operator== (const VertexProperty &rhs) const
 
bool operator< (const VertexProperty &rhs) const
 

Public Attributes

std::string type
 
std::string name
 

Detailed Description

Definition at line 15 of file DfpGraph.h.

Constructor & Destructor Documentation

◆ VertexProperty() [1/3]

WireCell::DfpGraph::VertexProperty::VertexProperty ( const std::string &  t,
const std::string &  n 
)
inline

Definition at line 19 of file DfpGraph.h.

◆ VertexProperty() [2/3]

WireCell::DfpGraph::VertexProperty::VertexProperty ( const std::string &  tn)
inline

Definition at line 20 of file DfpGraph.h.

Here is the call graph for this function:

◆ VertexProperty() [3/3]

WireCell::DfpGraph::VertexProperty::VertexProperty ( )
inline

Definition at line 23 of file DfpGraph.h.

Member Function Documentation

◆ operator<()

bool WireCell::DfpGraph::VertexProperty::operator< ( const VertexProperty rhs) const
inline

Definition at line 28 of file DfpGraph.h.

◆ operator==()

bool WireCell::DfpGraph::VertexProperty::operator== ( const VertexProperty rhs) const
inline

Definition at line 25 of file DfpGraph.h.

Member Data Documentation

◆ name

std::string WireCell::DfpGraph::VertexProperty::name

Definition at line 17 of file DfpGraph.h.

◆ type

std::string WireCell::DfpGraph::VertexProperty::type

Definition at line 16 of file DfpGraph.h.


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