10#include <tracking/v0Finding/fitter/V0VertexFitter.h>
24 bool fit(genfit::Track& trackPlus, genfit::Track& trackMinus,
25 const int pdgTrackPlus,
const int pdgTrackMinus,
26 genfit::GFRaveVertex& vertex)
override;
29 std::string
getName()
const override {
return "Rave";}
V0 vertex fitter using Rave, through the genfit interface.
std::string getName() const override
Get the name this fitter is registered with in the V0VertexFitterFactory.
bool fit(genfit::Track &trackPlus, genfit::Track &trackMinus, const int pdgTrackPlus, const int pdgTrackMinus, genfit::GFRaveVertex &vertex) override
Fit the V0 vertex. The PDG codes of the daughters are not used by Rave.
Interface of the vertex fitters usable by the V0Fitter.
Abstract base class for different kinds of events.