LArSoft
v07_13_02
Liquid Argon Software toolkit - http://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 99 of file MVAOutput.h.
|
inline |
Definition at line 102 of file MVAOutput.h.
|
inline |
Definition at line 114 of file MVAOutput.h.
|
inline |
Definition at line 122 of file MVAOutput.h.
|
inlinestatic |
Definition at line 105 of file MVAOutput.h.
|
inline |
Definition at line 141 of file MVAOutput.h.
|
inline |
Definition at line 159 of file MVAOutput.h.
|
inline |
Definition at line 137 of file MVAOutput.h.
|
inline |
Definition at line 148 of file MVAOutput.h.
|
inline |
Definition at line 142 of file MVAOutput.h.
|
inline |
Definition at line 153 of file MVAOutput.h.
|
inline |
Definition at line 139 of file MVAOutput.h.
|
friend |
Definition at line 130 of file MVAOutput.h.
|
private |
Tag of the reco data products (art::InputTag format)
Definition at line 108 of file MVAOutput.h.
|
private |
Instance name of the feature vector collection.
Definition at line 109 of file MVAOutput.h.
|
private |
Feature vector entries names/meaning.
Definition at line 110 of file MVAOutput.h.