23 #ifndef GFRECOHITIFC_H
24 #define GFRECOHITIFC_H
59 template<
class HitPolicy>
87 {
return fPolicy.hitCoord(
this,plane);}
94 {
return fPolicy.hitCov(
this,plane);}
Base Class for genfit track representations. Defines interface for track parameterizations.
virtual TMatrixT< double > getHitCov(const GFDetPlane &plane)
Get hit covariances in a specific detector plane.
RecoHit interface template class. Provides comfortable interface to create RecoHits.
Detector plane genfit geometry class.
const std::string & getPolicyName()
virtual const GFDetPlane & getDetPlane(GFAbsTrackRep *rep)
Returns the detector plane object for this hit and a given track representation.
Base Class for representing a Hit in GENFIT.
virtual TMatrixT< double > getHitCoord(const GFDetPlane &plane)
Get hit coordinates in a specific detector plane.
ClassDef(GFRecoHitIfc, 1)
GFRecoHitIfc(int dim)
Constructor specifying dimension of hit coordinate vector.