]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDtrackV1.cxx
Update of reco param by Alex
[u/mrichter/AliRoot.git] / TRD / AliTRDtrackV1.cxx
index 124b67a1cdfe9c1b3642ad4bd6ef4882eba8dd99..b638432ff30d99cfe56ab19a9e0a8b709c4231a4 100644 (file)
@@ -603,12 +603,6 @@ Bool_t  AliTRDtrackV1::Update(AliTRDseedV1 *trklt, Double_t chisq)
   Double_t cov[3];
   trklt->GetCovAt(x, cov);
   
-  // insert systematic uncertainties calibration and misalignment
-  Double_t sys[15];
-  AliTRDReconstructor::GetRecoParam()->GetSysCovMatrix(sys);
-  cov[0] += (sys[0]*sys[0]);
-  cov[2] += (sys[1]*sys[1]);
-
   if(!AliExternalTrackParam::Update(p, cov)) return kFALSE;
   
   AliTRDcluster *c = 0x0;