10#include <framework/logging/Logger.h>
47 virtual void setParameter(
const std::string& parameterName,
const std::string& parameterValue)
49 B2FATAL(
"A parameter with the name " << parameterName <<
" and the value " << parameterValue <<
" could not be set.");
Base class for all measurement creators.
BaseMeasurementCreator()
Creates a MeasurementCreator which handles the creation of track points with measurements of a given ...
virtual void setParameter(const std::string ¶meterName, const std::string ¶meterValue)
Use this to set the parameters of the creator.
virtual std::vector< genfit::TrackPoint * > createMeasurementPoints(RecoTrack &recoTrack) const =0
Overload this method to create track points with measurements.
virtual ~BaseMeasurementCreator()
Destructor.
This is the Reconstruction Event-Data Model Track.
Abstract base class for different kinds of events.