9#include <tracking/trackFindingCDC/filters/facet/MVAFacetFilter.h>
12#include <tracking/trackFindingCDC/filters/base/MVAFilter.icc.h>
13#include <tracking/trackFindingCDC/filters/base/FilterVarSet.icc.h>
16using namespace TrackFindingCDC;
22 :
Super(
std::make_unique<
MVAFacetVarSet>(),
"trackfindingcdc_FacetFilter", 2.805,
"trackfindingcdc_FacetFilterParameters")
Class representing a triple of neighboring oriented wire with additional trajectory information.
Class to compute floating point variables from a filter response which can be recorded as a flat TNtu...
MVAFacetFilter()
Constructor initialising the MVAFilter with standard training name for this filter.
Weight predict(const CDCFacet &facet) final
Main filter method returning the weight of the facet.
Filter based on a mva method.
virtual double predict(const Object &obj)
Evaluate the mva method.
Class that accommodates many variable sets and presents them as on set of variables.
Abstract base class for different kinds of events.