]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
updated
authorkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 28 Apr 2008 10:19:27 +0000 (10:19 +0000)
committerkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 28 Apr 2008 10:19:27 +0000 (10:19 +0000)
TPC/FindKrClusters.C

index 6451dcab5032d48e034593f9bb63e187f0452208..42da96202f967981ca25fa19bf946642e166f16c 100644 (file)
@@ -111,7 +111,7 @@ Int_t FindKrClusters(){
     clusters->SetInput(input_tree);
     clusters->SetOutput(output_tree);
     clusters->SetDigArr(digarr);
-    clusters->finderIO();
+    clusters->FinderIO();
 
     tpcl->WriteRecPoints("OVERWRITE");
   }