|
| | GFRecoHitIfc (int dim) |
| | Constructor specifying dimension of hit coordinate vector. More...
|
| |
| virtual | ~GFRecoHitIfc () |
| |
| virtual const GFDetPlane & | getDetPlane (GFAbsTrackRep *rep) |
| | Returns the detector plane object for this hit and a given track representation. More...
|
| |
| virtual TMatrixT< Double_t > | getHitCoord (const GFDetPlane &plane, const GFDetPlane &planePrev) |
| | Get hit coordinates in a specific detector plane. More...
|
| |
| virtual TMatrixT< Double_t > | getHitCoord (const GFDetPlane &plane) |
| |
| virtual TMatrixT< Double_t > | getHitCov (const GFDetPlane &plane) |
| | Get hit covariances in a specific detector plane. More...
|
| |
| virtual TMatrixT< Double_t > | getHitCov (const GFDetPlane &plane, const GFDetPlane &planePrev, const TMatrixT< Double_t > &state, const Double_t &mass) |
| |
| const std::string & | getPolicyName () |
| |
| virtual | ~GFAbsRecoHit () |
| |
| | GFAbsRecoHit (int NparHit) |
| | Constructor specifying dimension of coordinate vector. More...
|
| |
| | GFAbsRecoHit () |
| | Default constructor needed for compatibility with ROOT. More...
|
| |
| virtual TMatrixT< Double_t > | getHMatrix (const GFAbsTrackRep *stateVector)=0 |
| | Get transformation matrix. Transformation between hit coordinates and track representation coordinates. More...
|
| |
| virtual TMatrixT< Double_t > | getHMatrix (const GFAbsTrackRep *stateVector, const Double_t &, const Double_t &)=0 |
| |
| virtual TMatrixT< Double_t > | residualVector (const GFAbsTrackRep *stateVector, const TMatrixT< Double_t > &state, const GFDetPlane &d) |
| | Calculate residual with respect to a track representation. More...
|
| |
| virtual TMatrixT< Double_t > | residualVector (const GFAbsTrackRep *stateVector, const TMatrixT< Double_t > &state, const GFDetPlane &d, const GFDetPlane &dPrev, const double &mass) |
| |
| TMatrixT< Double_t > | getRawHitCov () const |
| | Get raw hit covariances. More...
|
| |
| TMatrixT< Double_t > | getRawHitCoord () const |
| | Get raw hit coordinates. More...
|
| |
| virtual GFAbsRecoHit * | clone ()=0 |
| | Get clone of this object. More...
|
| |
| virtual void | Print (std::ostream &out=std::cout) const |
| | Print raw hit coordinates. More...
|
| |
| int | getNparHit () |
| |
template<class HitPolicy>
class genf::GFRecoHitIfc< HitPolicy >
Definition at line 62 of file GFRecoHitIfc.h.