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