23 #ifndef GFPLANARHITPOLICY_H
24 #define GFPLANARHITPOLICY_H
Base Class for genfit track representations. Defines interface for track parameterizations.
Detector plane genfit geometry class.
TMatrixT< double > hitCov(GFAbsRecoHit *, const GFDetPlane &)
Hit covariances in detector plane.
virtual ~GFPlanarHitPolicy()
void setDetPlane(const GFDetPlane &p)
Set physical detector plane. Needs to be called before hit can be used.
const std::string & getName()
static const std::string fPolicyName
const GFDetPlane & detPlane(GFAbsRecoHit *, const GFAbsTrackRep *)
Returns the physical detector plane.
TMatrixT< double > hitCoord(GFAbsRecoHit *, const GFDetPlane &)
Hit coordinates in detector plane.
Policy class implementing a planar hit geometry.
Base Class for representing a Hit in GENFIT.
GFDetPlane fPhysicalDetPlane
Physical detector plane. Given by detector hardware.