10#include <tracking/v0Finding/fitter/V0VertexFitter.h>
36 static std::unique_ptr<V0VertexFitter>
create(
const std::string& name);
39 static std::vector<std::string>
getNames();
Factory creating the V0VertexFitter selected at run time.
static std::string getNamesAsString()
Get the names of all the registered fitters as a single string, for messages and parameter descriptio...
static std::vector< std::string > getNames()
Get the names of all the registered fitters.
static std::unique_ptr< V0VertexFitter > create(const std::string &name)
Create the fitter registered under the given name.
Abstract base class for different kinds of events.