LArSoft  v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
NuGraphOutput Struct Reference

#include "DecoderToolBase.h"

Public Member Functions

 NuGraphOutput (string s, vector< float > vf)
 

Public Attributes

string output_name
 
vector< float > output_vec
 

Detailed Description

Definition at line 19 of file DecoderToolBase.h.

Constructor & Destructor Documentation

NuGraphOutput::NuGraphOutput ( string  s,
vector< float >  vf 
)
inline

Definition at line 20 of file DecoderToolBase.h.

20 : output_name(s), output_vec(std::move(vf)) {}
vector< float > output_vec

Member Data Documentation

string NuGraphOutput::output_name

Definition at line 21 of file DecoderToolBase.h.

vector<float> NuGraphOutput::output_vec

Definition at line 22 of file DecoderToolBase.h.


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