LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "MVAOutput.h"
Public Member Functions | |
MVADescription () | |
MVADescription (std::string const &dataTag, std::string const &outputInstance, std::vector< std::string > const &outputNames=std::vector< std::string >(N,"")) | |
MVADescription (std::string const &outputInstance, std::vector< std::string > const &outputNames=std::vector< std::string >(N,"")) | |
const std::string & | outputInstance () const |
size_t | size () const |
const std::string & | dataTag () const |
void | setDataTag (const std::string &tag) |
const std::string & | outputName (size_t index) const |
void | setOutputNames (std::vector< std::string > const &outputNames) |
int | getIndex (const std::string &name) const |
Static Public Member Functions | |
static short | Class_Version () |
Private Attributes | |
std::string | fDataTag |
Tag of the reco data products (art::InputTag format) More... | |
std::string | fOutputInstance |
Instance name of the feature vector collection. More... | |
std::string | fOutputNames [N] |
Feature vector entries names/meaning. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, MVADescription const &a) |
Metadata associated to feature vectors. The idea is to link entire collection of objects to the collection of vectors, and add metadata like the meaning of columns in vectors using a single object.
Definition at line 157 of file MVAOutput.h.
|
inline |
Definition at line 159 of file MVAOutput.h.
|
inline |
Definition at line 170 of file MVAOutput.h.
|
inline |
Definition at line 178 of file MVAOutput.h.
|
inlinestatic |
Definition at line 162 of file MVAOutput.h.
|
inline |
Definition at line 201 of file MVAOutput.h.
|
inline |
Definition at line 231 of file MVAOutput.h.
|
inline |
Definition at line 197 of file MVAOutput.h.
|
inline |
Definition at line 211 of file MVAOutput.h.
|
inline |
Definition at line 202 of file MVAOutput.h.
|
inline |
Definition at line 218 of file MVAOutput.h.
|
inline |
Definition at line 199 of file MVAOutput.h.
Referenced by NuGraphAnalyzer::analyze().
|
friend |
Definition at line 187 of file MVAOutput.h.
|
private |
Tag of the reco data products (art::InputTag format)
Definition at line 165 of file MVAOutput.h.
|
private |
Instance name of the feature vector collection.
Definition at line 166 of file MVAOutput.h.
|
private |
Feature vector entries names/meaning.
Definition at line 167 of file MVAOutput.h.