![]() |
LArSoft
v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "LoaderToolBase.h"
Public Member Functions | |
NuGraphInput (string s, vector< int32_t > vi) | |
NuGraphInput (string s, vector< float > vf) | |
Public Attributes | |
string | input_name |
bool | isInt |
vector< int32_t > | input_int32_vec |
vector< float > | input_float_vec |
Definition at line 21 of file LoaderToolBase.h.
|
inline |
Definition at line 22 of file LoaderToolBase.h.
|
inline |
Definition at line 25 of file LoaderToolBase.h.
vector<float> NuGraphInput::input_float_vec |
Definition at line 31 of file LoaderToolBase.h.
vector<int32_t> NuGraphInput::input_int32_vec |
Definition at line 30 of file LoaderToolBase.h.
string NuGraphInput::input_name |
Definition at line 28 of file LoaderToolBase.h.
bool NuGraphInput::isInt |
Definition at line 29 of file LoaderToolBase.h.