10 #include <tracking/trackFindingCDC/utilities/Named.h>
12 #include <RtypesCore.h>
23 namespace TrackFindingCDC {
Implementation of the class to interact with the MVA package.
Class to interact with the MVA package.
void initialize()
Initialise the mva method.
MVAExpert(const std::string &identifier, std::vector< Named< Float_t * >> namedVariables)
Construct the Expert with the specified weight folder and the name of the training that was used in t...
void beginRun()
Update the mva method to the new run.
std::unique_ptr< Impl > m_impl
Pointer to implementation hiding the details.
~MVAExpert()
Destructor must be defined in cpp because of PImpl pointer.
double predict()
Evaluate the MVA method and return the MVAOutput.
Abstract base class for different kinds of events.