]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Changes for error calculation of Cluster Finder.
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 10 Jun 2002 08:01:25 +0000 (08:01 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 10 Jun 2002 08:01:25 +0000 (08:01 +0000)
HLT/programs/runit.cxx

index ae3abea09491f7c5eec36b58c4750d66b7fc51c1..602769bb9c6d9f118445dbc5270726d88c7fe960 100644 (file)
@@ -46,9 +46,10 @@ int main(int argc,char **argv)
 
   //Init cluster finder
   cf.InitSlice(0,0,0,ndigits-1,10000);
-  cf.SetXYError(0.2);
-  cf.SetZError(0.3);
+  //cf.SetXYError(0.2);
+  //cf.SetZError(0.3);
   cf.SetSTDOutput(kTRUE);
+  cf.SetCalcErr(kTRUE);
 
   //Switch off deconvolution:
   cf.SetDeconv(false);