MvaFeatureTool class template. More...
#include <LArMvaHelper.h>
Public Types | |
| typedef std::vector< MvaFeatureTool< Ts... > * > | FeatureToolVector |
Public Member Functions | |
| MvaFeatureTool ()=default | |
| Default constructor. More... | |
| virtual void | Run (MvaTypes::MvaFeatureVector &featureVector, Ts...args)=0 |
| Run the algorithm tool. More... | |
MvaFeatureTool class template.
Definition at line 27 of file LArMvaHelper.h.
| typedef std::vector<MvaFeatureTool<Ts...> *> lar_content::MvaFeatureTool< Ts >::FeatureToolVector |
Definition at line 30 of file LArMvaHelper.h.
|
default |
Default constructor.
|
pure virtual |
Run the algorithm tool.
| featureVector | the vector of features to append |
| args | arguments to pass to the tool |
1.8.11