![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
The TrainingData objects contains a PixelMap and the output class type, and any other bit that goes into the ANN. More...
#include "LArTrainingData.h"
Public Member Functions | |
| LArTrainingData () | |
| LArTrainingData (const InteractionType &interaction, const PixelMap &pMap, const T info) | |
| unsigned int | NOutput () const |
| void | FillOutputVector (float *output) const |
Public Attributes | |
| InteractionType | fInt |
| Class of the event. More... | |
| PixelMap | fPMap |
| PixelMap for the event. More... | |
| T | fInfo |
The TrainingData objects contains a PixelMap and the output class type, and any other bit that goes into the ANN.
Definition at line 63 of file LArTrainingData.h.
|
inline |
| lcvn::LArTrainingData< T >::LArTrainingData | ( | const InteractionType & | interaction, |
| const PixelMap & | pMap, | ||
| const T | info | ||
| ) |
Definition at line 95 of file LArTrainingData.cxx.
| void lcvn::LArTrainingData< T >::FillOutputVector | ( | float * | output | ) | const |
Definition at line 102 of file LArTrainingData.cxx.
References lcvn::LArTrainingData< T >::fInt, and lcvn::kNIntType.
|
inline |
Definition at line 69 of file LArTrainingData.h.
References lcvn::kNIntType.
| T lcvn::LArTrainingData< T >::fInfo |
Definition at line 75 of file LArTrainingData.h.
Referenced by lcvn::LArNuCVNZlibMaker::write_files().
| InteractionType lcvn::LArTrainingData< T >::fInt |
Class of the event.
Definition at line 73 of file LArTrainingData.h.
Referenced by lcvn::LArTrainingData< T >::FillOutputVector(), and lcvn::LArNuCVNZlibMaker::write_files().
| PixelMap lcvn::LArTrainingData< T >::fPMap |
PixelMap for the event.
Definition at line 74 of file LArTrainingData.h.
Referenced by lcvn::LArNuCVNZlibMaker::write_files().