LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Member Functions | |
PointIdAlgSonicTriton (fhicl::Table< Config > const &table) | |
std::vector< float > | Run (std::vector< std::vector< float >> const &inp2d) const override |
std::vector< std::vector< float > > | Run (std::vector< std::vector< std::vector< float >>> const &inps, int samples=-1) const override |
Private Attributes | |
std::string | fTritonModelName |
std::string | fTritonURL |
bool | fTritonVerbose |
std::string | fTritonModelVersion |
unsigned | fTritonTimeout |
unsigned | fTritonAllowedTries |
std::unique_ptr< lartriton::TritonClient > | triton_client |
Definition at line 19 of file PointIdAlgSonicTriton_tool.cc.
|
explicit |
Definition at line 39 of file PointIdAlgSonicTriton_tool.cc.
References fTritonAllowedTries, fTritonModelName, fTritonModelVersion, fTritonTimeout, fTritonURL, fTritonVerbose, fhicl::ParameterSet::put(), and triton_client.
|
override |
Definition at line 80 of file PointIdAlgSonicTriton_tool.cc.
References triton_client.
|
override |
Definition at line 124 of file PointIdAlgSonicTriton_tool.cc.
References DEFINE_ART_CLASS_TOOL, and triton_client.
|
private |
Definition at line 33 of file PointIdAlgSonicTriton_tool.cc.
Referenced by PointIdAlgSonicTriton().
|
private |
Definition at line 28 of file PointIdAlgSonicTriton_tool.cc.
Referenced by PointIdAlgSonicTriton().
|
private |
Definition at line 31 of file PointIdAlgSonicTriton_tool.cc.
Referenced by PointIdAlgSonicTriton().
|
private |
Definition at line 32 of file PointIdAlgSonicTriton_tool.cc.
Referenced by PointIdAlgSonicTriton().
|
private |
Definition at line 29 of file PointIdAlgSonicTriton_tool.cc.
Referenced by PointIdAlgSonicTriton().
|
private |
Definition at line 30 of file PointIdAlgSonicTriton_tool.cc.
Referenced by PointIdAlgSonicTriton().
|
private |
Definition at line 35 of file PointIdAlgSonicTriton_tool.cc.
Referenced by PointIdAlgSonicTriton(), and Run().