51 GFDafHit(std::vector<GFAbsRecoHit *> HitsInPlane);
134 bool fHitCoordUpd, fHitCovUpd;
137 std::vector<TMatrixT<double>> fCovInvs;
138 std::vector<GFAbsRecoHit *> fRawHits;
139 std::vector<double> fWeights;
Base Class for genfit track representations. Defines interface for track parameterizations.
unsigned int getNumHits()
Get the number of hits in the GFDafHit.
Detector plane genfit geometry class.
TMatrixT< double > getHitCov(const GFDetPlane &pl)
Get the hit covariance.
const GFDetPlane & getDetPlane(GFAbsTrackRep *rep)
Get the detector plane.
void setWeights(std::vector< double > weights)
Set the weights.
Wrapper class for use with GFDaf.
void setBlowUp(double blow_up)
Set the blow up factor for the covariance matrices.
GFDafHit * clone()
Get clone of this object.
Base Class for representing a Hit in GENFIT.
const std::string & getPolicyName()
Get the name of the hit policy.
TMatrixT< double > getHMatrix(const GFAbsTrackRep *rep)
Get the H matrix.
TMatrixT< double > getHitCoord(const GFDetPlane &pl)
Get the hit coordinates.
GFAbsRecoHit * getHit(unsigned int ihit)
Get at hit from the GFDafHit.