56 return fRawHits.at(0)->getDetPlane(rep);
112 TMatrixT<double> CovInv;
118 TMatrixT<double> HitCovTemp(
fHitCov);
131 return fRawHits.at(0)->getHMatrix(rep);
146 return fRawHits.at(0)->getPolicyName();
TMatrixT< double > getHitCov(const GFDetPlane &pl)
Get the hit covariance.
Base Class for genfit track representations. Defines interface for track parameterizations.
TMatrixT< double > getHMatrix(const GFAbsTrackRep *rep)
Get the H matrix.
GFDafHit * clone()
Get clone of this object.
Detector plane genfit geometry class.
TMatrixT< double > fHitCoord
Vector of raw coordinates of hit.
void setWeights(std::vector< double > weights)
Set the weights.
GFAbsRecoHit * getHit(unsigned int ihit)
Get at hit from the GFDafHit.
std::vector< double > fWeights
Wrapper class for use with GFDaf.
void setBlowUp(double blow_up)
Set the blow up factor for the covariance matrices.
const std::string & getPolicyName()
Get the name of the hit policy.
Base Class for representing a Hit in GENFIT.
const GFDetPlane & getDetPlane(GFAbsTrackRep *rep)
Get the detector plane.
std::vector< GFAbsRecoHit * > fRawHits
std::vector< TMatrixT< double > > fCovInvs
TMatrixT< double > getHitCoord(const GFDetPlane &pl)
Get the hit coordinates.
TMatrixT< double > fHitCov
Covariance of raw hit coordinates.