]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
changing smoothing sigma for AliRelAlegnerKalman
authormarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 17 Jun 2010 11:53:17 +0000 (11:53 +0000)
committermarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 17 Jun 2010 11:53:17 +0000 (11:53 +0000)
(marian)

TPC/AliTPCcalibDButil.cxx

index 08311204530d85cec921ca9135c7ad5073166034..91c2752e0ae50ea2fd08ca6d58e2a7e812e3d6c7 100644 (file)
@@ -2838,7 +2838,7 @@ TObjArray *AliTPCcalibDButil::SmoothRelKalman(TObjArray * const array, const TMa
   const Double_t kerrsTime[9]={
     0.00001,  0.00001, 0.00001,
     0.001,    0.001,   0.001,
-    0.0001,  0.001,   0.0001};
+    0.002,  0.01,   0.001};
   //
   //
   Int_t entries = array->GetEntriesFast();