]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removed obsolete argument which produce warnings.
authorkaamodt <kaamodt@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 26 Oct 2009 17:08:56 +0000 (17:08 +0000)
committerkaamodt <kaamodt@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 26 Oct 2009 17:08:56 +0000 (17:08 +0000)
HLT/TPCLib/macros/rec-hlt-tpc.C

index 01ad25b9dc4fef14881790f30a596181f40882e2..abea6e0481588545a8f2483c35283de2bd7f44b0 100644 (file)
@@ -194,7 +194,7 @@ void rec_hlt_tpc(const char* input="./", char* opt="ESD")
       } else if (clusterFinderType==2) {
        AliHLTConfiguration cfconf(cf.Data(), "TPCClusterFinderPacked", publisher.Data(), "-timebins 1001 -sorted");
       } else {
-       AliHLTConfiguration cfconf(cf.Data(), "TPCClusterFinder32Bit", publisher.Data(), "-timebins 1001");
+       AliHLTConfiguration cfconf(cf.Data(), "TPCClusterFinder32Bit", publisher.Data(), "");
       }
       if (trackerInput.Length()>0) trackerInput+=" ";
       trackerInput+=cf;