From 47c84a2b72515fa41e4f75ac676a3e3938f9da98 Mon Sep 17 00:00:00 2001 From: loizides Date: Thu, 6 Jun 2002 16:21:44 +0000 Subject: [PATCH] Minor changes to use new AliL3ClusterFinder class. --- HLT/programs/runit.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/HLT/programs/runit.cxx b/HLT/programs/runit.cxx index 50a5e1abac7..ae3abea0949 100644 --- a/HLT/programs/runit.cxx +++ b/HLT/programs/runit.cxx @@ -48,15 +48,16 @@ int main(int argc,char **argv) cf.InitSlice(0,0,0,ndigits-1,10000); cf.SetXYError(0.2); cf.SetZError(0.3); + cf.SetSTDOutput(kTRUE); + //Switch off deconvolution: + cf.SetDeconv(false); + //Allocate memory to store found spacepoints AliL3MemHandler fpoints; AliL3SpacePointData *points=(AliL3SpacePointData*)fpoints.Allocate(10000*sizeof(AliL3SpacePointData)); cf.SetOutputArray(points); - //Switch off deconvolution: - cf.SetDeconv(false); - //Give the data pointer to the cluster finder cf.Read(ndigits,digits); -- 2.43.0