GENFIT
Rev:NoNumberAvailable
|
Go to the documentation of this file.
23 #ifndef genfit_KalmanFitterInfo_h
24 #define genfit_KalmanFitterInfo_h
36 #include <boost/scoped_ptr.hpp>
111 virtual void Print(
const Option_t* =
"")
const;
163 #endif // genfit_KalmanFitterInfo_h
boost::scoped_ptr< KalmanFittedStateOnPlane > backwardUpdate_
bool areWeightsFixed() const
Are the weights fixed?
virtual bool checkConsistency(const genfit::PruneFlags *=NULL) const
void setUpdate(KalmanFittedStateOnPlane *update, int direction)
void setBackwardPrediction(MeasuredStateOnPlane *backwardPrediction)
Collects information needed and produced by a AbsKalmanFitter implementations and is specific to one ...
MeasurementOnPlane * getClosestMeasurementOnPlane(const StateOnPlane *) const
Get measurements which is closest to state.
void setBackwardUpdate(KalmanFittedStateOnPlane *backwardUpdate)
void setMeasurementsOnPlane(const std::vector< genfit::MeasurementOnPlane * > &measurementsOnPlane)
bool hasBackwardPrediction() const
unsigned int getNumMeasurements() const
void setWeights(const std::vector< double > &)
Set weights of measurements.
StateOnPlane with additional covariance matrix.
void deleteReferenceInfo()
double getSmoothedChi2(unsigned int iMeasurement=0)
bool hasReferenceState() const
std::vector< double > getWeights() const
Get weights of measurements.
KalmanFittedStateOnPlane * getForwardUpdate() const
void setPrediction(MeasuredStateOnPlane *prediction, int direction)
bool hasPredictionsAndUpdates() const
Defines for I/O streams used for error and debug printing.
void addMeasurementOnPlane(MeasurementOnPlane *measurementOnPlane)
bool hasUpdate(int direction) const
bool hasBackwardUpdate() const
MeasurementOnPlane getAvgWeightedMeasurementOnPlane(bool ignoreWeights=false) const
Abstract base class for a track representation.
bool hasForwardPrediction() const
boost::scoped_ptr< KalmanFittedStateOnPlane > forwardUpdate_
void addMeasurementsOnPlane(const std::vector< genfit::MeasurementOnPlane * > &measurementsOnPlane)
void deleteMeasurementInfo()
const MeasuredStateOnPlane & getFittedState(bool biased=true) const
Get unbiased or biased (default) smoothed state.
MeasuredStateOnPlane * getPrediction(int direction) const
void setForwardPrediction(MeasuredStateOnPlane *forwardPrediction)
void setReferenceState(ReferenceStateOnPlane *referenceState)
KalmanFittedStateOnPlane * getBackwardUpdate() const
void deleteBackwardInfo()
virtual void Print(const Option_t *="") const
KalmanFittedStateOnPlane * getUpdate(int direction) const
Object containing AbsMeasurement and AbsFitterInfo objects.
This class collects all information needed and produced by a specific AbsFitter and is specific to on...
boost::scoped_ptr< MeasuredStateOnPlane > forwardPrediction_
A state with arbitrary dimension defined in a DetPlane.
StateOnPlane with linearized transport to that ReferenceStateOnPlane from previous and next Reference...
MeasuredStateOnPlane * getForwardPrediction() const
MeasurementOnPlane getResidual(unsigned int iMeasurement=0, bool biased=false, bool onlyMeasurementErrors=true) const
Get unbiased (default) or biased residual from ith measurement.
MeasurementOnPlane * getMeasurementOnPlane(int i=0) const
void setRep(const AbsTrackRep *rep)
boost::scoped_ptr< MeasuredStateOnPlane > fittedStateUnbiased_
const std::vector< genfit::MeasurementOnPlane * > & getMeasurementsOnPlane() const
boost::scoped_ptr< ReferenceStateOnPlane > referenceState_
Reference state. Used by KalmanFitterRefTrack.
Measured coordinates on a plane.
void fixWeights(bool arg=true)
ReferenceStateOnPlane * getReferenceState() const
MeasuredStateOnPlane * getBackwardPrediction() const
MeasuredStateOnPlane with additional info produced by a Kalman filter or DAF.
boost::scoped_ptr< MeasuredStateOnPlane > fittedStateBiased_
cache
std::vector< MeasurementOnPlane * > measurementsOnPlane_
cache
virtual KalmanFitterInfo * clone() const
Deep copy ctor for polymorphic class.
void setForwardUpdate(KalmanFittedStateOnPlane *forwardUpdate)
boost::scoped_ptr< MeasuredStateOnPlane > backwardPrediction_
virtual ~KalmanFitterInfo()
bool hasMeasurements() const
bool hasForwardUpdate() const
Info which information has been pruned from the Track.