![]() |
LArSoft
v10_06_00
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 16 of file LoaderToolBase.h.
|
inline |
Definition at line 17 of file LoaderToolBase.h.
|
inline |
Definition at line 20 of file LoaderToolBase.h.
| vector<float> NuGraphInput::input_float_vec |
Definition at line 26 of file LoaderToolBase.h.
| vector<int32_t> NuGraphInput::input_int32_vec |
Definition at line 25 of file LoaderToolBase.h.
| string NuGraphInput::input_name |
Definition at line 23 of file LoaderToolBase.h.
| bool NuGraphInput::isInt |
Definition at line 24 of file LoaderToolBase.h.