Go to the documentation of this file.
27 cout <<
"-E- CbmKFTrdHit::Create : "
28 <<
"Kalman filter is not instantiated." << endl;
49 Double_t sigma2 = err.X() * err.X();
50 if (err.Y() < err.X()) {
53 sigma2 = err.Y() * err.Y();
void Position(TVector3 &pos) const
Copies hit position to pos.
Int_t GetMaterialIndex(Int_t uid)
data class for a reconstructed Energy-4D measurement in the TRD
void Set(Double_t z, Double_t u, Double_t phi, Double_t sigma2)
static CbmKF * Instance()
Int_t Filter(CbmKFTrackInterface &track)
std::vector< CbmKFMaterial * > vMaterial
void Create(CbmTrdHit *hit)
Class for hits in TRD detector.
Int_t Filter(CbmKFTrackInterface &track, Bool_t downstream, Double_t &QP0)
Int_t Propagate(Double_t z_out, Double_t QP0)
CbmKFUMeasurement FitPoint
void PositionError(TVector3 &dpos) const
Copies hit position error to pos.
Int_t GetPlaneId() const
Inherited from CbmBaseHit.