LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Member Functions | |
WireframeRecogTf (const fhicl::ParameterSet &pset) | |
std::vector< std::vector< float > > | predictWireframeType (const std::vector< std::vector< std::vector< short >>> &) const override |
Private Attributes | |
std::unique_ptr< tf::Graph > | g |
std::string | fNNetModelFilePath |
std::vector< std::string > | fNNetOutputPattern |
bool | fUseBundle |
Definition at line 11 of file WireframeRecogTf_tool.cc.
|
explicit |
Definition at line 26 of file WireframeRecogTf_tool.cc.
References tf::Graph::create(), fNNetModelFilePath, fNNetOutputPattern, fUseBundle, g, fhicl::ParameterSet::get(), and art::errors::Unknown.
|
override |
Definition at line 54 of file WireframeRecogTf_tool.cc.
References DEFINE_ART_CLASS_TOOL, g, and r.
|
private |
Definition at line 20 of file WireframeRecogTf_tool.cc.
Referenced by WireframeRecogTf().
|
private |
Definition at line 21 of file WireframeRecogTf_tool.cc.
Referenced by WireframeRecogTf().
|
private |
Definition at line 22 of file WireframeRecogTf_tool.cc.
Referenced by WireframeRecogTf().
|
private |
Definition at line 19 of file WireframeRecogTf_tool.cc.
Referenced by predictWireframeType(), and WireframeRecogTf().