]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
coreccted bug in SetGauss
authorkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 Feb 2002 16:07:43 +0000 (16:07 +0000)
committerkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 Feb 2002 16:07:43 +0000 (16:07 +0000)
TPC/AliTPCRF1D.cxx

index 38d004a089c00d511e985b70c91804a24c0e16fa..dc1af961ea974d731e6df7b578b12c3b74c5df38 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.7  2001/01/26 19:57:22  hristov
+Major upgrade of AliRoot code
+
 Revision 1.6  2000/06/30 12:07:50  kowal2
 Updated from the TPC-PreRelease branch
 
@@ -195,7 +198,7 @@ void AliTPCRF1D::SetGauss(Float_t sigma, Float_t padWidth,
   fpadWidth = padWidth;
   fkNorm = kNorm;
   if (fGRF !=0 ) fGRF->Delete();
-  fGRF = new TF1("fun",funGauss,-5,5,2);
+  fGRF = new TF1("fun",funGauss,-5,5,1);
   funParam[0]=sigma;
   forigsigma=sigma;
   fGRF->SetParameters(funParam);